X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/268d5364cf16bccdca4c9b81475f535e8846b56e..b771aa29dd34686cc92ef4675978b1fdc1a47a29:/distrib/msw/tmake/vcapp.t?ds=sidebyside 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