Kaydet (Commit) 3cb62bec authored tarafından Rüdiger Timm's avatar Rüdiger Timm

INTEGRATION: CWS configure10 (1.58.2); FILE MERGED

2005/04/29 03:12:38 vq 1.58.2.1: #i48294# Add detection of NSIS.
üst b839c914
#!@PERL@ -w
#
# Program: set_soenv.in
# Version: $Revision: 1.61 $
# Date: $Date: 2005-05-13 07:30:21 $
# Version: $Revision: 1.62 $
# Date: $Date: 2005-05-13 12:13:43 $
# Author: Willem van Dorp, Ross Nicholson, Oisin Boydell - Sun Microsystems, Ireland.
#
#---------------------------------------------------------------------------
......@@ -1601,6 +1601,7 @@ if ( $platform =~ m/cygwin/ )
ToFile( "PSDK_HOME", $PSDK_HOME, "e" );
ToFile( "ATL_LIB", $ATL_LIB, "e" );
ToFile( "ATL_INCLUDE", $ATL_INCLUDE, "e" );
ToFile( "NSIS_PATH", "@NSIS_PATH@", "e" );
ToFile( "ENABLE_VCTK", "@ENABLE_VCTK@", "e" );
ToFile( "NETTOOLKIT", "@NETTOOLKIT@", "e" );
ToFile( "USE_NEW_SDK", $USE_NEW_SDK, "e" );
......
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