You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by pe...@apache.org on 2004/11/05 19:38:25 UTC

cvs commit: xml-xerces/c/scripts packageBinaries.pl

peiyongz    2004/11/05 10:38:25

  Modified:    c/scripts packageBinaries.pl
  Log:
  build XercesMessage lib on windows with 2 digits version
  
  Revision  Changes    Path
  1.161     +7 -4      xml-xerces/c/scripts/packageBinaries.pl
  
  Index: packageBinaries.pl
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/scripts/packageBinaries.pl,v
  retrieving revision 1.160
  retrieving revision 1.161
  diff -u -r1.160 -r1.161
  --- packageBinaries.pl	21 Oct 2004 17:42:39 -0000	1.160
  +++ packageBinaries.pl	5 Nov 2004 18:38:25 -0000	1.161
  @@ -275,7 +275,10 @@
               # clean up intermediate files to make it rebuildable
               psystem ("del /s /f *.DLL *.dll *.res *.DAT *.lib *.obj");            
               psystem( "nmake /f resources.mak > buildlog.txt 2>&1 ");
  -            system("type buildlog.txt");              
  +            system("type buildlog.txt");
  +            # to follow 2 digits convention
  +            psystem("cp XercesMessages2_6_0.DLL XercesMessages2_6.DLL");
  +            psystem("cp XercesMessages2_6_0.lib XercesMessages2_6.lib");            
           }
   
           #
  @@ -1187,7 +1190,7 @@
          
           if ($MsgLoader)
           {
  -            $line =~ s/user32.lib/user32.lib $icuuc.lib XercesMessages2_6_0.lib/g;
  +            $line =~ s/user32.lib/user32.lib $icuuc.lib XercesMessages2_6.lib/g;
           }        
           elsif ($Transcoder)
           {
  @@ -1236,7 +1239,7 @@
   
           if ($MsgLoader)
           {
  -            $line =~ s/user32.lib/user32.lib $icuuc.lib XercesMessages2_6_0.lib/g;
  +            $line =~ s/user32.lib/user32.lib $icuuc.lib XercesMessages2_6.lib/g;
           }        
           elsif ($Transcoder)
           {
  @@ -1283,7 +1286,7 @@
           
           if ($MsgLoader)
           {
  -            $line =~ s/AdditionalDependencies=\"([^"]*)/AdditionalDependencies=\"$icuuc.lib XercesMessages2_6_0.lib $1/;
  +            $line =~ s/AdditionalDependencies=\"([^"]*)/AdditionalDependencies=\"$icuuc.lib XercesMessages2_6.lib $1/;
           }        
           elsif ($Transcoder)
           {
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: xerces-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-cvs-help@xml.apache.org