You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by pe...@apache.org on 2002/11/07 19:32:30 UTC

cvs commit: xml-xerces/c/src/xercesc/util/MsgLoaders/ICU/resources resources.mak

peiyongz    2002/11/07 10:32:30

  Modified:    c/src/xercesc/util/MsgLoaders/ICU/resources resources.mak
  Log:
  renaming: en -> en_US
  
  Revision  Changes    Path
  1.2       +3 -3      xml-xerces/c/src/xercesc/util/MsgLoaders/ICU/resources/resources.mak
  
  Index: resources.mak
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/xercesc/util/MsgLoaders/ICU/resources/resources.mak,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- resources.mak	22 Oct 2002 14:56:53 -0000	1.1
  +++ resources.mak	7 Nov 2002 18:32:30 -0000	1.2
  @@ -15,7 +15,7 @@
   #
   #
   PKGNAME  = XercescErrMsg
  -TARGETS  = $(PKGNAME)_root.res $(PKGNAME)_en.res  $(PKGNAME)_fr.res
  +TARGETS  = $(PKGNAME)_root.res $(PKGNAME)_en_US.res  $(PKGNAME)_fr_FR.res
   ICUDIR   = ..\..\..\..\..\..\..\icu
   GENRB    = $(ICUDIR)\bin\genrb.exe
   GENRBOPT = -s. -d. --package-name $(PKGNAME)  
  @@ -29,12 +29,12 @@
   $(PKGNAME)_root.res : root.txt
   	$(GENRB) $(GENRBOPT) $?
       
  -$(PKGNAME)_en.res : en.txt
  +$(PKGNAME)_en_US.res : en_US.txt
   	$(GENRB) $(GENRBOPT) $?
   
   #
   # Note: $(GENRB) $(GENRBOPT) --encoding cp1251 $?
   #
  -$(PKGNAME)_fr.res : fr.txt
  +$(PKGNAME)_fr_FR.res : fr_FR.txt
   	$(GENRB) $(GENRBOPT) $?
       
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: xerces-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-cvs-help@xml.apache.org