From 6df72e8979a4276f799b4237c0b1f66b695b9b1b Mon Sep 17 00:00:00 2001 From: Matthias Melcher Date: Tue, 6 Mar 2007 17:03:25 +0000 Subject: 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 --- fluid/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'fluid') 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 -- cgit v1.2.3