diff options
author | Kurt Zenker <kz@openoffice.org> | 2009-12-03 15:17:19 +0100 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2009-12-03 15:17:19 +0100 |
commit | 6948b00538fedfa5addf7a698daf5399be035e88 (patch) | |
tree | 3b8209fbd6bbc00a25325cd11b2f428fe64c718a /scp2/source/ooo/makefile.mk | |
parent | d70129e17d410a2e74b55e27ac122d14d6e21571 (diff) | |
parent | cc857bdf762058b13cae24e5151838e2b4097f49 (diff) |
CWS-TOOLING: integrate CWS tkr28_DEV300
Diffstat (limited to 'scp2/source/ooo/makefile.mk')
-rw-r--r-- | scp2/source/ooo/makefile.mk | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/scp2/source/ooo/makefile.mk b/scp2/source/ooo/makefile.mk index 24027743d..345f28a87 100644 --- a/scp2/source/ooo/makefile.mk +++ b/scp2/source/ooo/makefile.mk @@ -53,6 +53,11 @@ SCPDEFS+=-DENABLE_CRASHDUMP SCPDEFS+=-DBUILD_SPECIAL .ENDIF +.IF "$(BUILD_X64)"!="" +SCPDEFS+=-DBUILD_X64 +.ENDIF + + SCPDEFS+=-DINCLUDE_JAVA_ACCESSBRIDGE .IF "$(PROF_EDITION)"!="" |