diff options
author | Hans-Joachim Lankenau <hjs@openoffice.org> | 2000-12-15 16:05:22 +0000 |
---|---|---|
committer | Hans-Joachim Lankenau <hjs@openoffice.org> | 2000-12-15 16:05:22 +0000 |
commit | 3b916d9af6c4bdf9a55855ccc5a0bda0f506b7c8 (patch) | |
tree | de8c8a04d3a0da0c19807a7d3b7d677ad4a82c43 /solenv/inc/wnt.mk | |
parent | 3716b20075dcce4695d2250a1ec398524db68570 (diff) |
switch to ml win32
Diffstat (limited to 'solenv/inc/wnt.mk')
-rw-r--r-- | solenv/inc/wnt.mk | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/solenv/inc/wnt.mk b/solenv/inc/wnt.mk index d2821a3b792d..2701c6004cfe 100644 --- a/solenv/inc/wnt.mk +++ b/solenv/inc/wnt.mk @@ -2,9 +2,9 @@ # # $RCSfile: wnt.mk,v $ # -# $Revision: 1.7 $ +# $Revision: 1.8 $ # -# last change: $Author: kz $ $Date: 2000-11-07 11:21:30 $ +# last change: $Author: hjs $ $Date: 2000-12-15 17:05:22 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -294,8 +294,13 @@ DLLPOSTFIX=bn # SOLAR JAva Unterstuetzung nur fuer wntmsci +.IF "$(UPD)">="616" +ASM=ml +AFLAGS=/c /Cp /coff +.ELSE # "$(UPD)">="616" ASM=masm386 AFLAGS=/ml +.ENDIF # "$(UPD)">="616" OLE2ANSI=TRUE .IF "$(bndchk)" != "" |