diff options
author | Kurt Zenker <kz@openoffice.org> | 2008-04-03 14:24:17 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2008-04-03 14:24:17 +0000 |
commit | e69060a498eebda4ba10c13172f75b3561d90138 (patch) | |
tree | aeab227ffd5504c264d8290e098e6cc712887369 /sd/util/makefile.mk | |
parent | 6666a5b3de18ce6506ae6a7a63d7deba788a7b7d (diff) |
INTEGRATION: CWS presenterview (1.48.22); FILE MERGED
2008/03/28 10:58:28 cl 1.48.22.5: RESYNC: (1.53-1.54); FILE MERGED
2008/03/26 10:47:49 cl 1.48.22.4: RESYNC: (1.51-1.53); FILE MERGED
2007/07/24 10:58:30 af 1.48.22.3: #i18486# Fixed resync problems.
2007/07/11 09:14:17 af 1.48.22.2: RESYNC: (1.48-1.51); FILE MERGED
2007/06/19 15:49:49 af 1.48.22.1: #i18486# Removed directories for resource controllers. Added directory for framework factories.
Diffstat (limited to 'sd/util/makefile.mk')
-rw-r--r-- | sd/util/makefile.mk | 31 |
1 files changed, 14 insertions, 17 deletions
diff --git a/sd/util/makefile.mk b/sd/util/makefile.mk index cf980ed74bed..16fb26786f80 100644 --- a/sd/util/makefile.mk +++ b/sd/util/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.54 $ +# $Revision: 1.55 $ # -# last change: $Author: obo $ $Date: 2008-03-25 14:30:28 $ +# last change: $Author: kz $ $Date: 2008-04-03 15:24:17 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -138,26 +138,23 @@ LIB5FILES= \ $(SLB)$/accessibility.lib \ $(SLB)$/toolpanel.lib \ $(SLB)$/uitools.lib \ - $(SLB)$/tpcontrols.lib \ - $(SLB)$/slsshell.lib + $(SLB)$/tpcontrols.lib LIB6TARGET=$(SLB)$/sdraw3_3.lib -LIB6FILES= \ - $(SLB)$/func.lib \ - $(SLB)$/func_2.lib \ - $(SLB)$/slsmodel.lib \ - $(SLB)$/slsview.lib \ - $(SLB)$/slscontroller.lib \ - $(SLB)$/slscache.lib \ - $(SLB)$/notes.lib \ - $(SLB)$/slideshow.lib \ - $(SLB)$/framework_pane.lib \ - $(SLB)$/framework_view.lib \ +LIB6FILES= \ + $(SLB)$/func.lib \ + $(SLB)$/func_2.lib \ + $(SLB)$/slsshell.lib \ + $(SLB)$/slsmodel.lib \ + $(SLB)$/slsview.lib \ + $(SLB)$/slscontroller.lib \ + $(SLB)$/slscache.lib \ + $(SLB)$/slideshow.lib \ $(SLB)$/framework_configuration.lib \ + $(SLB)$/framework_factories.lib \ $(SLB)$/framework_module.lib \ - $(SLB)$/framework_toolbar.lib \ $(SLB)$/framework_tools.lib \ - $(SLB)$/framework_command.lib + $(SLB)$/presenter.lib # sdd SHL2TARGET= sdd$(DLLPOSTFIX) |