set_soenv.in (0b2b73c0) set_soenv.in (1309f2c9)
1#!@PERL@ -w
2#
3# Program: set_soenv.in
4# Version: $Revision: 1.201 $
5# Date: $Date: 2008-09-05 14:14:29 $
6# Author: Willem van Dorp, Ross Nicholson, Oisin Boydell - Sun Microsystems, Ireland.
7#
8#---------------------------------------------------------------------------

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

1704ToFile( "INPATH", $INPATH, "e" );
1705ToFile( "PATH_SEPERATOR", $PATH_SEPERATOR, "e" );
1706ToFile( "COMEX", $COMEX, "e" );
1707ToFile( "CDPATHx", $CDPATHx, "e" );
1708ToFile( "DYNAMIC_CRT", $DYNAMIC_CRT, "e" );
1709ToFile( "SET_EXCEPTIONS", $SET_EXCEPTIONS, "e" );
1710ToFile( "use_shl_versions", $use_shl_versions, "e" );
1711ToFile( "FLIPCMD", $FLIPCMD, "e" );
1#!@PERL@ -w
2#
3# Program: set_soenv.in
4# Version: $Revision: 1.201 $
5# Date: $Date: 2008-09-05 14:14:29 $
6# Author: Willem van Dorp, Ross Nicholson, Oisin Boydell - Sun Microsystems, Ireland.
7#
8#---------------------------------------------------------------------------

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

1704ToFile( "INPATH", $INPATH, "e" );
1705ToFile( "PATH_SEPERATOR", $PATH_SEPERATOR, "e" );
1706ToFile( "COMEX", $COMEX, "e" );
1707ToFile( "CDPATHx", $CDPATHx, "e" );
1708ToFile( "DYNAMIC_CRT", $DYNAMIC_CRT, "e" );
1709ToFile( "SET_EXCEPTIONS", $SET_EXCEPTIONS, "e" );
1710ToFile( "use_shl_versions", $use_shl_versions, "e" );
1711ToFile( "FLIPCMD", $FLIPCMD, "e" );
1712ToFile( "ARM_TARGET", "@ARM_TARGET@", "e" );
1712if ( $platform =~ m/darwin/ )
1713{
1714# MAXOSX_DEPLOYMENT_TARGET : The minimum version required to run the build,
1715# build can assume functions/libraries of that version to be available
1716# unless you want to do runtime checks for 10.5 api, you also want to use the 10.4 sdk
1717# (safer/easier than dealing with the MAC_OS_X_VERSION_MAX_ALLOWED macro)
1718# http://developer.apple.com/technotes/tn2002/tn2064.html
1719 ToFile( "MACOSX_DEPLOYMENT_TARGET", "10.4", "e" );

--- 907 unchanged lines hidden ---
1713if ( $platform =~ m/darwin/ )
1714{
1715# MAXOSX_DEPLOYMENT_TARGET : The minimum version required to run the build,
1716# build can assume functions/libraries of that version to be available
1717# unless you want to do runtime checks for 10.5 api, you also want to use the 10.4 sdk
1718# (safer/easier than dealing with the MAC_OS_X_VERSION_MAX_ALLOWED macro)
1719# http://developer.apple.com/technotes/tn2002/tn2064.html
1720 ToFile( "MACOSX_DEPLOYMENT_TARGET", "10.4", "e" );

--- 907 unchanged lines hidden ---