summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2004-11-09 17:33:42 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2004-11-09 17:33:42 +0000
commitbb7f766cf6bba10b3df6aebb9634f322478d4b1a (patch)
tree4dfdf9b23cd5785a56d24ff07386b89c18f1d7ab
parentf54cec0a65f44e6a38544fe5fa69b6fcf140e5dd (diff)
INTEGRATION: CWS vq04 (1.68.16); FILE MERGED
2004/10/29 01:49:17 vq 1.68.16.1: #i35982# Make testtools buildable with W32-tcsh.
-rw-r--r--solenv/inc/wnt.mk7
1 files changed, 4 insertions, 3 deletions
diff --git a/solenv/inc/wnt.mk b/solenv/inc/wnt.mk
index 720009cbc2d5..57544a287845 100644
--- a/solenv/inc/wnt.mk
+++ b/solenv/inc/wnt.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: wnt.mk,v $
#
-# $Revision: 1.68 $
+# $Revision: 1.69 $
#
-# last change: $Author: hr $ $Date: 2004-10-11 13:46:40 $
+# last change: $Author: hr $ $Date: 2004-11-09 18:33:42 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -91,6 +91,7 @@ CAPLIB=$(LIBPRE) cap.lib
.IF "$(COM)" == "MSC" || "$(COM)" == "GCC"
#Fallback, normaly set by winenv.*
WRAPCMD*=guw.pl
+WRAPCMD_ENV*=$(WRAPCMD) -env
.ENDIF
.ENDIF
.ENDIF
@@ -418,7 +419,7 @@ DLLPOSTFIX=mi
IDLC=$(WRAPCMD) idlc
REGMERGE=$(WRAPCMD) regmerge
REGCOMPARE=$(WRAPCMD) regcompare
-REGCOMP=$(WRAPCMD) regcomp
+REGCOMP=$(WRAPCMD_ENV) regcomp
CPPUMAKER=$(WRAPCMD) cppumaker
JAVAMAKER=$(WRAPCMD) javamaker
CLIMAKER=$(WRAPCMD) climaker