cargilld 2004/11/17 09:58:10 Modified: c/scripts packageBinaries.pl Log: Fix build error for ICU 3.2 build using MS VC++ 7.1. Revision Changes Path 1.165 +3 -3 xml-xerces/c/scripts/packageBinaries.pl Index: packageBinaries.pl =================================================================== RCS file: /home/cvs/xml-xerces/c/scripts/packageBinaries.pl,v retrieving revision 1.164 retrieving revision 1.165 diff -u -r1.164 -r1.165 --- packageBinaries.pl 11 Nov 2004 17:16:07 -0000 1.164 +++ packageBinaries.pl 17 Nov 2004 17:58:10 -0000 1.165 @@ -266,11 +266,11 @@ # ICU only has allinone.sln for VC7.0 # So the build with ICU on VC7.1 may fail until the VC7.1 version is available pchdir ("$ICUROOT/source/allinone"); - - psystem("devenv /rebuild Release /out buildlog_release.txt /project all allinone.sln"); + + psystem("devenv.com allinone.sln /rebuild Release /out buildlog_release.txt"); psystem("type buildlog_release.txt"); - psystem("devenv /rebuild debug /out buildlog_debug.txt /project all allinone.sln"); + psystem("devenv.com allinone.sln /rebuild debug /out buildlog_debug.txt"); psystem("type buildlog_debug.txt"); } else { #"6.1" pchdir ("$ICUROOT/source/allinone/all");
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]