mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-16 10:17:23 +00:00
ICU-5081 Stop using the old naming scheme.
X-SVN-Rev: 19291
This commit is contained in:
parent
61d40226d0
commit
8ada4896ee
1 changed files with 2 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue