Kaydet (Commit) 27d3d429 authored tarafından Jens-Heiner Rechtien's avatar Jens-Heiner Rechtien

INTEGRATION: CWS aquavcl02 (1.18.10); FILE MERGED

2007/07/12 19:29:43 ericb 1.18.10.1: #i79553# modify linking for MacOSX builds (initialy for testtool build)
üst 7d3ce44f
...@@ -4,9 +4,9 @@ ...@@ -4,9 +4,9 @@
# #
# $RCSfile: unxmacx.mk,v $ # $RCSfile: unxmacx.mk,v $
# #
# $Revision: 1.19 $ # $Revision: 1.20 $
# #
# last change: $Author: hr $ $Date: 2007-08-03 12:28:15 $ # last change: $Author: hr $ $Date: 2007-08-03 13:55:43 $
# #
# 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.
...@@ -231,14 +231,16 @@ STDSLOCUI= ...@@ -231,14 +231,16 @@ STDSLOCUI=
.IF "$(GUIBASE)" == "aqua" .IF "$(GUIBASE)" == "aqua"
STDLIBCUIMT=CPPRUNTIME -lm STDLIBCUIMT=CPPRUNTIME -lm
STDSHLGUIMT=-lpthread CPPRUNTIME -lm -framework CoreFoundation -framework Carbon STDLIBGUIMT=-framework Carbon -lpthread CPPRUNTIME -lm
STDSHLCUIMT=-lpthread CPPRUNTIME -lm
STDSHLGUIMT=-framework Carbon -framework CoreFoundation -lpthread CPPRUNTIME -lm
PSPLIB=-lpsp PSPLIB=-lpsp
.ELSE .ELSE
STDLIBCUIMT=-lX11 CPPRUNTIME -lm STDLIBCUIMT= CPPRUNTIME -lm
STDLIBGUIMT=-lX11 -lpthread CPPRUNTIME -lm
STDSHLCUIMT=-lpthread CPPRUNTIME -lm
STDSHLGUIMT=-lX11 -lXext -lpthread CPPRUNTIME -lm -framework CoreFoundation STDSHLGUIMT=-lX11 -lXext -lpthread CPPRUNTIME -lm -framework CoreFoundation
.ENDIF .ENDIF
STDLIBGUIMT=-lpthread CPPRUNTIME -lm
STDSHLCUIMT=-lpthread CPPRUNTIME -lm
LIBMGR=ar LIBMGR=ar
LIBFLAGS=-r LIBFLAGS=-r
......
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