msvcmaker: We don't build wine.lib so don't try to copy it.

Francois Gouget fgouget at free.fr
Wed Mar 5 05:10:41 CST 2008


---
 tools/winapi/msvcmaker |    8 --------
 1 files changed, 0 insertions(+), 8 deletions(-)

These three msvcmaker patches should all be independent from each other.

We don't attempt to link with it either as far as I can see.

diff --git a/tools/winapi/msvcmaker b/tools/winapi/msvcmaker
index 56a4abf..58549d8 100755
--- a/tools/winapi/msvcmaker
+++ b/tools/winapi/msvcmaker
@@ -744,14 +744,6 @@ sub _generate_dsp($$) {
 	print OUT "\r\n";
     }
 
-    if ($project eq "winebuild") {
-	print OUT "# Begin Special Build Tool\r\n";
-	print OUT "SOURCE=\"\$(InputPath)\"\r\n";
-        print OUT "PostBuild_Desc=Copying wine.lib ...\r\n";
-	print OUT "PostBuild_Cmds=";
-	print OUT "copy ..\\..\\libs\\wine\\$output_dir\\wine.lib \$(OutDir)\r\n";
-	print OUT "# End Special Build Tool\r\n";
-    }
     print OUT "# Begin Target\r\n";
     print OUT "\r\n";
     foreach my $cfg (@cfgs) {
-- 
1.5.4.1




More information about the wine-patches mailing list