diff options
author | Ivo Hinkelmann <ihi@openoffice.org> | 2006-08-04 09:10:35 +0000 |
---|---|---|
committer | Ivo Hinkelmann <ihi@openoffice.org> | 2006-08-04 09:10:35 +0000 |
commit | 4f54ca68cb1a77707de0bd753fdef48e3a064acb (patch) | |
tree | 4f579a2b304cd28b1c2e4a7f0756e56ca47b01aa /scp2/util | |
parent | c05bdf017d15d1ada61d0308108cda124c42a3c3 (diff) |
INTEGRATION: CWS onlineupdate3 (1.33.44); FILE MERGED
2006/07/13 07:24:13 obr 1.33.44.1: #i66949# added online update module
Diffstat (limited to 'scp2/util')
-rw-r--r-- | scp2/util/makefile.mk | 18 |
1 files changed, 14 insertions, 4 deletions
diff --git a/scp2/util/makefile.mk b/scp2/util/makefile.mk index 5fa0f29db9db..07fdf98eddfd 100644 --- a/scp2/util/makefile.mk +++ b/scp2/util/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.33 $ +# $Revision: 1.34 $ # -# last change: $Author: vg $ $Date: 2006-06-02 12:29:12 $ +# last change: $Author: ihi $ $Date: 2006-08-04 10:10:35 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -133,7 +133,6 @@ SCP1FILES += \ file_winexplorerext.par \ registryitem_winexplorerext.par .ENDIF - .ENDIF .IF "$(GUI)"=="UNX" @@ -162,6 +161,12 @@ SCP1FILES += \ SCP1FILES += cairocanvas.par .ENDIF +.IF "$(BUILD_SPECIAL)"!="" +SCP1FILES += \ + module_onlineupdate.par \ + file_onlineupdate.par +.ENDIF + # ------------------------------------------------------------------------ # OpenOffice.org with JRE @@ -251,7 +256,6 @@ SCP2FILES += \ file_winexplorerext.par \ registryitem_winexplorerext.par .ENDIF - .ENDIF .IF "$(GUI)"=="UNX" @@ -276,6 +280,12 @@ SCP2FILES += \ SCP2FILES += \ vclcanvas.par +.IF "$(BUILD_SPECIAL)"!="" +SCP2FILES += \ + module_onlineupdate.par \ + file_onlineupdate.par +.ENDIF + # ------------------------------------------------------------------------ # URE |