diff options
author | Kurt Zenker <kz@openoffice.org> | 2004-02-25 14:42:35 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2004-02-25 14:42:35 +0000 |
commit | 217918ef4ebffd66f06f8b68e0d87c9cbde4bed2 (patch) | |
tree | 3a00cdd1f3efdaf7447e509f29d8f214d5451c7d /sfx2/source/appl/makefile.mk | |
parent | ac5746fcaef44814a47ee56279bbf053368d6f1a (diff) |
INTEGRATION: CWS layoutmanager (1.31.10); FILE MERGED
2004/01/16 14:51:35 mav 1.31.10.1: #114906# new service to generate package from folder
Diffstat (limited to 'sfx2/source/appl/makefile.mk')
-rw-r--r-- | sfx2/source/appl/makefile.mk | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/sfx2/source/appl/makefile.mk b/sfx2/source/appl/makefile.mk index 5ddd6bebb488..6b00e23ff4ea 100644 --- a/sfx2/source/appl/makefile.mk +++ b/sfx2/source/appl/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.31 $ +# $Revision: 1.32 $ # -# last change: $Author: rt $ $Date: 2003-09-19 07:57:24 $ +# last change: $Author: kz $ $Date: 2004-02-25 15:42:35 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -130,7 +130,8 @@ SLOFILES = \ $(SLO)$/sfxpicklist.obj \ $(SLO)$/helpdispatch.obj \ $(SLO)$/imestatuswindow.obj \ - $(SLO)$/accelinfo.obj + $(SLO)$/accelinfo.obj\ + $(SLO)$/xpackcreator.obj EXCEPTIONSFILES=\ $(SLO)$/imagemgr.obj \ @@ -146,7 +147,8 @@ EXCEPTIONSFILES=\ $(SLO)$/shutdownicon.obj \ $(SLO)$/shutdowniconw32.obj \ $(SLO)$/sfxpicklist.obj \ - $(SLO)$/helpdispatch.obj + $(SLO)$/helpdispatch.obj \ + $(SLO)$/xpackcreator.obj .IF "$(GUI)" == "MAC" SLOFILES +=\ |