peiyongz    2004/03/17 13:21:35

  Modified:    c/scripts packageBinaries.pl
  Log:
  Build Deprecated DOM library
  
  Revision  Changes    Path
  1.142     +31 -3     xml-xerces/c/scripts/packageBinaries.pl
  
  Index: packageBinaries.pl
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/scripts/packageBinaries.pl,v
  retrieving revision 1.141
  retrieving revision 1.142
  diff -u -r1.141 -r1.142
  --- packageBinaries.pl        12 Feb 2004 20:50:27 -0000      1.141
  +++ packageBinaries.pl        17 Mar 2004 21:21:35 -0000      1.142
  @@ -402,10 +402,12 @@
       }
   
       psystem("copy /y $BUILDDIR\\xerces-c_*.lib $targetdir\\lib");
  -
  +    psystem("copy /y $BUILDDIR\\xerces-depdom_*.lib $targetdir\\lib");
  +    
       if ($buildmode ne "Debug") {
           $DEBUGBUILDDIR = "$XERCESCROOT\\Build\\Win64\\VC6\\Debug";
           psystem("copy /y $DEBUGBUILDDIR\\xerces-c_*D.lib $targetdir\\lib");
  +        psystem("copy /y $DEBUGBUILDDIR\\xerces-depdom_*D.lib $targetdir\\lib");    
    
           psystem("copy /y $DEBUGBUILDDIR\\xerces*D.dll $targetdir\\bin");
       }
   
  @@ -816,9 +818,12 @@
   
       }
       psystem("cp -fv $BUILDDIR/xerces-c_*.lib $targetdir/lib");
  +    psystem("cp -fv $BUILDDIR/xerces-depdom_*.lib $targetdir/lib");
  +        
       if ($buildmode ne "Debug") {
           $DEBUGBUILDDIR = "$XERCESCROOT/Build/Win32/$VCBuildDir/Debug";
           psystem("cp -fv $DEBUGBUILDDIR/xerces-c_*D.lib $targetdir/lib");
  +        psystem("cp -fv $DEBUGBUILDDIR/xerces-depdom_*D.lib $targetdir/lib");       
 
           psystem("cp -fv $DEBUGBUILDDIR/xerces-c*D.dll $targetdir/bin");
       }
   
  @@ -1340,27 +1345,50 @@
       if ((-e "$XERCESCROOT/lib/libxerces-c.so.25.0" )) {
           psystem("cp -f $XERCESCROOT/lib/libxerces-c.so.25.0 .");
           psystem("ln -s libxerces-c.so.25.0 libxerces-c.so.25 ");
  -        psystem("ln -s libxerces-c.so.25   libxerces-c.so    ");
  +        psystem("ln -s libxerces-c.so.25   libxerces-c.so    ");     
  +    }
  +
  +    if ((-e "$XERCESCROOT/lib/libxerces-depdom.so.25.0" )) {
  +        psystem("cp -f $XERCESCROOT/lib/libxerces-depdom.so.25.0 .");
  +        psystem("ln -s libxerces-depdom.so.25.0 libxerces-depdom.so.25 ");
  +        psystem("ln -s libxerces-depdom.so.25   libxerces-depdom.so    ");        
       }
   
       if ((-e "$XERCESCROOT/lib/libxerces-c.sl.25.0" )) {
           psystem("cp -f $XERCESCROOT/lib/libxerces-c.sl.25.0 .");
           psystem("ln -s libxerces-c.sl.25.0 libxerces-c.sl.25 ");
  -        psystem("ln -s libxerces-c.sl.25   libxerces-c.sl    ");
  +        psystem("ln -s libxerces-c.sl.25   libxerces-c.sl    ");               
       }
   
  +    if ((-e "$XERCESCROOT/lib/libxerces-depdom.sl.25.0" )) {
  +        psystem("cp -f $XERCESCROOT/lib/libxerces-depdom.sl.25.0 .");
  +        psystem("ln -s libxerces-depdom.sl.25.0 libxerces-depdom.sl.25 ");
  +        psystem("ln -s libxerces-depdom.sl.25   libxerces-depdom.sl    ");
  +    }
  +                
       if ((-e "$XERCESCROOT/lib/libxerces-c25.0.so" )) {
           psystem("cp -f $XERCESCROOT/lib/libxerces-c25.0.so .");
           psystem("ln -s libxerces-c25.0.so libxerces-c25.so  ");
           psystem("ln -s libxerces-c25.so   libxerces-c.so    ");
       }
   
  +    if ((-e "$XERCESCROOT/lib/libxerces-depdom25.0.so" )) {
  +        psystem("cp -f $XERCESCROOT/lib/libxerces-depdom25.0.so .");
  +        psystem("ln -s libxerces-depdom25.0.so libxerces-depdom25.so  ");
  +        psystem("ln -s libxerces-depdom25.so   libxerces-depdom.so    ");
  +    }
  +    
       if ((-e "$XERCESCROOT/lib/libxerces-c25.0.a" )) {
           psystem("cp -f $XERCESCROOT/lib/libxerces-c25.0.a . ");
           psystem("ln -s libxerces-c25.0.a  libxerces-c25.a ");
           psystem("ln -s libxerces-c25.a    libxerces-c.a ");         
       }
           
  +    if ((-e "$XERCESCROOT/lib/libxerces-depdom25.0.a" )) {
  +        psystem("cp -f $XERCESCROOT/lib/libxerces-depdom25.0.a . ");
  +        psystem("ln -s libxerces-depdom25.0.a  libxerces-depdom25.a ");
  +        psystem("ln -s libxerces-depdom25.a    libxerces-depdom.a ");         
  +    }        
        # Mac OS X
       if ((-e "$XERCESCROOT/lib/libxerces-c.25.0.dylib" )) {
           psystem("cp -f $XERCESCROOT/lib/libxerces-c.25.0.dylib .");
  
  
  

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

Reply via email to