diff options
author | Ivo Hinkelmann <ihi@openoffice.org> | 2010-01-27 16:26:13 +0100 |
---|---|---|
committer | Ivo Hinkelmann <ihi@openoffice.org> | 2010-01-27 16:26:13 +0100 |
commit | da5fdc46b8d8aa2a32bb0ccdbc768b7e96ba273f (patch) | |
tree | f8395e5d4ae3e81956e263bdb0cf871cc9151901 /vcl/util | |
parent | a416c056cd80eb77339017d28354c9b4fd1ff358 (diff) | |
parent | b38be2caf83f44538f213d1c01420aee67bebce3 (diff) |
CWS-TOOLING: integrate CWS cmcfixes69
Diffstat (limited to 'vcl/util')
-rw-r--r-- | vcl/util/makefile2.pmk | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/vcl/util/makefile2.pmk b/vcl/util/makefile2.pmk index 63b2889bc15d..cb13e3b42743 100644 --- a/vcl/util/makefile2.pmk +++ b/vcl/util/makefile2.pmk @@ -36,3 +36,10 @@ VISIBILITY_HIDDEN=TRUE .IF "$(GUIBASE)"=="aqua" CFLAGSCXX+=$(OBJCXXFLAGS) .ENDIF # "$(GUIBASE)"=="aqua" + +#building with stlport, but graphite was not built with stlport +.IF "$(USE_SYSTEM_STL)"!="YES" +.IF "$(SYSTEM_GRAPHITE)"=="YES" +CDEFS += -DGRAPHITEADAPTSTL +.ENDIF +.ENDIF |