X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/421a017108b262d720ccfb8cf221ebedde2f0e63..44d130a35e7973911686d664bcf275a538990d52:/src/make.env.in?ds=sidebyside diff --git a/src/make.env.in b/src/make.env.in index c847908904..f9a251650c 100644 --- a/src/make.env.in +++ b/src/make.env.in @@ -58,6 +58,11 @@ DEREZ = @DEREZ@ DLLTOOL = @DLLTOOL@ +INSTALL = @INSTALL@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_SCRIPT = @INSTALL@ + ########################### Flags ################################# CPPFLAGS = ${APPEXTRACPPFLAGS} @CPPFLAGS@ @TOOLCHAIN_DEFS@@TOOLCHAIN_DLL_DEFS@ @WXDEBUG_DEFINE@ @@ -70,3 +75,7 @@ PICFLAGS = @PIC_FLAG@ # EXTRALIBS instead (see above) # LDFLAGS = @LDFLAGS@ +# specific linker flags for when building executables since there +# Mac OS X requires specific linker flags for executables linked +# against dynamic shared libraries +LDFLAGS_EXE = @LDFLAGS_EXE@