summaryrefslogtreecommitdiff
path: root/fluid
diff options
context:
space:
mode:
authorMatthias Melcher <fltk@matthiasm.com>2007-03-06 17:03:25 +0000
committerMatthias Melcher <fltk@matthiasm.com>2007-03-06 17:03:25 +0000
commit6df72e8979a4276f799b4237c0b1f66b695b9b1b (patch)
tree571030d16c614da0a6bae2ff418e9ba7baf420e8 /fluid
parenta1f5426a97cf2514b63baeeb4021a8cb18d6a24d (diff)
STR #1623: restored the unloved POSTBUILD command because the reulting executable is still better than the automatically foregrounding one. The 'right thing' is to create a bundle anyways.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@5728 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'fluid')
-rw-r--r--fluid/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/fluid/Makefile b/fluid/Makefile
index 1409b46c3..aa8bb09b1 100644
--- a/fluid/Makefile
+++ b/fluid/Makefile
@@ -59,11 +59,13 @@ fluid$(EXEEXT): $(OBJECTS) ../lib/$(LIBNAME) ../lib/$(FLLIBNAME) \
echo Linking $@...
$(CXX) $(ARCHFLAGS) $(LDFLAGS) -o $@ $(OBJECTS) $(LINKFLTKFORMS) $(LINKFLTKIMG) $(LDLIBS)
$(INSTALL_BIN) fluid fluid.app/Contents/MacOS
+ $(POSTBUILD) $@ ../FL/mac.r
fluid-shared$(EXEEXT): $(OBJECTS) ../src/$(DSONAME) ../src/$(FLDSONAME) \
../src/$(IMGDSONAME)
echo Linking $@...
$(CXX) $(ARCHFLAGS) $(LDFLAGS) -o $@ $(OBJECTS) $(LINKSHARED) $(LDLIBS)
+ $(POSTBUILD) $@ ../FL/mac.r
clean:
-$(RM) *.o core.* *~ *.bck *.bck