peiyongz    2002/07/31 14:53:19

  Modified:    c/scripts packageBinaries.pl
  Log:
  Build 64bit production on Itanium/WinXP with ecl
  
  Revision  Changes    Path
  1.92      +6 -8      xml-xerces/c/scripts/packageBinaries.pl
  
  Index: packageBinaries.pl
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/scripts/packageBinaries.pl,v
  retrieving revision 1.91
  retrieving revision 1.92
  diff -u -r1.91 -r1.92
  --- packageBinaries.pl        29 Jul 2002 21:32:29 -0000      1.91
  +++ packageBinaries.pl        31 Jul 2002 21:53:19 -0000      1.92
  @@ -124,8 +124,6 @@
       psystem ("mkdir $targetdir\\include\\xercesc");
       psystem ("mkdir $targetdir\\samples");
       psystem ("mkdir $targetdir\\samples\\Projects");
  -    psystem ("mkdir $targetdir\\samples\\Projects\\Win64");
  -    psystem ("mkdir $targetdir\\samples\\Projects\\Win64\\Nmake");
       psystem ("mkdir $targetdir\\samples\\data");
       psystem ("mkdir $targetdir\\samples\\SAXCount");
       psystem ("mkdir $targetdir\\samples\\SAX2Count");
  @@ -174,7 +172,7 @@
            psystem("type buildlog.txt");
           }
   
  -        
change_windows_makefile_for_ICU("$XERCESCROOT\\Projects\\Win64\\Nmake\\xerces-all/XercesLib/XercesLib.mak");
  +        
change_windows_makefile_for_ICU("$XERCESCROOT\\Projects\\Win32\\VC6\\xerces-all/XercesLib/XercesLib.mak");
       }
   
       # Clean up all the dependency files, causes problems for nmake
  @@ -183,17 +181,17 @@
       psystem ("del /s /f *.dep *.ncb *.plg *.opt");
   
       # Make all files in the Xerces-C system including libraries, samples and tests
  -    pchdir ("$XERCESCROOT\\Projects\\Win64\\Nmake\\xerces-all\\all");
  +    pchdir ("$XERCESCROOT\\Projects\\Win32\\VC6\\xerces-all\\all");
       psystem( "nmake -f all.mak \"CFG=all - $platformname Release\" CPP=$opt_x.exe 
>buildlog.txt 2>&1");
       system("type buildlog.txt");
   
  -    pchdir ("$XERCESCROOT\\Projects\\Win64\\Nmake\\xerces-all\\XercesLib");
  +    pchdir ("$XERCESCROOT\\Projects\\Win32\\VC6\\xerces-all\\XercesLib");
       psystem("nmake -f XercesLib.mak \"CFG=XercesLib - $platformname Debug\" 
CPP=$opt_x.exe > buildlog.txt 2>&1 ");
       system("type buildlog.txt");
   
       # Decide where you want the build copied from
       pchdir ($targetdir);
  -    $BUILDDIR = $XERCESCROOT . "\\Build\\Win64\\Nmake\\" . $buildmode;
  +    $BUILDDIR = $XERCESCROOT . "\\Build\\Win64\\VC6\\" . $buildmode;
       print "\nBuild is being copied from \'" . $BUILDDIR . "\'";
   
       # Populate the include output directory
  @@ -295,7 +293,7 @@
       psystem("copy /y $BUILDDIR\\xerces-c_*.lib $targetdir\\lib");
   
       if ($buildmode ne "Debug") {
  -        $DEBUGBUILDDIR = "$XERCESCROOT\\Build\\Win64\\Nmake\\Debug";
  +        $DEBUGBUILDDIR = "$XERCESCROOT\\Build\\Win32\\VC6\\Debug";
           psystem("copy /y $DEBUGBUILDDIR\\xerces-c_*D.lib $targetdir\\lib");
           psystem("copy /y $DEBUGBUILDDIR\\xerces*D.dll $targetdir\\bin");
       }
  @@ -303,7 +301,7 @@
   
       # Populate the etc output directory like config.status and the map file
       print ("\n \nCopying misc output to etc ...\n");
  -    psystem("copy /y $XERCESCROOT\\Build\\Win64\\Nmake\\Release\\obj\\*.map 
$targetdir\\etc");
  +    psystem("copy /y $XERCESCROOT\\Build\\Win32\\VC6\\Release\\obj\\*.map 
$targetdir\\etc");
   
   
       # Populate the samples directory
  
  
  

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

Reply via email to