diff options
author | Andreas Schlüns <as@openoffice.org> | 2001-07-31 05:58:46 +0000 |
---|---|---|
committer | Andreas Schlüns <as@openoffice.org> | 2001-07-31 05:58:46 +0000 |
commit | c6c8a9010d00ff3d19889d43a884eb56c53f1178 (patch) | |
tree | 3d6288193d745b0a910427d6044e464592a1d326 /framework | |
parent | 8d6df4824ba05364ae67169bbc90b6942f0e0fff (diff) |
#89661# new converter modul
Diffstat (limited to 'framework')
-rw-r--r-- | framework/source/classes/makefile.mk | 7 | ||||
-rw-r--r-- | framework/util/makefile.mk | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/framework/source/classes/makefile.mk b/framework/source/classes/makefile.mk index 0bb8e0c561f1..581ecde3262a 100644 --- a/framework/source/classes/makefile.mk +++ b/framework/source/classes/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.17 $ +# $Revision: 1.18 $ # -# last change: $Author: cd $ $Date: 2001-06-22 13:41:29 $ +# last change: $Author: as $ $Date: 2001-07-31 06:55:31 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -93,7 +93,8 @@ SLOFILES= $(SLO)$/servicemanager.obj \ $(SLO)$/statusbarconfiguration.obj \ $(SLO)$/statusbardocumenthandler.obj \ $(SLO)$/eventsconfiguration.obj \ - $(SLO)$/eventsdocumenthandler.obj + $(SLO)$/eventsdocumenthandler.obj \ + $(SLO)$/converter.obj SRCFILES= fltdlg.src diff --git a/framework/util/makefile.mk b/framework/util/makefile.mk index 2c33d2d54a7a..3904b07bd493 100644 --- a/framework/util/makefile.mk +++ b/framework/util/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.43 $ +# $Revision: 1.44 $ # -# last change: $Author: as $ $Date: 2001-07-20 08:11:17 $ +# last change: $Author: as $ $Date: 2001-07-31 06:58:46 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -118,6 +118,7 @@ SHL1OBJS= $(SLO)$/registerservices.obj \ $(SLO)$/taskcreator.obj \ $(SLO)$/targetfinder.obj \ $(SLO)$/argumentanalyzer.obj \ + $(SLO)$/converter.obj \ $(SLO)$/wildcard.obj \ $(SLO)$/asyncquit.obj \ $(SLO)$/oframes.obj \ @@ -181,6 +182,7 @@ SHL2OBJS= $(SLO)$/registertemp.obj \ $(SLO)$/filtercachedata.obj \ $(SLO)$/filtercache.obj \ $(SLO)$/argumentanalyzer.obj \ + $(SLO)$/converter.obj \ $(SLO)$/wildcard.obj \ $(SLO)$/lockhelper.obj |