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