]> git.saurik.com Git - wxWidgets.git/blobdiff - distrib/msw/tmake/vc6msw.t
wxArray<T> macros have been changed to fix runtime problems under 64 bit
[wxWidgets.git] / distrib / msw / tmake / vc6msw.t
index fbd9407caac9a39c2df0504813150de5cd4d75b3..e85efeb797246a9c0b500188df17509eead6acd8 100644 (file)
@@ -20,7 +20,7 @@
     }
 
     foreach $file (sort keys %wxCommon) {
-       next if $wxCommon{$file} =~ /\b16\b/;
+       next if $wxCommon{$file} =~ /\b(16|U)\b/;
 
        my $tag = $file =~ /\.c$/ ? "WXCSRCS" : "WXCOMMONSRCS";
        $project{$tag} .= $file . " "
@@ -36,7 +36,7 @@
     }
 
     foreach $file (sort keys %wxHTML) {
-       next if $wxHTML{$file} =~ /\b16\b/;
+       next if $wxHTML{$file} =~ /\b(16|U)\b/;
        $project{"WXHTMLSRCS"} .= $file . " "
     }
 
@@ -60,7 +60,7 @@
        $project{"WXHTMLHEADERS"} .= $file . " "
     }
 
-    $project{"WXVERSION"} = "232";
+    $project{"WXVERSION"} = "233";
 #$}
 # Microsoft Developer Studio Project File - Name="wxWindows" - Package Owner=<4>
 # Microsoft Developer Studio Generated Build File, Format Version 6.00
@@ -94,8 +94,8 @@ CFG=wxWindows - Win32 Debug
 
 # Begin Project
 # PROP AllowPerConfigDependencies 0
-# PROP Scc_ProjName "wxWindows"
-# PROP Scc_LocalPath ".."
+# PROP Scc_ProjName ""
+# PROP Scc_LocalPath ""
 CPP=cl.exe
 RSC=rc.exe