diff options
author | Hans-Joachim Lankenau <hjs@openoffice.org> | 2000-11-03 15:20:15 +0000 |
---|---|---|
committer | Hans-Joachim Lankenau <hjs@openoffice.org> | 2000-11-03 15:20:15 +0000 |
commit | 4daee5da0b5a936ac95e18c78143ff04bbd203b9 (patch) | |
tree | 7ab40cc3902db4e72ba0cb92b8e7ec7aef6bcc55 /solenv/inc/wnt.mk | |
parent | bbcb532f06d2165fd92c506b541f661b29e25922 (diff) |
need iostreams
Diffstat (limited to 'solenv/inc/wnt.mk')
-rw-r--r-- | solenv/inc/wnt.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/solenv/inc/wnt.mk b/solenv/inc/wnt.mk index a06d73638543..b4a165e6d238 100644 --- a/solenv/inc/wnt.mk +++ b/solenv/inc/wnt.mk @@ -2,9 +2,9 @@ # # $RCSfile: wnt.mk,v $ # -# $Revision: 1.4 $ +# $Revision: 1.5 $ # -# last change: $Author: hjs $ $Date: 2000-11-03 12:50:27 $ +# last change: $Author: hjs $ $Date: 2000-11-03 16:20:15 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -445,7 +445,7 @@ CDEFS+=-D__STL_NO_NEW_IOSTREAMS -DSTLPORT_VERSION=321 -D__STL_USE_ABBREVS -D_USE CDEFS+=-D_MT .ENDIF .IF "$(COMEX)"=="7" -CDEFS+=-D__STL_NO_NEW_IOSTREAMS -D__STL_NO_IOSTREAMS -DSTLPORT_VERSION=400 -D__STL_USE_ABBREVS -D_USE_NAMESPACE=1 +CDEFS+=-D__STL_NO_NEW_IOSTREAMS -DSTLPORT_VERSION=400 -D__STL_USE_ABBREVS -D_USE_NAMESPACE=1 CDEFS+=-D_MT .ENDIF |