set_soenv.in (61a3a0ff) set_soenv.in (0af288bd)
1#!@PERL@ -w
2#
3###############################################################
4#
5# Licensed to the Apache Software Foundation (ASF) under one
6# or more contributor license agreements. See the NOTICE file
7# distributed with this work for additional information
8# regarding copyright ownership. The ASF licenses this file

--- 1427 unchanged lines hidden (view full) ---

1436 }
1437 if ( '@ENABLE_DIRECTX@' ne "" ) {
1438 $SOLARINC .= $I.PathFormat('@DIRECTXSDK_HOME@').$INCLUDE;
1439 }
1440}
1441elsif ($platform =~ m/darwin/)
1442{
1443 $FRAMEWORKSHOME = "@MACOSX_SDK_PATH@/System/Library/Frameworks";
1#!@PERL@ -w
2#
3###############################################################
4#
5# Licensed to the Apache Software Foundation (ASF) under one
6# or more contributor license agreements. See the NOTICE file
7# distributed with this work for additional information
8# regarding copyright ownership. The ASF licenses this file

--- 1427 unchanged lines hidden (view full) ---

1436 }
1437 if ( '@ENABLE_DIRECTX@' ne "" ) {
1438 $SOLARINC .= $I.PathFormat('@DIRECTXSDK_HOME@').$INCLUDE;
1439 }
1440}
1441elsif ($platform =~ m/darwin/)
1442{
1443 $FRAMEWORKSHOME = "@MACOSX_SDK_PATH@/System/Library/Frameworks";
1444 my $STLINC .= $I."/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/c++/v1/";
1444 chomp( my $TOOLSPATH = `xcode-select --print-path` );
1445 my $STLINC .= $I."$TOOLSPATH/Toolchains/XcodeDefault.xctoolchain/usr/lib/c++/v1/";
1445 $SOLARINC .= $STLINC . $I.$FRAMEWORKSHOME.$ds."JavaVM.framework".$ds."Headers";
1446 $GUIBASE = "aqua";
1447}
1448else
1449{ AddWarning( "set_soenv", "$platform not configured for system dependant include dir" );
1450}
1451
1452#

--- 1201 unchanged lines hidden ---
1446 $SOLARINC .= $STLINC . $I.$FRAMEWORKSHOME.$ds."JavaVM.framework".$ds."Headers";
1447 $GUIBASE = "aqua";
1448}
1449else
1450{ AddWarning( "set_soenv", "$platform not configured for system dependant include dir" );
1451}
1452
1453#

--- 1201 unchanged lines hidden ---