peiyongz    2004/10/21 10:42:39

  Modified:    c/scripts packageBinaries.pl
  Log:
  distribute debug lib
  
  Revision  Changes    Path
  1.160     +8 -4      xml-xerces/c/scripts/packageBinaries.pl
  
  Index: packageBinaries.pl
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/scripts/packageBinaries.pl,v
  retrieving revision 1.159
  retrieving revision 1.160
  diff -u -r1.159 -r1.160
  --- packageBinaries.pl        20 Oct 2004 16:00:43 -0000      1.159
  +++ packageBinaries.pl        21 Oct 2004 17:42:39 -0000      1.160
  @@ -383,11 +383,15 @@
       # Population::Xerces-c
       # 
       print ("\n\nCopying Xerces-c outputs ...\n");            
  -    psystem("cp -fv $ReleaseBuildDir/*.dll   $targetdir/bin");
  -    psystem("cp -fv $ReleaseBuildDir/*.exe $targetdir/bin");    
  -    psystem("cp -fv $ReleaseBuildDir/xerces-c_*.lib $targetdir/lib");
  +    psystem("cp -fv $ReleaseBuildDir/*.dll               $targetdir/bin");
  +    psystem("cp -fv $ReleaseBuildDir/*.exe               $targetdir/bin");        
  +    psystem("cp -fv $ReleaseBuildDir/xerces-c_*.lib      $targetdir/lib");
       psystem("cp -fv $ReleaseBuildDir/xerces-depdom_*.lib $targetdir/lib");
  -           
  +
  +    psystem("cp -fv $DebugBuildDir/*.dll                 $targetdir/bin");
  +    psystem("cp -fv $DebugBuildDir/xerces-c_*.lib        $targetdir/lib");
  +    psystem("cp -fv $DebugBuildDir/xerces-depdom_*.lib   $targetdir/lib");
  +               
       # Populate the etc output directory like config.status and the map file
       print ("\n\nCopying misc output to etc ...\n");
       psystem("cp -fv $XERCESCROOT/Build/Win32/$VCBuildDir/Release/obj/*.map 
$targetdir/etc");
  
  
  

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

Reply via email to