peiyongz 2003/03/17 11:28:15 Modified: c/src/xercesc/util/MsgLoaders/ICU/resources resources.mak Log: Build versioned XercesMessages on Windows Revision Changes Path 1.9 +5 -9 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.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- resources.mak 12 Mar 2003 04:33:16 -0000 1.8 +++ resources.mak 17 Mar 2003 19:28:15 -0000 1.9 @@ -13,8 +13,7 @@ # the corresponding .res file must be added to this list, # . AND to the file res-file-list.txt # -# If built versioned dll/lib directly, then we need to change the -# the symbol, XercesMessages_dat to XercesMessages2_2_0_dat. +# keep synchronous with ICUMsgLoader.cpp # # for VER @@ -23,10 +22,8 @@ RESFILES= en_US.res PKGNAME = XercesMessages -TARGET_DLL = $(PKGNAME).DLL -TARGET_LIB = $(PKGNAME).lib -TAR_VER_DLL = $(PKGNAME)$(VER).dll -TAR_VER_LIB = $(PKGNAME)$(VER).lib +TARGET_DLL = $(PKGNAME)$(VER).DLL +TARGET_LIB = $(PKGNAME)$(VER).lib GENRB = $(ICUROOT)\bin\genrb.exe PKGDATA = $(ICUROOT)\bin\pkgdata @@ -53,6 +50,5 @@ all: $(TARGET_DLL) $(TARGET_DLL): $(RESFILES) - $(PKGDATA) --name $(PKGNAME) -v -O R:$(ICUROOT) --mode dll -d . res-file-list.txt - $(REN) $(TARGET_DLL) $(TAR_VER_DLL) - $(REN) $(TARGET_LIB) $(TAR_VER_LIB) + $(PKGDATA) --name $(PKGNAME)$(VER) -v -O R:$(ICUROOT) --mode dll -d . res-file-list.txt +
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]