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

oldstable
Francois Gouget 2008-03-05 12:10:41 +01:00 committed by Alexandre Julliard
parent 9a17f38d6c
commit 19a85f3433
1 changed files with 0 additions and 8 deletions

View File

@ -742,14 +742,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) {