Kaydet (Commit) 265ee5ba authored tarafından Kurt Zenker's avatar Kurt Zenker

INTEGRATION: CWS aquavcl03 (1.18.36); FILE MERGED

2007/08/07 10:29:54 pl 1.18.36.3: RESYNC: (1.18-1.20); FILE MERGED
2007/07/26 22:16:13 ericb 1.18.36.2: #i80066# fix breakage in testshl2 ( objc++ switchs are causing garbage)
2007/07/26 11:14:28 pl 1.18.36.1: #i80066# add cocoa framework and objective c++ switches
üst cda3af93
...@@ -4,9 +4,9 @@ ...@@ -4,9 +4,9 @@
# #
# $RCSfile: unxmacx.mk,v $ # $RCSfile: unxmacx.mk,v $
# #
# $Revision: 1.20 $ # $Revision: 1.21 $
# #
# last change: $Author: hr $ $Date: 2007-08-03 13:55:43 $ # last change: $Author: kz $ $Date: 2007-10-09 15:05:16 $
# #
# The Contents of this file are made available subject to # The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1. # the terms of GNU Lesser General Public License Version 2.1.
...@@ -110,6 +110,7 @@ CFLAGS_NO_EXCEPTIONS=-fno-exceptions ...@@ -110,6 +110,7 @@ CFLAGS_NO_EXCEPTIONS=-fno-exceptions
# Normal C++ compilation flags # Normal C++ compilation flags
CFLAGSCXX=-pipe -malign-natural -fsigned-char -Wno-long-double $(ARCH_FLAGS) CFLAGSCXX=-pipe -malign-natural -fsigned-char -Wno-long-double $(ARCH_FLAGS)
CFLAGSCXX+= -Wno-ctor-dtor-privacy CFLAGSCXX+= -Wno-ctor-dtor-privacy
PICSWITCH:=-fPIC PICSWITCH:=-fPIC
# Other flags # Other flags
CFLAGSOBJGUIMT=$(PICSWITCH) -fno-common CFLAGSOBJGUIMT=$(PICSWITCH) -fno-common
...@@ -231,9 +232,9 @@ STDSLOCUI= ...@@ -231,9 +232,9 @@ STDSLOCUI=
.IF "$(GUIBASE)" == "aqua" .IF "$(GUIBASE)" == "aqua"
STDLIBCUIMT=CPPRUNTIME -lm STDLIBCUIMT=CPPRUNTIME -lm
STDLIBGUIMT=-framework Carbon -lpthread CPPRUNTIME -lm STDLIBGUIMT=-framework Carbon -framework Cocoa -lpthread CPPRUNTIME -lm
STDSHLCUIMT=-lpthread CPPRUNTIME -lm STDSHLCUIMT=-lpthread CPPRUNTIME -lm
STDSHLGUIMT=-framework Carbon -framework CoreFoundation -lpthread CPPRUNTIME -lm STDSHLGUIMT=-framework Carbon -framework CoreFoundation -framework Cocoa -lpthread CPPRUNTIME -lm
PSPLIB=-lpsp PSPLIB=-lpsp
.ELSE .ELSE
STDLIBCUIMT= CPPRUNTIME -lm STDLIBCUIMT= CPPRUNTIME -lm
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment