X-Git-Url: https://git.saurik.com/apple/icu.git/blobdiff_plain/374ca955a76ecab1204ca8bfa63ff9238d998416..48b980fed3435926e0b3a8d72ecb58be703a1c7a:/icuSources/samples/ufortune/resources/fortune_resources.mak diff --git a/icuSources/samples/ufortune/resources/fortune_resources.mak b/icuSources/samples/ufortune/resources/fortune_resources.mak index 9fc05b44..fd06568f 100644 --- a/icuSources/samples/ufortune/resources/fortune_resources.mak +++ b/icuSources/samples/ufortune/resources/fortune_resources.mak @@ -1,4 +1,4 @@ -# Copyright (c) 2001 IBM, Inc. and others +# Copyright (c) 2001-2006 IBM, Inc. and others # # fortune_resources.mak # @@ -26,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 # @@ -34,7 +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