sb118: add missing CFLAGS+= $(CPPUNIT_CFLAGS) to loads of other makefiles, too
This commit is contained in:
parent
b5da3c2cd0
commit
5acec7b9e4
2 changed files with 8 additions and 0 deletions
|
@ -31,6 +31,10 @@ ENABLE_EXCEPTIONS = TRUE
|
|||
|
||||
.INCLUDE: settings.mk
|
||||
|
||||
.IF "$(SYSTEM_CPPUNIT)"=="YES"
|
||||
CFLAGS+= $(CPPUNIT_CFLAGS)
|
||||
.ENDIF
|
||||
|
||||
SLOFILES = $(SHL1OBJS)
|
||||
|
||||
SHL1TARGET = smoketest
|
||||
|
|
|
@ -34,6 +34,10 @@ VISIBILITY_HIDDEN = TRUE
|
|||
|
||||
CDEFS += -DOOO_DLLIMPLEMENTATION_TEST
|
||||
|
||||
.IF "$(SYSTEM_CPPUNIT)"=="YES"
|
||||
CFLAGS += $(CPPUNIT_CFLAGS)
|
||||
.ENDIF
|
||||
|
||||
SLOFILES = \
|
||||
$(SLO)/getargument.obj \
|
||||
$(SLO)/officeconnection.obj \
|
||||
|
|
Loading…
Reference in a new issue