merge commit for DEV300_m63
This commit is contained in:
commit
751b9b8357
2 changed files with 4 additions and 4 deletions
|
@ -41,7 +41,7 @@ ENABLE_EXCEPTIONS=TRUE
|
|||
|
||||
# --- Common ----------------------------------------------------------
|
||||
|
||||
.IF "$(verbose)"!="" || "$(VERBOSE)"!=""
|
||||
.IF "$(VERBOSE)"=="TRUE"
|
||||
CDEFS+=-DVERBOSE
|
||||
.ENDIF
|
||||
|
||||
|
|
|
@ -29,7 +29,7 @@
|
|||
#
|
||||
#*************************************************************************
|
||||
|
||||
.IF "$(verbose)"!="" || "$(VERBOSE)"!=""
|
||||
.IF "$(VERBOSE)"=="TRUE"
|
||||
CDEFS+=-DVERBOSE
|
||||
.ENDIF
|
||||
|
||||
|
|
Loading…
Reference in a new issue