X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e006f096ad08d25db5b7893eb3b6abf29c14e7bd..399b60a0ad232265cd74ce8bf6a53a1f2cc57ff2:/src/make.env.in?ds=sidebyside diff --git a/src/make.env.in b/src/make.env.in index e070a1d66c..289b3bf062 100644 --- a/src/make.env.in +++ b/src/make.env.in @@ -12,7 +12,7 @@ # see comment near LDFLAGS at the end of file EXTRALIBS = @LDFLAGS@ @EXTRA_LIBS@ -LDLIBS = ${top_builddir}/lib/@WX_TARGET_LIBRARY@ $(EXTRALIBS) +LDLIBS = ${top_builddir}/lib/@WX_TARGET_LIBRARY@ $(EXTRALIBS) $(APPEXTRALIBS) TOOLKIT = @TOOLKIT@ TOOLKITDIR = @TOOLKIT_DIR@ @@ -56,6 +56,10 @@ MAKEINFO = @MAKEINFO@ SHARED_LD = @SHARED_LD@ +RESFLAGS = @RESFLAGS@ +RESCOMP = @RESCOMP@ +DLLTOOL = @DLLTOOL@ + ########################### Flags ################################# #