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

INTEGRATION: CWS dbgmacros1 (1.3.2); FILE MERGED

2003/04/10 09:24:49 kso 1.3.2.1: #108413# - debug macro unification.
üst 0a56c09f
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
# #
# $RCSfile: fullcpp.mk,v $ # $RCSfile: fullcpp.mk,v $
# #
# $Revision: 1.3 $ # $Revision: 1.4 $
# #
# last change: $Author: hr $ $Date: 2003-03-18 13:53:28 $ # last change: $Author: vg $ $Date: 2003-04-15 16:32:13 $
# #
# 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
...@@ -79,7 +79,7 @@ CFLAGS+= -GR ...@@ -79,7 +79,7 @@ CFLAGS+= -GR
# Precompiled Headers # Precompiled Headers
PCH_NAME= udm PCH_NAME= udm
.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