]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/samples/ufortune/resources/fortune_resources.mak
ICU-66108.tar.gz
[apple/icu.git] / icuSources / samples / ufortune / resources / fortune_resources.mak
index 7e4d2c3dca25165c82000ae17c15d545493127d2..707ae6b6ab6448efd8c86db41493096778a90b37 100644 (file)
@@ -1,9 +1,12 @@
+# Copyright (C) 2016 and later: Unicode, Inc. and others.
+# License & terms of use: http://www.unicode.org/copyright.html#License
+#
 # Copyright (c) 2001-2009 IBM, Inc. and others
 #
 #  fortune_resources.mak
 #
 #      Windows nmake makefile for compiling and packaging the resources
-#      for for the ICU sample program "ufortune".
+#      for the ICU sample program "ufortune".
 #
 #      This makefile is normally invoked by the pre-link step in the
 #      MSVC project file for ufortune
@@ -42,7 +45,7 @@ BIN=bin
 #  -t fools make into thinking there are files such as es.res, etc
 #
 .txt.res:
-       $(ICUDIR)\$(BIN)\genrb -d . $*.txt
+    $(ICUDIR)\$(BIN)\genrb -d . $*.txt
 
 #
 #  all - nmake starts here by default
@@ -50,5 +53,5 @@ BIN=bin
 all: fortune_resources.dll
 
 fortune_resources.dll: $(RESFILES)
-       $(ICUDIR)\$(BIN)\pkgdata --name fortune_resources -v --mode dll -d . res-file-list.txt
+    $(ICUDIR)\$(BIN)\pkgdata --name fortune_resources -v --mode dll -d . res-file-list.txt