You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by ro...@locus.apache.org on 2000/01/19 02:02:30 UTC

cvs commit: xml-xerces/c/scripts/Win32 ccd.cmd

roddey      00/01/18 17:02:30

  Modified:    c/scripts/Win32 ccd.cmd
  Log:
  Just added a couple more directories to it.
  
  Revision  Changes    Path
  1.3       +5 -0      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.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- ccd.cmd	1999/11/30 20:23:42	1.2
  +++ ccd.cmd	2000/01/19 01:02:30	1.3
  @@ -9,6 +9,7 @@
   IF "%1"=="internal" GOTO CD_INTERNAL
   IF "%1"=="intl" GOTO CD_INTL
   IF "%1"=="parsers" GOTO CD_PARSERS
  +IF "%1"=="root" GOTO CD_ROOT
   IF "%1"=="samples" GOTO CD_SAMPLES
   IF "%1"=="sax" GOTO CD_SAX
   IF "%1"=="scripts" GOTO CD_SCRIPTS
  @@ -47,6 +48,10 @@
   
   :CD_PARSERS
   CD %XML4CRoot%\src\parsers
  +GOTO EXIT
  +
  +:CD_ROOT
  +CD %XML4CRoot%
   GOTO EXIT
   
   :CD_SAMPLES