From 8ac33d6b717c9c2cf93d7bd6d64148d242a58b36 Mon Sep 17 00:00:00 2001 From: Manolo Gouy Date: Tue, 29 Dec 2015 16:41:15 +0000 Subject: Mac OS: Enhanced the application bundle for the editor demo so it is launchable by dropping any file on its icon. This is done both for the configure/make and the CMake build systems (the Xcode build system did that already). The editor demo is the only one calling fl_open_callback(). git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10981 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- test/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'test') diff --git a/test/Makefile b/test/Makefile index f7e7333cb..3f55f89de 100644 --- a/test/Makefile +++ b/test/Makefile @@ -342,6 +342,7 @@ editor$(EXEEXT): editor.o echo Linking $@... $(CXX) $(ARCHFLAGS) $(CXXFLAGS) $(LDFLAGS) editor.o -o $@ $(LINKFLTKIMG) $(LDLIBS) $(OSX_ONLY) ../fltk-config --post $@ + $(OSX_ONLY) cp -f ../ide/Xcode4/plists/editor-Info.plist editor.app/Contents/Info.plist fast_slow$(EXEEXT): fast_slow.o fast_slow.cxx: fast_slow.fl ../fluid/fluid$(EXEEXT) -- cgit v1.2.3