tng         2002/12/05 12:37:46

  Modified:    c/src/xercesc/util/MsgLoaders/ICU/resources Makefile
                        resources.mak
  Log:
  use ICUROOT directly.
  
  Revision  Changes    Path
  1.4       +7 -8      xml-xerces/c/src/xercesc/util/MsgLoaders/ICU/resources/Makefile
  
  Index: Makefile
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/xercesc/util/MsgLoaders/ICU/resources/Makefile,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- Makefile  7 Nov 2002 18:34:50 -0000       1.3
  +++ Makefile  5 Dec 2002 20:37:46 -0000       1.4
  @@ -1,5 +1,5 @@
   #
  -# Copyright (c) 2002 IBM, Inc. 
  +# Copyright (c) 2002 IBM, Inc.
   #
   #  File:     Makefile
   #  Location: <xercesc_root>\src\xercesc\util\MsgLoaders\ICU\resources
  @@ -9,27 +9,26 @@
   #
   #  List of resource files to be built.
   #
  -#    . When adding a resource source (.txt) file for a new locale, 
  -#           the corresponding .res file must be added to this list, 
  +#    . When adding a resource source (.txt) file for a new locale,
  +#           the corresponding .res file must be added to this list,
   #    . AND to the file res-file-list.txt if *dll is to be built
   #
   #
   
   PKGNAME  = XercescErrMsg
   TARGETS  = $(PKGNAME)_root.res $(PKGNAME)_en_US.res  $(PKGNAME)_fr_FR.res
  -ICUDIR   = ../../../../../../../icu
  -GENRB    = $(ICUDIR)/bin/genrb
  -GENRBOPT = -s. -d. --package-name $(PKGNAME)  
  +GENRB    = $(ICUROOT)/bin/genrb
  +GENRBOPT = -s. -d. --package-name $(PKGNAME)
   
   all : $(TARGETS)
        @echo All targets are up to date
   
  -clean : 
  +clean :
        -erase $(TARGETS)
   
   $(PKGNAME)_root.res : root.txt
        $(GENRB) $(GENRBOPT) $?
  -    
  +
   $(PKGNAME)_en_US.res : en_US.txt
        $(GENRB) $(GENRBOPT) $?
   
  
  
  
  1.4       +1 -2      
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.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- resources.mak     21 Nov 2002 18:08:30 -0000      1.3
  +++ resources.mak     5 Dec 2002 20:37:46 -0000       1.4
  @@ -16,8 +16,7 @@
   #
   PKGNAME  = XercescErrMsg
   TARGETS  = $(PKGNAME)_root.res $(PKGNAME)_en_US.res  $(PKGNAME)_fr_FR.res
  -ICUDIR   = $(ICUROOT)
  -GENRB    = $(ICUDIR)\bin\genrb.exe
  +GENRB    = $(ICUROOT)\bin\genrb.exe
   GENRBOPT = -s. -d. --package-name $(PKGNAME)
   
   all : $(TARGETS)
  
  
  

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

Reply via email to