Kaydet (Commit) 8e25c25d authored tarafından Vladimir Glazounov's avatar Vladimir Glazounov

INTEGRATION: CWS dbgmacros1 (1.5.2); FILE MERGED

2003/04/09 10:37:44 kso 1.5.2.1: #108413# - debug macro unification.
üst 94b18ba9
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
# #
# $RCSfile: fullcpp.mk,v $ # $RCSfile: fullcpp.mk,v $
# #
# $Revision: 1.5 $ # $Revision: 1.6 $
# #
# last change: $Author: hr $ $Date: 2003-03-18 13:48:51 $ # last change: $Author: vg $ $Date: 2003-04-15 16:00:11 $
# #
# 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
...@@ -75,7 +75,7 @@ CFLAGS+= -GR ...@@ -75,7 +75,7 @@ CFLAGS+= -GR
# Precompiled Headers # Precompiled Headers
PCH_NAME= cosv PCH_NAME= cosv
.IF "$(DEBUG)"=="" .IF "$(DBG_LEVEL)"<"2"
CFLAGS+= -YX"precomp.h" /Fp$(PRJ)$/$(INPATH)$/misc$/$(PCH_NAME).pch CFLAGS+= -YX"precomp.h" /Fp$(PRJ)$/$(INPATH)$/misc$/$(PCH_NAME).pch
.ELSE .ELSE
CFLAGS+= -YX"precomp.h" /Fp$(PRJ)$/$(INPATH)$/misc$/$(PCH_NAME).pcd -DNP_LOCALBUILD CFLAGS+= -YX"precomp.h" /Fp$(PRJ)$/$(INPATH)$/misc$/$(PCH_NAME).pcd -DNP_LOCALBUILD
......
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