ICU-3821 Fix uconv

X-SVN-Rev: 16029
This commit is contained in:
George Rhoten 2004-07-16 22:13:43 +00:00
parent d4a9c17387
commit 3e79a1d28c

View File

@ -81,8 +81,8 @@ ALL : $(OUTPUT)
# invoke pkgdata - static
"$(DLL_OUTPUT)\$(RESNAME).lib" : $(RB_FILES) $(RESFILES)
@echo Building $(RESNAME).lib
@"$(ICUTOOLS)\pkgdata" -f -v -m static -c -p $(RESNAME) -d "$(DLL_OUTPUT)" <<pkgdatain.txt
$(RB_FILES:.res =.res
@"$(ICUTOOLS)\pkgdata" -f -v -m static -c -p $(RESNAME) -d "$(DLL_OUTPUT)" -s "$(RESDIR)" <<pkgdatain.txt
$(RESSRC:.txt =.res
)
<<KEEP
@ -90,7 +90,7 @@ $(RB_FILES:.res =.res
CLEAN :
-@erase "$(RB_FILES)"
-@erase "$(CFG)\*uconvmsg*.*"
-@"$(ICUTOOLS)\pkgdata" -f --clean -v -m static -c -p $(RESNAME) -d "$(DLL_OUTPUT)" pkgdatain.txt
-@"$(ICUTOOLS)\pkgdata" -f --clean -v -m static -c -p $(RESNAME) -d "$(DLL_OUTPUT)" -s "$(RESDIR)" pkgdatain.txt
# Inference rule for creating resource bundles
{$(RESDIR)}.txt{$(RESDIR)}.res: