]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/samples/ufortune/resources/fortune_resources.mak
ICU-400.42.tar.gz
[apple/icu.git] / icuSources / samples / ufortune / resources / fortune_resources.mak
index 3c3a90b111ed33421415a9bf4c13acb6f673d24f..fd06568f99d809e43ed5c395302ac8b2bd5f2e67 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (c) 2001 IBM, Inc. and others
+# Copyright (c) 2001-2006 IBM, Inc. and others
 #
 #  fortune_resources.mak
 #
@@ -15,7 +15,6 @@
 #
 RESFILES= root.res es.res 
 
-
 #
 #  ICUDIR   the location of ICU, used to locate the tools for
 #           compiling and packaging resources.
@@ -27,7 +26,6 @@ ICUDIR=..\..\..\..
 #    clear out the built-in ones (for .c and the like), and add
 #    the definition for .txt to .res.
 #
-.SUFFIXES :
 .SUFFIXES : .txt
 
 #
@@ -35,8 +33,7 @@ ICUDIR=..\..\..\..
 #  -t fools make into thinking there are files such as es.res, etc
 #
 .txt.res:
-       $(ICUDIR)\bin\genrb -t --package-name fortune_resources -d . $*.txt
-
+       $(ICUDIR)\bin\genrb -d . $*.txt
 
 #
 #  all - nmake starts here by default
@@ -44,5 +41,5 @@ ICUDIR=..\..\..\..
 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