ICU-3349 Fix for VS .NET 2003
X-SVN-Rev: 14132
This commit is contained in:
parent
bd057d27ee
commit
d88ef6324d
@ -15,7 +15,6 @@
|
||||
#
|
||||
RESFILES= root.res es.res
|
||||
|
||||
|
||||
#
|
||||
# ICUDIR the location of ICU, used to locate the tools for
|
||||
# compiling and packaging resources.
|
||||
@ -37,12 +36,11 @@ ICUDIR=..\..\..\..
|
||||
.txt.res:
|
||||
$(ICUDIR)\bin\genrb -t --package-name fortune_resources -d . $*.txt
|
||||
|
||||
|
||||
#
|
||||
# all - nmake starts here by default
|
||||
#
|
||||
all: fortune_resources.dll
|
||||
|
||||
fortune_resources.dll: $(RESFILES)
|
||||
$(ICUDIR)\bin\pkgdata --name fortune_resources -v -O R:$(ICUDIR) --mode dll -d . res-file-list.txt
|
||||
$(ICUDIR)\bin\pkgdata --name fortune_resources -v --mode dll -d . res-file-list.txt
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
<?xml version="1.0" encoding = "Windows-1252"?>
|
||||
<?xml version="1.0" encoding="Windows-1252"?>
|
||||
<VisualStudioProject
|
||||
ProjectType="Visual C++"
|
||||
Version="7.00"
|
||||
@ -136,26 +136,6 @@
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\resources\res-file-list.txt">
|
||||
<FileConfiguration
|
||||
Name="Debug|Win32">
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
CommandLine="cd resources
|
||||
nmake -f fortune_resources.mak
|
||||
copy Fortune_Resources.DLL ..\$(TargetDir)
|
||||
"
|
||||
Outputs="phony-output"/>
|
||||
</FileConfiguration>
|
||||
<FileConfiguration
|
||||
Name="Release|Win32">
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
CommandLine="cd resources
|
||||
nmake -f fortune_resources.mak
|
||||
copy Fortune_Resources.DLL ..\$(TargetDir)
|
||||
"
|
||||
Outputs="phony-output"/>
|
||||
</FileConfiguration>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\resources\root.txt">
|
||||
@ -165,6 +145,31 @@ copy Fortune_Resources.DLL ..\$(TargetDir)
|
||||
Name="Header Files"
|
||||
Filter="h;hpp;hxx;hm;inl">
|
||||
</Filter>
|
||||
<Filter
|
||||
Name="Makefile"
|
||||
Filter="">
|
||||
<File
|
||||
RelativePath=".\resources\fortune_resources.mak">
|
||||
<FileConfiguration
|
||||
Name="Debug|Win32">
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
CommandLine="cd resources
|
||||
nmake -f fortune_resources.mak
|
||||
copy Fortune_Resources.DLL "$(TargetDir)""
|
||||
Outputs="resources\fortune_resources.DLL"/>
|
||||
</FileConfiguration>
|
||||
<FileConfiguration
|
||||
Name="Release|Win32">
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
CommandLine="cd resources
|
||||
nmake -f fortune_resources.mak
|
||||
copy Fortune_Resources.DLL "$(TargetDir)""
|
||||
Outputs="resources\fortune_resources.DLL"/>
|
||||
</FileConfiguration>
|
||||
</File>
|
||||
</Filter>
|
||||
</Files>
|
||||
<Globals>
|
||||
</Globals>
|
||||
|
Loading…
Reference in New Issue
Block a user