Kaydet (Commit) 9523595b authored tarafından Kurt Zenker's avatar Kurt Zenker

use namespace moved to settings.mk

üst adceb340
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
# #
# $RCSfile: wnt.mk,v $ # $RCSfile: wnt.mk,v $
# #
# $Revision: 1.10 $ # $Revision: 1.11 $
# #
# last change: $Author: hjs $ $Date: 2001-03-14 17:50:31 $ # last change: $Author: kz $ $Date: 2001-03-28 16:06:38 $
# #
# The Contents of this file are made available subject to the terms of # The Contents of this file are made available subject to the terms of
# either of the following licenses # either of the following licenses
...@@ -381,11 +381,11 @@ CFLAGSPROF= ...@@ -381,11 +381,11 @@ CFLAGSPROF=
CFLAGSDEBUG= CFLAGSDEBUG=
.ENDIF # "$(syntax)"!="" .ENDIF # "$(syntax)"!=""
.IF "$(COMEX)"=="3" .IF "$(COMEX)"=="3"
CDEFS+=-D__STL_NO_NEW_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
CDEFS+=-D_MT CDEFS+=-D_MT
.ENDIF .ENDIF
.IF "$(COMEX)"=="7" .IF "$(COMEX)"=="7"
CDEFS+=-D__STL_NO_NEW_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
CDEFS+=-D_MT CDEFS+=-D_MT
.ENDIF .ENDIF
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment