X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/4fcf087dda560fd1777daf802f2d834c5d9554d9..40302bb5c821204d473b0c3e38c55e0062a05688:/distrib/msw/tmake/vc6msw.t diff --git a/distrib/msw/tmake/vc6msw.t b/distrib/msw/tmake/vc6msw.t index fbd9407caa..9a2403be6f 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 . " " } @@ -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