tng 2002/11/21 10:08:30
Modified: c/src/xercesc/util/MsgLoaders/ICU/resources resources.mak
Log:
using environment variable ICUROOT
Revision Changes Path
1.3 +7 -8
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.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- resources.mak 7 Nov 2002 18:32:30 -0000 1.2
+++ resources.mak 21 Nov 2002 18:08:30 -0000 1.3
@@ -1,5 +1,5 @@
#
-# Copyright (c) 2002 IBM, Inc.
+# Copyright (c) 2002 IBM, Inc.
#
# File: resources.mak
# Location: <xercesc_root>\src\xercesc\util\MsgLoaders\ICU\resources
@@ -9,26 +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
+ICUDIR = $(ICUROOT)
GENRB = $(ICUDIR)\bin\genrb.exe
-GENRBOPT = -s. -d. --package-name $(PKGNAME)
+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) $?
@@ -37,4 +37,3 @@
#
$(PKGNAME)_fr_FR.res : fr_FR.txt
$(GENRB) $(GENRBOPT) $?
-
\ No newline at end of file
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]