mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-08 06:53:45 +00:00
ICU-4449 OS400 is defined in platform.h now.
X-SVN-Rev: 18111
This commit is contained in:
parent
aa2ed6a3cd
commit
18183a3fe9
1 changed files with 1 additions and 2 deletions
|
@ -1,12 +1,11 @@
|
|||
## -*-makefile-*-
|
||||
## OS400-specific setup (for cross build)
|
||||
## Copyright (c) 1999-2004, International Business Machines Corporation and
|
||||
## Copyright (c) 1999-2005, International Business Machines Corporation and
|
||||
## others. All Rights Reserved.
|
||||
|
||||
GEN_DEPS.c= $(CC1) -E -M $(DEFS) $(CPPFLAGS)
|
||||
GEN_DEPS.cc= $(CXX1) -E -M $(DEFS) $(CPPFLAGS)
|
||||
|
||||
DEFS+=-DOS400
|
||||
THREADSCPPFLAGS = -D_MULTI_THREADED
|
||||
|
||||
## Commands to compile
|
||||
|
|
Loading…
Add table
Reference in a new issue