From 9c538a4b2e4b349785b77e774a1011380d8b46cb Mon Sep 17 00:00:00 2001 From: Matthias Melcher Date: Tue, 26 Feb 2008 15:26:08 +0000 Subject: STR 1883: Attempt to fix installation of binaries in .app bundle on platforms other than OS X. Must be tested with Cygwin and on Linux! git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@6051 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- makeinclude.in | 3 +++ 1 file changed, 3 insertions(+) (limited to 'makeinclude.in') diff --git a/makeinclude.in b/makeinclude.in index 5802b73f9..17a6d92c0 100644 --- a/makeinclude.in +++ b/makeinclude.in @@ -100,6 +100,9 @@ THREADS = @THREADS@ # Name of FLUID executable we install FLUID = @FLUID@$(EXEEXT) +# Possible steps for OS X build only +OSX_ONLY = @OSX_ONLY@ + # Possible steps after linking... POSTBUILD = @POSTBUILD@ -- cgit v1.2.3