Skip to content
Snippets Groups Projects
Commit b88008f4 authored by PeiYong Zhang's avatar PeiYong Zhang
Browse files

Using windows-specific resource file list

git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@176181 13f79535-47bb-0310-9956-ffa450edef68
parent 85acb934
No related branches found
No related tags found
No related merge requests found
......@@ -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 @@ include ..\..\..\..\..\..\version.incl
RESFILES= en_US.res
PKGNAME = XercesMessages$(VER)
PKGNAME = XercesMessages$(WIN_MSG_VER)
TARGET_DLL = $(PKGNAME).DLL
TARGET_LIB = $(PKGNAME).lib
......@@ -50,5 +50,5 @@ REN = ren
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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment