Kaydet (Commit) 82953099 authored tarafından Herbert Dürr's avatar Herbert Dürr

#i122362# post-stlport fixes for the macosx-target=10.4 build

üst c67138fd
...@@ -1444,8 +1444,7 @@ elsif ($platform =~ m/cygwin/) ...@@ -1444,8 +1444,7 @@ elsif ($platform =~ m/cygwin/)
} }
elsif ($platform =~ m/darwin/) elsif ($platform =~ m/darwin/)
{ {
my $STLINC .= $I."/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/c++/v1/"; $SOLARINC .= " " . $I.$FRAMEWORKSHOME.$ds."JavaVM.framework".$ds."Headers";
$SOLARINC .= $STLINC . $I.$FRAMEWORKSHOME.$ds."JavaVM.framework".$ds."Headers";
} }
else else
{ AddWarning( "set_soenv", "$platform not configured for system dependant include dir" ); { AddWarning( "set_soenv", "$platform not configured for system dependant include dir" );
...@@ -1678,7 +1677,7 @@ if ( $platform =~ m/darwin/ ) ...@@ -1678,7 +1677,7 @@ if ( $platform =~ m/darwin/ )
# unless you want to do runtime checks for 10.5 api, you also want to use the 10.7 sdk # unless you want to do runtime checks for 10.5 api, you also want to use the 10.7 sdk
# (safer/easier than dealing with the MAC_OS_X_VERSION_MAX_ALLOWED macro) # (safer/easier than dealing with the MAC_OS_X_VERSION_MAX_ALLOWED macro)
# http://developer.apple.com/technotes/tn2002/tn2064.html # http://developer.apple.com/technotes/tn2002/tn2064.html
ToFile( "MACOSX_DEPLOYMENT_TARGET", "10.7", "e" ); ToFile( "MACOSX_DEPLOYMENT_TARGET", "10.4", "e" );
} }
# #
......
...@@ -300,7 +300,7 @@ gb_Library_TARGETTYPEFLAGS := -dynamiclib -single_module ...@@ -300,7 +300,7 @@ gb_Library_TARGETTYPEFLAGS := -dynamiclib -single_module
gb_Library_SYSPRE := lib gb_Library_SYSPRE := lib
gb_Library_UNOVERPRE := $(gb_Library_SYSPRE)uno_ gb_Library_UNOVERPRE := $(gb_Library_SYSPRE)uno_
gb_Library_PLAINEXT := .dylib gb_Library_PLAINEXT := .dylib
gb_Library_RTEXT := $(COMID)$(gb_Library_PLAINEXT) gb_Library_RTEXT := gcc3$(gb_Library_PLAINEXT)
gb_Library_OOOEXT := $(gb_Library_PLAINEXT) gb_Library_OOOEXT := $(gb_Library_PLAINEXT)
gb_Library_UNOEXT := .uno$(gb_Library_PLAINEXT) gb_Library_UNOEXT := .uno$(gb_Library_PLAINEXT)
......
...@@ -44,7 +44,6 @@ CDEFS+=-DGLIBC=2 -D_PTHREADS -D_REENTRANT -DNO_PTHREAD_PRIORITY $(PROCESSOR_DEFI ...@@ -44,7 +44,6 @@ CDEFS+=-DGLIBC=2 -D_PTHREADS -D_REENTRANT -DNO_PTHREAD_PRIORITY $(PROCESSOR_DEFI
#.EXPORT: MACOSX_DEPLOYMENT_TARGET #.EXPORT: MACOSX_DEPLOYMENT_TARGET
CDEFS+=-DQUARTZ CDEFS+=-DQUARTZ
EXTRA_CDEFS*=-isysroot /Developer/SDKs/MacOSX10.4u.sdk EXTRA_CDEFS*=-isysroot /Developer/SDKs/MacOSX10.4u.sdk
.ENDIF
# Name of library where static data members are initialized # Name of library where static data members are initialized
# STATICLIBNAME=static$(DLLPOSTFIX) # STATICLIBNAME=static$(DLLPOSTFIX)
......
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