From 36717ec8451e584339d77b4dcc318a22451156a6 Mon Sep 17 00:00:00 2001 From: Manolo Gouy Date: Thu, 1 Sep 2016 19:41:26 +0000 Subject: Output also a bundled version of demo, as done for all other test apps under Mac OS platform. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11915 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- test/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test/Makefile b/test/Makefile index e179a5714..85e424577 100644 --- a/test/Makefile +++ b/test/Makefile @@ -332,6 +332,9 @@ curve$(EXEEXT): curve.o demo$(EXEEXT): demo.o echo Linking $@... $(CXX) $(ARCHFLAGS) $(CXXFLAGS) $(LDFLAGS) -o $@ demo.o $(LINKFLTKFORMS) $(LDLIBS) + $(OSX_ONLY) ../fltk-config --post $@ + $(OSX_ONLY) mkdir -p demo.app/Contents/Resources + $(OSX_ONLY) cp -f demo.menu demo.app/Contents/Resources/ device$(EXEEXT): device.o $(IMGLIBNAME) echo Linking $@... -- cgit v1.2.3