mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-07 22:44:49 +00:00
ICU-5452 Fix uconv to generate a proper pkgdata input file
X-SVN-Rev: 20693
This commit is contained in:
parent
e1542a2d3b
commit
6ca0af39ee
1 changed files with 4 additions and 4 deletions
|
@ -1,5 +1,5 @@
|
|||
#**********************************************************************
|
||||
#* Copyright (C) 1999-2004, International Business Machines Corporation
|
||||
#* Copyright (C) 1999-2006, International Business Machines Corporation
|
||||
#* and others. All Rights Reserved.
|
||||
#**********************************************************************
|
||||
# nmake file for creating data files on win32
|
||||
|
@ -63,8 +63,8 @@ FILESEPCHAR=
|
|||
!ELSE
|
||||
!ERROR ERROR: cannot find "$(RESFILES)"
|
||||
!ENDIF
|
||||
RB_FILES = $(RESSRC:.txt=.res)
|
||||
RB_FILES = resources\$(RB_FILES:.res =.res resources\)
|
||||
RES_FILES = $(RESSRC:.txt=.res)
|
||||
RB_FILES = resources\$(RES_FILES:.res =.res resources\)
|
||||
RESOURCESDIR=
|
||||
|
||||
# This target should build all the data files
|
||||
|
@ -82,7 +82,7 @@ ALL : $(OUTPUT)
|
|||
"$(DLL_OUTPUT)\$(RESNAME).lib" : $(RB_FILES) $(RESFILES)
|
||||
@echo Building $(RESNAME).lib
|
||||
@"$(ICUTOOLS)\pkgdata" -f -v -m static -c -p $(RESNAME) -d "$(DLL_OUTPUT)" -s "$(RESDIR)" <<pkgdatain.txt
|
||||
$(RESSRC:.txt =.res
|
||||
$(RES_FILES:.res =.res
|
||||
)
|
||||
<<KEEP
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue