Replaced filter file by exports file.

This commit is contained in:
Kai Sommerfeld
2002-06-25 12:04:58 +00:00
parent 73b0b6c119
commit 146ffeae3a
8 changed files with 66 additions and 78 deletions

View File

@@ -0,0 +1,8 @@
CAC_1_0 {
global:
component_getImplementationEnvironment;
component_writeInfo;
component_getFactory;
local:
*;
};

View File

@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
# $Revision: 1.6 $
# $Revision: 1.7 $
#
# last change: $Author: hjs $ $Date: 2002-05-15 17:21:29 $
# last change: $Author: kso $ $Date: 2002-06-25 13:03:40 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -73,8 +73,6 @@ UCB_MAJOR=1
.INCLUDE: settings.mk
.INCLUDE: sv.mk
#INCPRE+=$(PRJ)$/source$/inc
SLOFILES=\
$(SLO)$/contentresultsetwrapper.obj \
$(SLO)$/cachedcontentresultsetstub.obj \
@@ -97,11 +95,13 @@ SHL1STDLIBS=\
SHL1LIBS=$(LIB1TARGET)
SHL1IMPLIB=i$(TARGET)
DEF1DEPN=$(MISC)$/$(SHL1TARGET).flt
.IF "$(OS)"=="MACOSX"
.ELSE
SHL1VERSIONMAP=exports.map
.ENDIF
DEF1NAME=$(SHL1TARGET)
DEF1EXPORT1 =component_getImplementationEnvironment
DEF1EXPORT2 =component_writeInfo
DEF1EXPORT3 =component_getFactory
DEF1EXPORTFILE=exports.dxp
DEF1DES=Cached Dynamic Resultset
# Make symbol renaming match library name for Mac OS X
@@ -111,7 +111,3 @@ SYMBOLPREFIX=$(TARGET)$(UCB_MAJOR)
.INCLUDE: target.mk
$(MISC)$/$(SHL1TARGET).flt:
@echo ------------------------------
@echo Making: $@
$(TYPE) cached1.flt > $@

View File

@@ -0,0 +1,8 @@
UCB_1_0 {
global:
component_getImplementationEnvironment;
component_writeInfo;
component_getFactory;
local:
*;
};

View File

@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
# $Revision: 1.13 $
# $Revision: 1.14 $
#
# last change: $Author: kso $ $Date: 2001-06-27 07:52:50 $
# last change: $Author: kso $ $Date: 2002-06-25 13:04:15 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -79,14 +79,9 @@ SLOFILES=\
$(SLO)$/ucbserv.obj \
$(SLO)$/ucbstore.obj \
$(SLO)$/ucbprops.obj \
$(SLO)$/provprox.obj
.IF "$(UPD)">="619"
SLOFILES+=$(SLO)$/ucbcmds.obj \
$(SLO)$/provprox.obj \
$(SLO)$/ucbcmds.obj \
$(SLO)$/coreremotecontentbroker.obj
.ELSE
SLOFILES+=$(SLO)$/ucbcfg.obj
.ENDIF
LIB1TARGET=$(SLB)$/_$(TARGET).lib
LIB1OBJFILES=$(SLOFILES)
@@ -103,11 +98,13 @@ SHL1LIBS=\
$(SLB)$/regexp.lib
SHL1IMPLIB=i$(TARGET)
DEF1DEPN=$(MISC)$/$(SHL1TARGET).flt
.IF "$(OS)"=="MACOSX"
.ELSE
SHL1VERSIONMAP=exports.map
.ENDIF
DEF1NAME=$(SHL1TARGET)
DEF1EXPORT1 =component_getImplementationEnvironment
DEF1EXPORT2 =component_writeInfo
DEF1EXPORT3 =component_getFactory
DEF1EXPORTFILE=exports.dxp
DEF1DES=Universal Content Broker
# Make symbol renaming match library name for Mac OS X
@@ -117,17 +114,3 @@ SYMBOLPREFIX=$(TARGET)$(UCB_MAJOR)
.INCLUDE: target.mk
$(MISC)$/$(SHL1TARGET).flt:
@echo ------------------------------
@echo Making: $@
# @echo Type >> $@
@echo cpp >> $@
@echo m_ >> $@
@echo rtl >> $@
@echo vos >> $@
@echo component_getImplementationEnvironment >> $@
@echo component_writeInfo >> $@
@echo component_getFactory >> $@
.IF "$(COM)"=="MSC"
@echo ??_ >> $@
.ENDIF # COM MSC

View File

@@ -0,0 +1,8 @@
SRT_1_0 {
global:
component_getImplementationEnvironment;
component_writeInfo;
component_getFactory;
local:
*;
};

View File

@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
# $Revision: 1.7 $
# $Revision: 1.8 $
#
# last change: $Author: pluby $ $Date: 2001-03-07 08:53:58 $
# last change: $Author: kso $ $Date: 2002-06-25 13:04:35 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -97,11 +97,13 @@ SHL1STDLIBS+=$(TOOLSLIB)
SHL1LIBS=$(LIB1TARGET)
SHL1IMPLIB=i$(TARGET)
DEF1DEPN=$(MISC)$/$(SHL1TARGET).flt
.IF "$(OS)"=="MACOSX"
.ELSE
SHL1VERSIONMAP=exports.map
.ENDIF
DEF1NAME=$(SHL1TARGET)
DEF1EXPORT1 =component_getImplementationEnvironment
DEF1EXPORT2 =component_writeInfo
DEF1EXPORT3 =component_getFactory
DEF1EXPORTFILE=exports.dxp
DEF1DES=UCB : Sorted Dynamic ResultSet
# Make symbol renaming match library name for Mac OS X
@@ -111,16 +113,3 @@ SYMBOLPREFIX=$(TARGET)$(UCB_MAJOR)
.INCLUDE: target.mk
$(MISC)$/$(SHL1TARGET).flt:
@echo ------------------------------
@echo Making: $@
# @echo Type >> $@
@echo cpp >> $@
@echo m_ >> $@
@echo rtl >> $@
@echo component_getImplementationEnvironment >> $@
@echo component_writeInfo >> $@
@echo component_getFactory >> $@
.IF "$(COM)"=="MSC"
@echo ??_ >> $@
.ENDIF # COM MSC

View File

@@ -0,0 +1,8 @@
FIL_1_0 {
global:
component_getImplementationEnvironment;
component_writeInfo;
component_getFactory;
local:
*;
};

View File

@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
# $Revision: 1.9 $
# $Revision: 1.10 $
#
# last change: $Author: abi $ $Date: 2001-11-19 11:11:29 $
# last change: $Author: kso $ $Date: 2002-06-25 13:04:58 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -104,11 +104,13 @@ SHL1STDLIBS=\
$(UCBHELPERLIB) \
$(UNOTOOLSLIB)
DEF1DEPN=$(MISC)$/$(SHL1TARGET).flt
.IF "$(OS)"=="MACOSX"
.ELSE
SHL1VERSIONMAP=exports.map
.ENDIF
DEF1NAME=$(SHL1TARGET)
DEF1EXPORT1 =component_getImplementationEnvironment
DEF1EXPORT2 =component_writeInfo
DEF1EXPORT3 =component_getFactory
DEF1EXPORTFILE=exports.dxp
DEF1DES=UCB : File System Content Provider
# Make symbol renaming match library name for Mac OS X
@@ -118,17 +120,3 @@ SYMBOLPREFIX=$(TARGET)$(UCPFILE_MAJOR)
.INCLUDE: target.mk
$(MISC)$/$(SHL1TARGET).flt:
@echo ------------------------------
@echo Making: $@
# @echo Type >> $@
@echo cpp >> $@
@echo m_ >> $@
@echo rtl >> $@
@echo vos >> $@
@echo component_getImplementationEnvironment >> $@
@echo component_writeInfo >> $@
@echo component_getFactory >> $@
.IF "$(COM)"=="MSC"
@echo ??_ >> $@
.ENDIF # COM MSC