diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-11-09 11:27:16 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-11-09 11:27:16 +0000 |
commit | 9ea931d18ca4bc90c2059d47b8c0b92182f270f3 (patch) | |
tree | 8aac4112678f41d5468f75d0f180052df287c6d9 /xmloff | |
parent | 4747411b335f84aee832da4a64fd7a31690aef6f (diff) |
INTEGRATION: CWS oasisbf1 (1.2.38); FILE MERGED
2004/09/15 15:45:33 fs 1.2.38.2: #117861# building a separate library exporting UNO services only
2004/09/14 17:07:35 toconnor 1.2.38.1: #i33735# export of bindings to Scripting Framework macros and dlg:border
attributes from Oasis to OOo
Diffstat (limited to 'xmloff')
-rw-r--r-- | xmloff/source/transform/makefile.mk | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/xmloff/source/transform/makefile.mk b/xmloff/source/transform/makefile.mk index 8097c01d2aaf..fb4032a98894 100644 --- a/xmloff/source/transform/makefile.mk +++ b/xmloff/source/transform/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.2 $ +# $Revision: 1.3 $ # -# last change: $Author: rt $ $Date: 2004-07-13 09:01:54 $ +# last change: $Author: hr $ $Date: 2004-11-09 12:27:16 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -75,12 +75,6 @@ ENABLE_EXCEPTIONS=TRUE .INCLUDE : sv.mk CDEFS+=-DCONV_STAR_FONTS -# --- to build xmlkywd.obj in obj, too ----------------------------- - -OBJFILES = $(OBJ)$/xmlkywd.obj -LIB2TARGET =$(LB)$/xmlkywd.lib -LIB2OBJFILES =$(OBJFILES) - # --- Files -------------------------------------------------------- SLOFILES = \ @@ -95,6 +89,7 @@ SLOFILES = \ $(SLO)$/DocumentTContext.obj \ $(SLO)$/EventMap.obj \ $(SLO)$/EventOASISTContext.obj \ + $(SLO)$/DlgOASISTContext.obj \ $(SLO)$/EventOOoTContext.obj \ $(SLO)$/FlatTContext.obj \ $(SLO)$/FormPropOASISTContext.obj \ @@ -121,6 +116,7 @@ SLOFILES = \ $(SLO)$/TransformerBase.obj \ $(SLO)$/TransformerContext.obj \ $(SLO)$/TransformerTokenMap.obj \ + $(SLO)$/XMLFilterRegistration.obj CPPUMAKERFLAGS= |