roddey 99/11/30 12:23:42
Modified: c/scripts/Win32 ccd.cmd Log: Fixed it to deal with recent changes to the directory structure. Revision Changes Path 1.2 +11 -11 xml-xerces/c/scripts/Win32/ccd.cmd Index: ccd.cmd =================================================================== RCS file: /home/cvs/xml-xerces/c/scripts/Win32/ccd.cmd,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- ccd.cmd 1999/11/23 01:04:18 1.1 +++ ccd.cmd 1999/11/30 20:23:42 1.2 @@ -8,13 +8,13 @@ IF "%1"=="framework" GOTO CD_FRAMEWORK IF "%1"=="internal" GOTO CD_INTERNAL IF "%1"=="intl" GOTO CD_INTL -IF "%1"=="intl" GOTO CD_INTLBUILD IF "%1"=="parsers" GOTO CD_PARSERS IF "%1"=="samples" GOTO CD_SAMPLES IF "%1"=="sax" GOTO CD_SAX IF "%1"=="scripts" GOTO CD_SCRIPTS IF "%1"=="src" GOTO CD_SRC IF "%1"=="tests" GOTO CD_TESTS +IF "%1"=="tools" GOTO CD_TOOLS IF "%1"=="util" GOTO CD_UTIL @@ -30,27 +30,23 @@ GOTO EXIT :CD_DOM -CD %XML4CRoot%\src\com\ibm\xml\dom +CD %XML4CRoot%\src\dom GOTO EXIT :CD_FRAMEWORK -CD %XML4CRoot%\src\com\ibm\xml\framework +CD %XML4CRoot%\src\framework GOTO EXIT :CD_INTERNAL -CD %XML4CRoot%\src\com\ibm\xml\internal +CD %XML4CRoot%\src\internal GOTO EXIT :CD_INTL CD %XML4CRoot%\intlFiles GOTO EXIT -:CD_INTLBUILD -CD %XML4CRoot%\intlFiles\Build\Win32\VC6 -GOTO EXIT - :CD_PARSERS -CD %XML4CRoot%\src\com\ibm\xml\parsers +CD %XML4CRoot%\src\parsers GOTO EXIT :CD_SAMPLES @@ -70,11 +66,15 @@ GOTO EXIT :CD_TESTS -CD %XML4CRoot%\src\com\ibm\xml\util\tests +CD %XML4CRoot%\tests +GOTO EXIT + +:CD_TOOLS +CD %XML4CRoot%\tools GOTO EXIT :CD_UTIL -CD %XML4CRoot%\src\com\ibm\xml\util +CD %XML4CRoot%\src\util GOTO EXIT :EXIT
