summaryrefslogtreecommitdiff
path: root/solenv
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2008-04-02 08:41:27 +0000
committerKurt Zenker <kz@openoffice.org>2008-04-02 08:41:27 +0000
commit43c19c6c224ec98c4f457a5f37515ed107533bb8 (patch)
tree6c0311098ee08ea745fbeb9f9efbbd65ccc6d40e /solenv
parent1fd44dd0ea7fded6c1ddf623553abbc8066cec6f (diff)
INTEGRATION: CWS obo24 (1.205.8); FILE MERGED
2008/03/13 14:43:03 obo 1.205.8.1: #i75046# additional build for 64 bit shell extension (Windows Vista)
Diffstat (limited to 'solenv')
-rw-r--r--solenv/inc/target.mk14
1 files changed, 12 insertions, 2 deletions
diff --git a/solenv/inc/target.mk b/solenv/inc/target.mk
index 6e74d32bd56c..7f034e084321 100644
--- a/solenv/inc/target.mk
+++ b/solenv/inc/target.mk
@@ -4,9 +4,9 @@
#
# $RCSfile: target.mk,v $
#
-# $Revision: 1.205 $
+# $Revision: 1.206 $
#
-# last change: $Author: kz $ $Date: 2008-03-05 16:32:52 $
+# last change: $Author: kz $ $Date: 2008-04-02 09:41:27 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -1220,6 +1220,16 @@ ALLTAR: \
$(EXTUPDATEINFO_DEST) \
last_target
+.IF "$(BUILD_X64)"!=""
+ALLTAR : \
+ $(NOLIBOBJTARGET_X64) \
+ $(NOLIBSLOTARGET_X64) \
+ $(OBJTARGET_X64) $(SLOTARGET_X64) \
+ $(LIB1TARGET_X64) $(LIB2TARGET_X64) \
+ $(DEF1TARGETN_X64) $(DEF2TARGETN_X64) \
+ $(SHL1TARGETN_X64) $(SHL2TARGETN_X64)
+.ENDIF # "$(BUILD_X64)"!=""
+
ALLTAR : "$(SOLARINCDIR)$/$(UPD)minor.mk"
.IF "$(EXCEPTIONSNOOPT_FLAG)"==""