diff options
author | Kai Ahrens <ka@openoffice.org> | 2002-04-18 14:48:12 +0000 |
---|---|---|
committer | Kai Ahrens <ka@openoffice.org> | 2002-04-18 14:48:12 +0000 |
commit | a762c9df17da7fcd565e7b7210fa104215781ed5 (patch) | |
tree | 651066b75fb453e7c6fc7d677b5a3c53f9a71d51 /sd/util | |
parent | 20454ee6800defd621e35a48537d6231bf31a2ba (diff) |
#98424#: moved FuExport to ::ConvertTo (SID_EXPORTDOC)
Diffstat (limited to 'sd/util')
-rw-r--r-- | sd/util/makefile.mk | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/sd/util/makefile.mk b/sd/util/makefile.mk index 8f700e934f27..cc15f9a051db 100644 --- a/sd/util/makefile.mk +++ b/sd/util/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.15 $ +# $Revision: 1.16 $ # -# last change: $Author: af $ $Date: 2002-02-05 14:39:38 $ +# last change: $Author: ka $ $Date: 2002-04-18 15:48:12 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -88,12 +88,12 @@ LINKFLAGS+=/SEGMENTS:512 /PACKD:32768 .IF "$(GUI)"=="WIN" RESLIBSPLIT1NAME=sd RESLIBSPLIT1SRSFILES= \ - $(SRS)$/app.srs $(SRS)$/dlg.srs $(SRS)$/core.srs $(SRS)$/sdslots.srs \ + $(SRS)$/app.srs $(SRS)$/dlg.srs $(SRS)$/core.srs $(SRS)$/html.srs $(SRS)$/sdslots.srs \ $(SOLARRESDIR)$/sfx.srs .ELSE RESLIB1NAME=sd RESLIB1SRSFILES=\ - $(SRS)$/app.srs $(SRS)$/dlg.srs $(SRS)$/core.srs $(SRS)$/sdslots.srs \ + $(SRS)$/app.srs $(SRS)$/dlg.srs $(SRS)$/core.srs $(SRS)$/html.srs $(SRS)$/sdslots.srs \ $(SOLARRESDIR)$/sfx.srs .ENDIF @@ -182,6 +182,7 @@ LIB3FILES= \ $(SLB)$/cgm.lib \ $(SLB)$/grf.lib \ $(SLB)$/bin.lib \ + $(SLB)$/html.lib \ $(SLB)$/filter.lib \ $(SLB)$/unoidl.lib \ $(SLB)$/accessibility.lib |