]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/config/mh-os400
ICU-64243.0.1.tar.gz
[apple/icu.git] / icuSources / config / mh-os400
index 1a236de541ce689c531a0a535c177d197e3f76d8..82d7b500f09e0392c18c06b08d8773f2edba2f7a 100644 (file)
@@ -1,13 +1,22 @@
 ## -*-makefile-*-
+## Copyright (C) 2016 and later: Unicode, Inc. and others.
+## License & terms of use: http://www.unicode.org/copyright.html
 ## OS400-specific setup (for cross build)
-## Copyright (c) 1999-2011, International Business Machines Corporation and
+## Copyright (c) 1999-2013, International Business Machines Corporation and
 ## others. All Rights Reserved.
 
+# This otherwise breaks on OS400 - can't find "shell"
+CURR_FULL_DIR=.
+CURR_SRCCODE_FULL_DIR=.
+
 GEN_DEPS.c=    $(CC1) -E -M $(DEFS) $(CPPFLAGS)
 GEN_DEPS.cc=   $(CXX1) -E -M $(DEFS) $(CPPFLAGS)
 
 THREADSCPPFLAGS = -D_MULTI_THREADED
 
+# put this in the environment to get threading
+THREADSENVFLAGS = QIBM_MULTI_THREADED=Y ;
+
 ## Commands to compile
 # -qTERASPACE: large pointers
 # -qPFROPT=*STRDONLY: Strings are read-only