diff options
author | Kurt Zenker <kz@openoffice.org> | 2008-04-02 08:43:23 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2008-04-02 08:43:23 +0000 |
commit | 0fdcfc5f31478e63b766a7ccbdfafb7bff4e9a09 (patch) | |
tree | a3ce4ff50ec64940a2ce8955d03e421360827107 /shell/source/all | |
parent | b552633b17f821621cf60e5c6ead5bf49c8f4f44 (diff) |
INTEGRATION: CWS obo24 (1.3.214); FILE MERGED
2008/03/13 15:26:35 obo 1.3.214.1: #i75046# additional build for 64 bit shell extension (Windows Vista)
Diffstat (limited to 'shell/source/all')
-rw-r--r-- | shell/source/all/zipfile/makefile.mk | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/shell/source/all/zipfile/makefile.mk b/shell/source/all/zipfile/makefile.mk index d3d0f825425e..ab2bc4f48c3c 100644 --- a/shell/source/all/zipfile/makefile.mk +++ b/shell/source/all/zipfile/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.3 $ +# $Revision: 1.4 $ # -# last change: $Author: rt $ $Date: 2005-09-07 19:45:39 $ +# last change: $Author: kz $ $Date: 2008-04-02 09:43:23 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -47,7 +47,13 @@ ENABLE_EXCEPTIONS=TRUE SLOFILES=$(SLO)$/zipfile.obj\ $(SLO)$/zipexcptn.obj - + +SLOFILES_X64=$(SLO_X64)$/zipfile.obj\ + $(SLO_X64)$/zipexcptn.obj + # --- Targets ------------------------------------------------------ +.INCLUDE : set_wntx64.mk .INCLUDE : target.mk +.INCLUDE : tg_wntx64.mk + |