set_soenv.in (5293ed5b) | set_soenv.in (c25219e0) |
---|---|
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 --- 344 unchanged lines hidden (view full) --- 353 $JRETOOLKITDIR = '$JAVA_HOME'.$ds."jre".$ds."lib".$ds."amd64".$ds."server"; 354 $JRETHREADDIR = '$JAVA_HOME'.$ds."jre".$ds."lib".$ds."amd64".$ds."native_threads"; 355 } 356 357 $INPATH = $OUTPATH.$PROEXT; 358} 359elsif ( $platform =~ m/freebsd/ ) 360{ $BIG_SVX = "TRUE"; | 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 --- 344 unchanged lines hidden (view full) --- 353 $JRETOOLKITDIR = '$JAVA_HOME'.$ds."jre".$ds."lib".$ds."amd64".$ds."server"; 354 $JRETHREADDIR = '$JAVA_HOME'.$ds."jre".$ds."lib".$ds."amd64".$ds."native_threads"; 355 } 356 357 $INPATH = $OUTPATH.$PROEXT; 358} 359elsif ( $platform =~ m/freebsd/ ) 360{ $BIG_SVX = "TRUE"; |
361 $COM = "GCC"; | 361 $COM = "@COM_IS@"; |
362 $COMPATH = '@COMPATH@' . '/bin'; 363 $CVER = "C300"; 364 $GUI = "UNX"; 365 $GUIBASE = "unx"; 366 $GVER = "VCL"; 367 $OS = "FREEBSD"; 368 $PATH_SEPERATOR = $ps; 369 $OSVERSION = '@OSVERSION@'; --- 1349 unchanged lines hidden (view full) --- 1719{ 1720# MAXOSX_DEPLOYMENT_TARGET : The minimum version required to run the build, 1721# build can assume functions/libraries of that version to be available 1722# (safer/easier than dealing with the MAC_OS_X_VERSION_MAX_ALLOWED macro) 1723# http://developer.apple.com/technotes/tn2002/tn2064.html 1724 ToFile( "MACOSX_DEPLOYMENT_TARGET", "@MACOSX_DEPLOYMENT_TARGET@", "e" ); 1725 ToFile( "MACOSX_SDK_PATH", "@MACOSX_SDK_PATH@", "e" ); 1726} | 362 $COMPATH = '@COMPATH@' . '/bin'; 363 $CVER = "C300"; 364 $GUI = "UNX"; 365 $GUIBASE = "unx"; 366 $GVER = "VCL"; 367 $OS = "FREEBSD"; 368 $PATH_SEPERATOR = $ps; 369 $OSVERSION = '@OSVERSION@'; --- 1349 unchanged lines hidden (view full) --- 1719{ 1720# MAXOSX_DEPLOYMENT_TARGET : The minimum version required to run the build, 1721# build can assume functions/libraries of that version to be available 1722# (safer/easier than dealing with the MAC_OS_X_VERSION_MAX_ALLOWED macro) 1723# http://developer.apple.com/technotes/tn2002/tn2064.html 1724 ToFile( "MACOSX_DEPLOYMENT_TARGET", "@MACOSX_DEPLOYMENT_TARGET@", "e" ); 1725 ToFile( "MACOSX_SDK_PATH", "@MACOSX_SDK_PATH@", "e" ); 1726} |
1727if ( $platform =~ m/freebsd/ ) 1728{ 1729 ToFile( "FBSD_GCC_RPATH", "@FBSD_GCC_RPATH@", "e" ); 1730 ToFile( "LIBINTL_PREFIX", "@LIBINTL_PREFIX@", "e" ); 1731} |
|
1727 1728# 1729# Writing the variables to file. 1730# (c = comment, e = environment variable, a = alias, n = newline ) 1731ToFile( "Variable values.", $empty, "c" ); 1732if ( $platform =~ m/cygwin/ ) 1733{ ToFile( "CYGWIN_PATH", $CYGWIN_PATH, "e" ); 1734 ToFile( "PSDK_HOME", $PSDK_HOME, "e" ); --- 975 unchanged lines hidden --- | 1732 1733# 1734# Writing the variables to file. 1735# (c = comment, e = environment variable, a = alias, n = newline ) 1736ToFile( "Variable values.", $empty, "c" ); 1737if ( $platform =~ m/cygwin/ ) 1738{ ToFile( "CYGWIN_PATH", $CYGWIN_PATH, "e" ); 1739 ToFile( "PSDK_HOME", $PSDK_HOME, "e" ); --- 975 unchanged lines hidden --- |