peiyongz    2004/11/07 19:13:00

  Modified:    c/src/xercesc/util/MsgLoaders/ICU/resources resources.mak
  Log:
  Using windows-specific resource file list
  
  Revision  Changes    Path
  1.11      +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.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- resources.mak     4 Nov 2004 18:37:09 -0000       1.10
  +++ resources.mak     8 Nov 2004 03:13:00 -0000       1.11
  @@ -11,7 +11,7 @@
   #
   #    . 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
  +#    . AND to the file res-file-list-wins.txt
   #
   #  keep synchronous with ICUMsgLoader.cpp
   #
  @@ -21,7 +21,7 @@
   
   RESFILES= en_US.res 
   
  -PKGNAME       = XercesMessages$(VER)
  +PKGNAME       = XercesMessages$(WIN_MSG_VER)
   TARGET_DLL    = $(PKGNAME).DLL
   TARGET_LIB    = $(PKGNAME).lib
   
  @@ -50,5 +50,5 @@
   all: $(TARGET_DLL)
   
   $(TARGET_DLL): $(RESFILES)
  -     $(PKGDATA) --name $(PKGNAME) -v -O R:$(ICUROOT) --mode dll -d . 
res-file-list.txt
  +     $(PKGDATA) --name $(PKGNAME) -v -O R:$(ICUROOT) --mode dll -d . 
res-file-list-wins.txt
   
  
  
  

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

Reply via email to