[sword-cvs] icu-sword/source/samples/ufortune Makefile,1.3,1.4 ufortune.vcproj,1.1,1.2
sword@www.crosswire.org
sword@www.crosswire.org
Tue, 6 Apr 2004 03:10:54 -0700
Update of /cvs/core/icu-sword/source/samples/ufortune
In directory www:/tmp/cvs-serv8911/source/samples/ufortune
Modified Files:
Makefile ufortune.vcproj
Log Message:
ICU 2.8 sync
Index: Makefile
===================================================================
RCS file: /cvs/core/icu-sword/source/samples/ufortune/Makefile,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- Makefile 10 Sep 2003 02:42:32 -0000 1.3
+++ Makefile 6 Apr 2004 10:09:21 -0000 1.4
@@ -1,4 +1,4 @@
-# Copyright (c) 2001 IBM, Inc. and others
+# Copyright (c) 2001-2003 IBM, Inc. and others
#
# File
@@ -51,3 +51,5 @@
install-$(RESDIR):
$(MAKE) -C $(RESDIR) install
+
+install: install-$(RESDIR)
\ No newline at end of file
Index: ufortune.vcproj
===================================================================
RCS file: /cvs/core/icu-sword/source/samples/ufortune/ufortune.vcproj,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- ufortune.vcproj 10 Sep 2003 02:42:32 -0000 1.1
+++ ufortune.vcproj 6 Apr 2004 10:09:21 -0000 1.2
@@ -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,15 +136,28 @@
</File>
<File
RelativePath=".\resources\res-file-list.txt">
+ </File>
+ <File
+ RelativePath=".\resources\root.txt">
+ </File>
+ </Filter>
+ <Filter
+ 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="phony-output"/>
+copy Fortune_Resources.DLL "$(TargetDir)""
+ Outputs="resources\fortune_resources.DLL"/>
</FileConfiguration>
<FileConfiguration
Name="Release|Win32">
@@ -152,18 +165,10 @@
Name="VCCustomBuildTool"
CommandLine="cd resources
nmake -f fortune_resources.mak
-copy Fortune_Resources.DLL ..\$(TargetDir)
-"
- Outputs="phony-output"/>
+copy Fortune_Resources.DLL "$(TargetDir)""
+ Outputs="resources\fortune_resources.DLL"/>
</FileConfiguration>
</File>
- <File
- RelativePath=".\resources\root.txt">
- </File>
- </Filter>
- <Filter
- Name="Header Files"
- Filter="h;hpp;hxx;hm;inl">
</Filter>
</Files>
<Globals>