summaryrefslogtreecommitdiff
path: root/scp2
diff options
context:
space:
mode:
authorTobias Krause <tkr@openoffice.org>2009-11-01 08:00:51 +0000
committerTobias Krause <tkr@openoffice.org>2009-11-01 08:00:51 +0000
commita38261ecdc3cb42721be9ea057b121e10cd00850 (patch)
treedb722482c33f13f7e5912012e5cafe31d64baa34 /scp2
parent8cf2655fadb1aca169b2b6ebafad46497a2734c4 (diff)
#105892# add new BUILD_X64 variable
Diffstat (limited to 'scp2')
-rw-r--r--scp2/source/activex/makefile.mk4
-rw-r--r--scp2/source/ooo/makefile.mk5
-rw-r--r--scp2/source/winexplorerext/makefile.mk4
3 files changed, 13 insertions, 0 deletions
diff --git a/scp2/source/activex/makefile.mk b/scp2/source/activex/makefile.mk
index 25a64f07cb64..86097032f455 100644
--- a/scp2/source/activex/makefile.mk
+++ b/scp2/source/activex/makefile.mk
@@ -41,6 +41,10 @@ TARGETTYPE=CUI
.INCLUDE : settings.mk
+.IF "$(BUILD_X64)"!=""
+SCPDEFS+=-DBUILD_X64
+.ENDIF
+
SCP_PRODUCT_TYPE=osl
.IF "$(GUI)"=="WNT"
diff --git a/scp2/source/ooo/makefile.mk b/scp2/source/ooo/makefile.mk
index 0d85cc529b63..32eb86050b49 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)"!=""
diff --git a/scp2/source/winexplorerext/makefile.mk b/scp2/source/winexplorerext/makefile.mk
index ce5ae0935ba6..6fc8ef03b382 100644
--- a/scp2/source/winexplorerext/makefile.mk
+++ b/scp2/source/winexplorerext/makefile.mk
@@ -41,6 +41,10 @@ TARGETTYPE=CUI
.INCLUDE : settings.mk
+.IF "$(BUILD_X64)"!=""
+SCPDEFS+=-DBUILD_X64
+.ENDIF
+
SCP_PRODUCT_TYPE=osl
.IF "$(GUI)"=="WNT"