INTEGRATION: CWS obo11 (1.10.64); FILE MERGED
2007/06/19 07:59:05 obo 1.10.64.1: #i76441# support nonproduct build
This commit is contained in:
parent
7019b243b8
commit
a7f265e3b2
1 changed files with 6 additions and 2 deletions
|
@ -4,9 +4,9 @@
|
|||
#
|
||||
# $RCSfile: makefile.mk,v $
|
||||
#
|
||||
# $Revision: 1.10 $
|
||||
# $Revision: 1.11 $
|
||||
#
|
||||
# last change: $Author: vg $ $Date: 2007-03-26 14:31:58 $
|
||||
# last change: $Author: hr $ $Date: 2007-06-27 14:05:29 $
|
||||
#
|
||||
# The Contents of this file are made available subject to
|
||||
# the terms of GNU Lesser General Public License Version 2.1.
|
||||
|
@ -51,6 +51,10 @@ ENABLE_EXCEPTIONS = TRUE
|
|||
|
||||
INCPRE+=$(MFC_INCLUDE)
|
||||
|
||||
.IF "$(USE_STLP_DEBUG)"!=""
|
||||
CDEFS+=-D_DEBUG
|
||||
.ENDIF # "$(USE_STLP_DEBUG)"!=""
|
||||
|
||||
RCFILES= $(RES)$/$(TARGET).rc
|
||||
|
||||
ULFFILES= setup.ulf
|
||||
|
|
Loading…
Reference in a new issue