Author: wade
Date: 2008-01-09 19:58:19 -0500 (Wed, 09 Jan 2008)
New Revision: 92559
Modified:
trunk/release/packaging/defs/gluezilla
Log:
# both vcvars and SetEnv need to be called because one has cl.exe, and the
latter has the win32 api headers
Modified: trunk/release/packaging/defs/gluezilla
===================================================================
--- trunk/release/packaging/defs/gluezilla 2008-01-10 00:39:07 UTC (rev
92558)
+++ trunk/release/packaging/defs/gluezilla 2008-01-10 00:58:19 UTC (rev
92559)
@@ -78,8 +78,11 @@
cd src
# Do this to get around the 'invalid pdb problem'
# Hrm... sp1 was supposed to fix the issue, but it didn't work
(http://connect.microsoft.com/VisualStudio/feedback/ViewFeedback.aspx?FeedbackID=99676)
+ # don't build with sp1, because then we need to distribute the sp1
redistributable
my_dir=`cygpath -w $PWD`
+ # both vcvars and SetEnv need to be called because one has cl.exe, and
the latter has the win32 api headers
cat <<EOF > build.bat
+call "c:\Program Files\Microsoft Visual Studio 8\VC\vcvarsall.bat"
call "c:\Program Files\Microsoft Platform SDK for Windows Server 2003
R2\SetEnv.Cmd"
nmake /f windows.mak CFG=Debug all
EOF
_______________________________________________
Mono-patches maillist - [email protected]
http://lists.ximian.com/mailman/listinfo/mono-patches