]> git.saurik.com Git - wxWidgets.git/blobdiff - distrib/msw/tmake/vcapp.t
added regex to all the templates
[wxWidgets.git] / distrib / msw / tmake / vcapp.t
index 2608377f0e4908d53de9553e9752d715a6ae4098..2875125ad5934f2c8f8554a986128bfc773b76d2 100644 (file)
        $DEBUG_SUFFIX="";
        $DLL_OR_LIB=Config("wxbase") ? "wxBase" : "wxWindows";
        $DLL_FLAGS=" ";
        $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
     }
 
     #! let's be smarter: first of all, if no extension is given, add .lib