diff options
author | Rene Engelhard <rene@openoffice.org> | 2010-03-03 21:57:02 +0100 |
---|---|---|
committer | Rene Engelhard <rene@openoffice.org> | 2010-03-03 21:57:02 +0100 |
commit | e7f33a9afe6e83d23213f386bc03c9d790b118db (patch) | |
tree | 8d1880385166577e3ece8daae07706addc09e498 | |
parent | d8b32fae7c3702a8a5981129ab5b2386a0632219 (diff) |
sb118: CFLAGS += $(CPPUNIT_CFLAGS)
-rw-r--r-- | sal/cppunittester/makefile.mk | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sal/cppunittester/makefile.mk b/sal/cppunittester/makefile.mk index a75fcb90470c..1a9f84c02377 100644 --- a/sal/cppunittester/makefile.mk +++ b/sal/cppunittester/makefile.mk @@ -33,6 +33,10 @@ ENABLE_EXCEPTIONS = TRUE .INCLUDE: settings.mk +.IF "$(SYSTEM_CPPUNIT)"=="YES" +CFLAGS += $(CPPUNIT_CFLAGS) +.ENDIF + OBJFILES = $(APP1OBJS) APP1OBJS = $(OBJ)/cppunittester.obj |