X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d2be31386ccc37e4931e96cce18ec8da5ee53313..2bb1aac768c66225beaa1cd4568966f634a81ca3:/distrib/msw/tmake/vcapp.t diff --git a/distrib/msw/tmake/vcapp.t b/distrib/msw/tmake/vcapp.t index 2608377f0e..2875125ad5 100644 --- a/distrib/msw/tmake/vcapp.t +++ b/distrib/msw/tmake/vcapp.t @@ -70,8 +70,11 @@ $DEBUG_SUFFIX=""; $DLL_OR_LIB=Config("wxbase") ? "wxBase" : "wxWindows"; $DLL_FLAGS=" "; - #! actually this depends on the contents of setup.h - $EXTRA_LIBS=Config("wxbase") ? "" : "zlib png jpeg tiff"; + #! actually this should depend on the contents of setup.h! + $EXTRA_LIBS="zlib regex"; + if ( !Config("wxbase") ) { + $EXTRA_LIBS.=" png jpeg tiff"; + } } #! let's be smarter: first of all, if no extension is given, add .lib