Module: wine Branch: master Commit: 19a85f3433391025ed746fbca75faa8cfdd0cda7 URL: http://source.winehq.org/git/wine.git/?a=commit;h=19a85f3433391025ed746fbca7...
Author: Francois Gouget fgouget@free.fr Date: Wed Mar 5 12:10:41 2008 +0100
msvcmaker: We don't build wine.lib so don't try to copy it.
---
tools/winapi/msvcmaker | 8 -------- 1 files changed, 0 insertions(+), 8 deletions(-)
diff --git a/tools/winapi/msvcmaker b/tools/winapi/msvcmaker index 1502cb7..0088ed9 100755 --- a/tools/winapi/msvcmaker +++ b/tools/winapi/msvcmaker @@ -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) {