X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/4fcf087dda560fd1777daf802f2d834c5d9554d9..445365141a2b028acbd779aa352bf664d930cfb5:/distrib/msw/tmake/vc6msw.t diff --git a/distrib/msw/tmake/vc6msw.t b/distrib/msw/tmake/vc6msw.t index fbd9407caa..e85efeb797 100644 --- a/distrib/msw/tmake/vc6msw.t +++ b/distrib/msw/tmake/vc6msw.t @@ -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