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 --- makeinclude.in | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'makeinclude.in') diff --git a/makeinclude.in b/makeinclude.in index f4e46e1db..4bf800155 100644 --- a/makeinclude.in +++ b/makeinclude.in @@ -100,6 +100,9 @@ THREADS = @THREADS@ # Name of FLUID executable we install FLUID = @FLUID@$(EXEEXT) +# Possible steps after linking... +POSTBUILD = @POSTBUILD@ + # Man page extensions... CAT1EXT = @CAT1EXT@ CAT3EXT = @CAT3EXT@ @@ -129,6 +132,7 @@ UNINSTALL_DESKTOP = @UNINSTALL_DESKTOP@ .o$(EXEEXT): echo Linking $@... $(CXX) $(ARCHFLAGS) $(LDFLAGS) $< $(LINKFLTK) $(LDLIBS) -o $@ + $(POSTBUILD) $@ ../FL/mac.r .c.o: echo Compiling $<... -- cgit v1.2.3