summaryrefslogtreecommitdiff
path: root/test/Makefile
diff options
context:
space:
mode:
authorIan MacArthur <imacarthur@gmail.com>2010-01-14 18:42:13 +0000
committerIan MacArthur <imacarthur@gmail.com>2010-01-14 18:42:13 +0000
commit7c3ae1559b15b73387c00e9c6dfa3b032144b60e (patch)
treed2935297a6c000e372ee05ea9122a48ce3b5cc91 /test/Makefile
parentfa7ce4cb92fff8bcccd5dc93950a0087e9137046 (diff)
I've tweaked the demo.menu to include Greg's new native file chooser test alongside the
existing fltk file chooser test. Also, I've taken the liberty of making the native file chooser load the system icons by default (Greg had them not loaded by default, but I think it looks better with them...) and I have adjusted the Makefile accordingly to make the linked libraries match. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7000 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'test/Makefile')
-rw-r--r--test/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/test/Makefile b/test/Makefile
index 6479e2c61..89aea556c 100644
--- a/test/Makefile
+++ b/test/Makefile
@@ -379,7 +379,9 @@ message$(EXEEXT): message.o
minimum$(EXEEXT): minimum.o
-native-filechooser$(EXEEXT): native-filechooser.o
+native-filechooser$(EXEEXT): native-filechooser.o $(IMGLIBNAME)
+ echo Linking $@...
+ $(CXX) $(ARCHFLAGS) $(LDFLAGS) native-filechooser.o -o $@ $(LINKFLTKIMG) $(LDLIBS)
navigation$(EXEEXT): navigation.o