diff options
author | Kurt Zenker <kz@openoffice.org> | 2000-11-07 10:21:30 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2000-11-07 10:21:30 +0000 |
commit | d72805bb0b45dcbc7224840099889ae38eba49a5 (patch) | |
tree | 2e5211244e6ba3a6e0f8ab53c5e9b5ee725982a9 /solenv/inc/wnt.mk | |
parent | 0a4e842679cecf88e093e3c24aa4d4315dfd3ec7 (diff) |
new STL 4.00
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 7d2d69623389..d2821a3b792d 100644 --- a/solenv/inc/wnt.mk +++ b/solenv/inc/wnt.mk @@ -2,9 +2,9 @@ # # $RCSfile: wnt.mk,v $ # -# $Revision: 1.6 $ +# $Revision: 1.7 $ # -# last change: $Author: hjs $ $Date: 2000-11-06 11:44:43 $ +# last change: $Author: kz $ $Date: 2000-11-07 11:21:30 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -441,7 +441,7 @@ CFLAGSPROF= CFLAGSDEBUG= .ENDIF # "$(syntax)"!="" .IF "$(COMEX)"=="3" -CDEFS+=-D__STL_NO_NEW_IOSTREAMS -DSTLPORT_VERSION=321 -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 .IF "$(COMEX)"=="7" |