diff options
| author | Manolo Gouy <Manolo> | 2016-09-01 19:41:26 +0000 |
|---|---|---|
| committer | Manolo Gouy <Manolo> | 2016-09-01 19:41:26 +0000 |
| commit | 36717ec8451e584339d77b4dcc318a22451156a6 (patch) | |
| tree | 12e292ea1760b00d7eac4e5ecee5d3f11660745b /test | |
| parent | 9fd31ed94ebdcd8775e702d77edca2d36d13f7f2 (diff) | |
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
Diffstat (limited to 'test')
| -rw-r--r-- | test/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
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 $@... |
