]> git.saurik.com Git - wxWidgets.git/blobdiff - distrib/msw/tmake/vc6app.t
Project file corrections, doc corrections
[wxWidgets.git] / distrib / msw / tmake / vc6app.t
index d16d0fd716d44a71832ffc6c05a85633226dd91b..a99bfd558a1cc7bbd279c9be99c7da3ee2ef18ed 100644 (file)
     if ( $text ne "" ) { $vc_def = $text . " ";  $text = ""; } else { $vc_def = ""; }
     if ( Config("wx") ) {
        #! define wxWindows compilation flags
-       $vc_def .= '/D WIN32 /D WINVER=0x400 /D _MT ';
+       $vc_def .= '/D WIN32 /D WINVER=0x400 ';
 
        if ( Config("wxbase") ) {
            $vc_def .= '/D wxUSE_GUI=0 ';