diff options
author | Tobias Krause <tkr@openoffice.org> | 2009-11-01 08:00:51 +0000 |
---|---|---|
committer | Tobias Krause <tkr@openoffice.org> | 2009-11-01 08:00:51 +0000 |
commit | a38261ecdc3cb42721be9ea057b121e10cd00850 (patch) | |
tree | db722482c33f13f7e5912012e5cafe31d64baa34 /scp2/source/activex | |
parent | 8cf2655fadb1aca169b2b6ebafad46497a2734c4 (diff) |
#105892# add new BUILD_X64 variable
Diffstat (limited to 'scp2/source/activex')
-rw-r--r-- | scp2/source/activex/makefile.mk | 4 |
1 files changed, 4 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" |