]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/tools/pkgdata/makefile.h
ICU-6.2.4.tar.gz
[apple/icu.git] / icuSources / tools / pkgdata / makefile.h
index 21d4e56cbe99407e3c0f1db7a3a8d77d747413cb..0b1bbe9738de46ea9a0335987c49a9c83a876296 100644 (file)
@@ -1,6 +1,6 @@
 /**************************************************************************
 *
-*   Copyright (C) 2000, International Business Machines
+*   Copyright (C) 2000-2004, International Business Machines
 *   Corporation and others.  All Rights Reserved.
 *
 ***************************************************************************
@@ -41,9 +41,9 @@ pkg_mak_writeFooter(FileStream *f, const UPKGOptions *o);
 
 
 
-#ifdef WIN32
+#ifdef U_MAKE_IS_NMAKE
 extern void pkg_mode_windows(UPKGOptions *o, FileStream *makefile, UErrorCode *status);
-#else /*#ifdef WIN32*/
+#else /*#ifdef U_MAKE_IS_NMAKE*/
 /**
  * Write stanzas for generating .o (and .c) files for each data file in 'o->filePaths'.
  * @param o Package options struct
@@ -63,4 +63,9 @@ extern void pkg_mode_common(UPKGOptions* o, FileStream *stream, UErrorCode *stat
 extern void pkg_mode_files(UPKGOptions* o, FileStream *stream, UErrorCode *status);
 
 
+extern void
+pkg_mak_writeAssemblyHeader(FileStream *f, const UPKGOptions *o);
+extern void
+pkg_mak_writeAssemblyFooter(FileStream *f, const UPKGOptions *o);
+
 #endif