summaryrefslogtreecommitdiffstats
path: root/set_soenv.in
diff options
context:
space:
mode:
authorNorbert Thiebaud <nthiebaud@gmail.com>2012-01-18 15:38:42 -0600
committerNorbert Thiebaud <nthiebaud@gmail.com>2012-02-05 19:34:01 -0600
commit45d211b59924fa7d0482858d26e3905f6b76e9a2 (patch)
tree733bba7e0c27550da659bcf55ba054de85106c0e /set_soenv.in
parentmove SunOS compiler detection up so that COMPATH is settled earlier (diff)
downloadcore-45d211b59924fa7d0482858d26e3905f6b76e9a2.tar.gz
core-45d211b59924fa7d0482858d26e3905f6b76e9a2.zip
migrate SYNAMIC_CRT and use_shl_version
Diffstat (limited to 'set_soenv.in')
-rwxr-xr-xset_soenv.in5
1 files changed, 0 insertions, 5 deletions
diff --git a/set_soenv.in b/set_soenv.in
index ab1f277662b1..e0f6cfea337f 100755
--- a/set_soenv.in
+++ b/set_soenv.in
@@ -51,7 +51,6 @@ my ( $SOLAR_JAVA,
# Platform dependent constant values.
my (
$OUTPATH, $INPATH,
- $DYNAMIC_CRT, $use_shl_versions );
#
#-------------------------------------------
# IIc. Declaring the environment variables.
@@ -172,8 +171,6 @@ if ( $platform =~ m/cygwin|mingw32/ )
$DIRECTXSDK_LIB = PathFormat('@DIRECTXSDK_LIB@');
$USE_DIRECTX5 = "";
$DOTNET_FRAMEWORK_HOME = PathFormat('@DOTNET_FRAMEWORK_HOME@');
- $DYNAMIC_CRT = "TRUE";
- $use_shl_versions = "TRUE";
$wps = ';' if '@build_os@' eq 'cygwin'; # Windows style path seperator
}
elsif ( $platform =~ m/darwin/ )
@@ -729,8 +726,6 @@ ToFile( "TARFILE_LOCATION", $TARFILE_LOCATION, "e" );
# (c = comment, e = environment variable, a = alias )
ToFile( "Platform dependent constant values.", $empty, "c" );
ToFile( "SOLAR_JAVA", $SOLAR_JAVA, "e" );
-ToFile( "DYNAMIC_CRT", $DYNAMIC_CRT, "e" );
-ToFile( "use_shl_versions", $use_shl_versions, "e" );
#
# Writing the variables to file.