summaryrefslogtreecommitdiff
path: root/solenv/inc/wnt.mk
diff options
context:
space:
mode:
authorHans-Joachim Lankenau <hjs@openoffice.org>2005-02-14 14:36:01 +0000
committerHans-Joachim Lankenau <hjs@openoffice.org>2005-02-14 14:36:01 +0000
commit273b88a0ca8cdfb14fd19c97d68b2b085ab48e96 (patch)
tree58f96e742c67da48f3bb469413e8b66ac9ddc9e6 /solenv/inc/wnt.mk
parent18a381444598619ca76dd47bb3663edda7f73480 (diff)
#i10000# force expanding to get a valid export in tg_ext.mk
Diffstat (limited to 'solenv/inc/wnt.mk')
-rw-r--r--solenv/inc/wnt.mk8
1 files changed, 4 insertions, 4 deletions
diff --git a/solenv/inc/wnt.mk b/solenv/inc/wnt.mk
index 6c04e15abb4d..fca46e5c349d 100644
--- a/solenv/inc/wnt.mk
+++ b/solenv/inc/wnt.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: wnt.mk,v $
#
-# $Revision: 1.72 $
+# $Revision: 1.73 $
#
-# last change: $Author: hr $ $Date: 2005-02-11 18:25:01 $
+# last change: $Author: hjs $ $Date: 2005-02-14 15:36:01 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -131,9 +131,9 @@ CXX*=nmcl
CXX*=nmcl /NMttOn
.ELSE
.IF "$(syntax)"!=""
-CXX*=$(SOLARROOT)\gcc\h-i386-cygwin32\bin\i386-cygwin32-gcc
+CXX*:=$(SOLARROOT)\gcc\h-i386-cygwin32\bin\i386-cygwin32-gcc
.ELSE
-CXX*=$(WRAPCMD) cl
+CXX*:=$(WRAPCMD) cl
.ENDIF
.ENDIF
.ENDIF