From 7c3ae1559b15b73387c00e9c6dfa3b032144b60e Mon Sep 17 00:00:00 2001 From: Ian MacArthur Date: Thu, 14 Jan 2010 18:42:13 +0000 Subject: 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 --- test/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'test/Makefile') 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 -- cgit v1.2.3