diff options
author | Hans-Joachim Lankenau <hjs@openoffice.org> | 2002-06-21 12:12:05 +0000 |
---|---|---|
committer | Hans-Joachim Lankenau <hjs@openoffice.org> | 2002-06-21 12:12:05 +0000 |
commit | b36063a10b874be94f78407be63b1ce711fc3a39 (patch) | |
tree | 6059d7aa75036a4ede5d43587c7d28ff0670195a /solenv/inc/wnt.mk | |
parent | 52aedd839cae65d0da3b4843577a986b469b136b (diff) |
wrap some remaining tools
Diffstat (limited to 'solenv/inc/wnt.mk')
-rw-r--r-- | solenv/inc/wnt.mk | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/solenv/inc/wnt.mk b/solenv/inc/wnt.mk index 8397c2cb01d3..608339f937b6 100644 --- a/solenv/inc/wnt.mk +++ b/solenv/inc/wnt.mk @@ -2,9 +2,9 @@ # # $RCSfile: wnt.mk,v $ # -# $Revision: 1.33 $ +# $Revision: 1.34 $ # -# last change: $Author: hjs $ $Date: 2002-06-18 13:44:01 $ +# last change: $Author: hjs $ $Date: 2002-06-21 13:12:05 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -261,7 +261,7 @@ CC+= /NMttNoLines .ENDIF #.IF"$(bndchk)"=="" -.IF "$(COMEX)"=="3" || "$(COMEX)"=="7" +.IF "$(COMEX)"=="3" || "$(COMEX)"=="7" || "$(COMEX)"=="1" CFLAGS+=-Zm200 .ENDIF #.ENDIF @@ -541,6 +541,7 @@ STARDEP=guw.pl javadep JAVAC=guw.pl javac JAVA=guw.pl java SCPCOMP=guw.pl scpcomp +SCPLINK=guw.pl scplink CPPLCC=guw.pl cpplcc .ENDIF # "$(USE_SHELL)"=="4nt" .ENDIF |