mirror of https://github.com/fltk/fltk
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
This commit is contained in:
parent
9fd31ed94e
commit
36717ec845
|
@ -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 $@...
|
||||
|
|
Loading…
Reference in New Issue