merge commit for DEV300_m63

This commit is contained in:
Mathias Bauer 2009-11-01 14:45:53 +01:00
commit 751b9b8357
2 changed files with 4 additions and 4 deletions

View file

@ -41,8 +41,8 @@ ENABLE_EXCEPTIONS=TRUE
# --- Common ----------------------------------------------------------
.IF "$(verbose)"!="" || "$(VERBOSE)"!=""
CDEFS+= -DVERBOSE
.IF "$(VERBOSE)"=="TRUE"
CDEFS+=-DVERBOSE
.ENDIF
SHL1DLLPRE=

View file

@ -29,8 +29,8 @@
#
#*************************************************************************
.IF "$(verbose)"!="" || "$(VERBOSE)"!=""
CDEFS+= -DVERBOSE
.IF "$(VERBOSE)"=="TRUE"
CDEFS+=-DVERBOSE
.ENDIF
.IF "$(debug)"!="" || "$(DEBUG)"!=""