diff options
author | Carsten Driesner <cd@openoffice.org> | 2001-07-18 06:38:18 +0000 |
---|---|---|
committer | Carsten Driesner <cd@openoffice.org> | 2001-07-18 06:38:18 +0000 |
commit | 2f0ae41e45d7ba34fd676a505d43f571f6b6fc5e (patch) | |
tree | 616402f3ae796e02c3ae547ebac2c0815268f057 /sfx2/source/appl/makefile.mk | |
parent | fe1c625f2b7791aaa2b917a156e0641c175b2b3d (diff) |
#89023# applicat.cxx shouldn't be build anymore
Diffstat (limited to 'sfx2/source/appl/makefile.mk')
-rw-r--r-- | sfx2/source/appl/makefile.mk | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/sfx2/source/appl/makefile.mk b/sfx2/source/appl/makefile.mk index 37218cc8c47d..52873dfdf85a 100644 --- a/sfx2/source/appl/makefile.mk +++ b/sfx2/source/appl/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.21 $ +# $Revision: 1.22 $ # -# last change: $Author: mba $ $Date: 2001-07-10 11:39:05 $ +# last change: $Author: cd $ $Date: 2001-07-18 07:38:18 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -98,7 +98,6 @@ SLOFILES = \ $(SLO)$/imagemgr.obj\ $(SLO)$/rmacceptor.obj\ $(SLO)$/appuno.obj \ - $(SLO)$/applicat.obj \ $(SLO)$/appmail.obj \ $(SLO)$/appmain.obj \ $(SLO)$/appopen.obj \ @@ -143,7 +142,6 @@ EXCEPTIONSFILES=\ $(SLO)$/appmisc.obj \ $(SLO)$/frstinit.obj \ $(SLO)$/appinit.obj \ - $(SLO)$/applicat.obj \ $(SLO)$/picklist.obj \ $(SLO)$/rmacceptor.obj \ $(SLO)$/appcfg.obj \ |