diff options
author | Rüdiger Timm <rt@openoffice.org> | 2005-05-13 11:13:43 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2005-05-13 11:13:43 +0000 |
commit | 3cb62bec1a65db223b4449a21d5664d8e4163cf7 (patch) | |
tree | 0592cf717665ceae505016994062dc0fa46a8667 | |
parent | b839c9149aabd7ca4f74304b5af62fa981571240 (diff) |
INTEGRATION: CWS configure10 (1.58.2); FILE MERGED
2005/04/29 03:12:38 vq 1.58.2.1: #i48294# Add detection of NSIS.
-rw-r--r-- | config_office/set_soenv.in | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/config_office/set_soenv.in b/config_office/set_soenv.in index 88643a574b2b..2dc80b7cd17c 100644 --- a/config_office/set_soenv.in +++ b/config_office/set_soenv.in @@ -1,8 +1,8 @@ #!@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" ); |