diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2007-09-21 08:28:29 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2007-09-21 08:28:29 +0000 |
commit | 4355a2ed173be27d68e6d6732359f097e6726878 (patch) | |
tree | cfa52860a4541338957378df9a1ca1b31c2e85d3 | |
parent | 616f0366ae748618bd9a4b72b6e23511c4734102 (diff) |
INTEGRATION: CWS obr06 (1.50.56); FILE MERGED
2007/09/13 04:50:13 obr 1.50.56.1: #i79065# online update's new home is in extensions
-rw-r--r-- | sfx2/source/appl/makefile.mk | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/sfx2/source/appl/makefile.mk b/sfx2/source/appl/makefile.mk index ed00dacc2726..d4e8cd0d9398 100644 --- a/sfx2/source/appl/makefile.mk +++ b/sfx2/source/appl/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.51 $ +# $Revision: 1.52 $ # -# last change: $Author: vg $ $Date: 2007-09-20 16:36:37 $ +# last change: $Author: vg $ $Date: 2007-09-21 09:28:29 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -110,8 +110,7 @@ SFX_OBJECTS = \ $(SLO)$/shutdowniconw32.obj \ $(SLO)$/workwin.obj \ $(SLO)$/xpackcreator.obj \ - $(SLO)$/fwkhelper.obj \ - $(SLO)$/updatedlg.obj + $(SLO)$/fwkhelper.obj .IF "$(GUI)"=="OS2" SFX_OBJECTS += $(SLO)$/shutdowniconOs2.obj @@ -143,8 +142,7 @@ EXCEPTIONSFILES=\ $(SLO)$/shutdowniconw32.obj \ $(SLO)$/sfxpicklist.obj \ $(SLO)$/helpdispatch.obj \ - $(SLO)$/xpackcreator.obj \ - $(SLO)$/updatedlg.obj + $(SLO)$/xpackcreator.obj # --- Targets ------------------------------------------------------- |