peiyongz    2003/12/01 13:45:50

  Modified:    c/scripts packageBinaries.pl
  Log:
  Build xercesc2_4_0 with icu2.6.1 with vc7
  
  Revision  Changes    Path
  1.136     +5 -7      xml-xerces/c/scripts/packageBinaries.pl
  
  Index: packageBinaries.pl
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/scripts/packageBinaries.pl,v
  retrieving revision 1.135
  retrieving revision 1.136
  diff -u -r1.135 -r1.136
  --- packageBinaries.pl        19 Nov 2003 23:04:39 -0000      1.135
  +++ packageBinaries.pl        1 Dec 2003 21:45:50 -0000       1.136
  @@ -615,15 +615,13 @@
                   }    
                   psystem("type buildlog.txt");
               } elsif ($DevStudioVer eq "7.0") {
  -                pchdir ("$ICUROOT/as_is/win32");
  -                psystem("unzip msvc7.zip");
  -                pchdir ("$ICUROOT/as_is/win32/vc7");
  +                pchdir ("$ICUROOT/source/allinone");
   
  -                psystem("devenv /rebuild Release /out buildlog.txt /project all 
allinone.sln");
  -                psystem("type buildlog.txt");
  +                psystem("devenv /rebuild Release /out buildlog_release.txt /project 
all allinone.sln");
  +                psystem("type buildlog_release.txt");
   
  -                psystem("devenv /rebuild debug /out buildlog.txt /project all 
allinone.sln");
  -                psystem("type buildlog.txt");
  +                psystem("devenv /rebuild debug /out buildlog_debug.txt /project all 
allinone.sln");
  +                psystem("type buildlog_debug.txt");                                 
 
               }
           }
   
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to