X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/7ba4fbebbc40bdf9c140f4c9ba9977fbf810527d..3a0958b1657f6105b1efcf04032070143b87af80:/distrib/msw/tmake/vcapp.t diff --git a/distrib/msw/tmake/vcapp.t b/distrib/msw/tmake/vcapp.t index e54adff94a..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") ? "" : "xpm 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