diff options
author | Andreas Schlüns <as@openoffice.org> | 2001-03-19 08:10:52 +0000 |
---|---|---|
committer | Andreas Schlüns <as@openoffice.org> | 2001-03-19 08:10:52 +0000 |
commit | 37daa42c6d3e045c472497a7b7f1a285a5cca27e (patch) | |
tree | 1483441a109f57eac24b7feefa6ad0937192215a /framework | |
parent | 34aed65b8ef19f5786602058a96d8f50329ac9f8 (diff) |
new component description
Diffstat (limited to 'framework')
-rw-r--r-- | framework/util/lgd.xml | 34 | ||||
-rw-r--r-- | framework/util/makefile.mk | 9 |
2 files changed, 41 insertions, 2 deletions
diff --git a/framework/util/lgd.xml b/framework/util/lgd.xml new file mode 100644 index 000000000000..278d8f97b3bc --- /dev/null +++ b/framework/util/lgd.xml @@ -0,0 +1,34 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE module-description PUBLIC "-//StarOffice//DTD ComponentDescription 1.0//EN" "module-description.dtd"> + +<module-description xmlns:xlink="http://www.w3.org/1999/xlink"> + + <module-name> lgd </module-name> + + <component-description> + <author> Andreas Schluens </author> + <name> com.sun.star.comp.framework.LoginDialog </name> + <description> + Implement a dialog for login to a sun one webtop server. + </description> + <loader-name> com.sun.star.loader.SharedLibrary </loader-name> + <language> c++ </language> + <status value="final"/> + <supported-service> com.sun.star.comp.framework.LoginDialog </supported-service> + </component-description> + + <project-build-dependency> cppu </project-build-dependency> + <project-build-dependency> cppuhelper </project-build-dependency> + <project-build-dependency> vos </project-build-dependency> + <project-build-dependency> sal </project-build-dependency> + <project-build-dependency> sv </project-build-dependency> + <project-build-dependency> tools </project-build-dependency> + + <runtime-module-dependency> cppu2 </runtime-module-dependency> + <runtime-module-dependency> cppuhelper </runtime-module-dependency> + <runtime-module-dependency> vos2$(COM) </runtime-module-dependency> + <runtime-module-dependency> sal2 </runtime-module-dependency> + <runtime-module-dependency> tl </runtime-module-dependency> + <runtime-module-dependency> sv </runtime-module-dependency> + +</module-description> diff --git a/framework/util/makefile.mk b/framework/util/makefile.mk index 10a54a618f69..b2cdf017671c 100644 --- a/framework/util/makefile.mk +++ b/framework/util/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.13 $ +# $Revision: 1.14 $ # -# last change: $Author: as $ $Date: 2001-02-16 12:22:30 $ +# last change: $Author: as $ $Date: 2001-03-19 09:10:52 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -66,6 +66,9 @@ TARGET= fwk USE_DEFFILE= TRUE ENABLE_EXCEPTIONS= TRUE NO_BSYMBOLIC= TRUE +COMP1TYPELIST= fwk +COMP2TYPELIST= fwl +COMP3TYPELIST= lgd # --- Settings ----------------------------------------------------- @@ -84,6 +87,7 @@ SHL1TARGET= $(FRAMEWORK_TARGET)$(UPD)$(DLLPOSTFIX) SHL1IMPLIB= i$(TARGET)$(UPD)$(DLLPOSTFIX) SHL1OBJS= $(SLO)$/registerservices.obj \ + $(SLO)$/fwk_description.obj SHL1LIBS= $(SLB)$/fwk_services.lib \ $(SLB)$/fwk_helper.lib \ @@ -113,6 +117,7 @@ SHL2TARGET= fwl$(UPD)$(DLLPOSTFIX) SHL2IMPLIB= ifwl$(UPD)$(DLLPOSTFIX) SHL2OBJS= $(SLO)$/registertemp.obj \ + $(SLO)$/fwl_description.obj \ $(SLO)$/mediatypedetectionhelper.obj\ $(SLO)$/frameloaderfactory.obj \ $(SLO)$/filterfactory.obj \ |