Kaydet (Commit) 146ffeae authored tarafından Kai Sommerfeld's avatar Kai Sommerfeld

Replaced filter file by exports file.

üst 73b0b6c1
CAC_1_0 {
global:
component_getImplementationEnvironment;
component_writeInfo;
component_getFactory;
local:
*;
};
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
# #
# $RCSfile: makefile.mk,v $ # $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 # The Contents of this file are made available subject to the terms of
# either of the following licenses # either of the following licenses
...@@ -73,8 +73,6 @@ UCB_MAJOR=1 ...@@ -73,8 +73,6 @@ UCB_MAJOR=1
.INCLUDE: settings.mk .INCLUDE: settings.mk
.INCLUDE: sv.mk .INCLUDE: sv.mk
#INCPRE+=$(PRJ)$/source$/inc
SLOFILES=\ SLOFILES=\
$(SLO)$/contentresultsetwrapper.obj \ $(SLO)$/contentresultsetwrapper.obj \
$(SLO)$/cachedcontentresultsetstub.obj \ $(SLO)$/cachedcontentresultsetstub.obj \
...@@ -97,11 +95,13 @@ SHL1STDLIBS=\ ...@@ -97,11 +95,13 @@ SHL1STDLIBS=\
SHL1LIBS=$(LIB1TARGET) SHL1LIBS=$(LIB1TARGET)
SHL1IMPLIB=i$(TARGET) SHL1IMPLIB=i$(TARGET)
DEF1DEPN=$(MISC)$/$(SHL1TARGET).flt .IF "$(OS)"=="MACOSX"
.ELSE
SHL1VERSIONMAP=exports.map
.ENDIF
DEF1NAME=$(SHL1TARGET) DEF1NAME=$(SHL1TARGET)
DEF1EXPORT1 =component_getImplementationEnvironment DEF1EXPORTFILE=exports.dxp
DEF1EXPORT2 =component_writeInfo
DEF1EXPORT3 =component_getFactory
DEF1DES=Cached Dynamic Resultset DEF1DES=Cached Dynamic Resultset
# Make symbol renaming match library name for Mac OS X # Make symbol renaming match library name for Mac OS X
...@@ -111,7 +111,3 @@ SYMBOLPREFIX=$(TARGET)$(UCB_MAJOR) ...@@ -111,7 +111,3 @@ SYMBOLPREFIX=$(TARGET)$(UCB_MAJOR)
.INCLUDE: target.mk .INCLUDE: target.mk
$(MISC)$/$(SHL1TARGET).flt:
@echo ------------------------------
@echo Making: $@
$(TYPE) cached1.flt > $@
UCB_1_0 {
global:
component_getImplementationEnvironment;
component_writeInfo;
component_getFactory;
local:
*;
};
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
# #
# $RCSfile: makefile.mk,v $ # $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 # The Contents of this file are made available subject to the terms of
# either of the following licenses # either of the following licenses
...@@ -79,14 +79,9 @@ SLOFILES=\ ...@@ -79,14 +79,9 @@ SLOFILES=\
$(SLO)$/ucbserv.obj \ $(SLO)$/ucbserv.obj \
$(SLO)$/ucbstore.obj \ $(SLO)$/ucbstore.obj \
$(SLO)$/ucbprops.obj \ $(SLO)$/ucbprops.obj \
$(SLO)$/provprox.obj $(SLO)$/provprox.obj \
$(SLO)$/ucbcmds.obj \
.IF "$(UPD)">="619"
SLOFILES+=$(SLO)$/ucbcmds.obj \
$(SLO)$/coreremotecontentbroker.obj $(SLO)$/coreremotecontentbroker.obj
.ELSE
SLOFILES+=$(SLO)$/ucbcfg.obj
.ENDIF
LIB1TARGET=$(SLB)$/_$(TARGET).lib LIB1TARGET=$(SLB)$/_$(TARGET).lib
LIB1OBJFILES=$(SLOFILES) LIB1OBJFILES=$(SLOFILES)
...@@ -103,11 +98,13 @@ SHL1LIBS=\ ...@@ -103,11 +98,13 @@ SHL1LIBS=\
$(SLB)$/regexp.lib $(SLB)$/regexp.lib
SHL1IMPLIB=i$(TARGET) SHL1IMPLIB=i$(TARGET)
DEF1DEPN=$(MISC)$/$(SHL1TARGET).flt .IF "$(OS)"=="MACOSX"
.ELSE
SHL1VERSIONMAP=exports.map
.ENDIF
DEF1NAME=$(SHL1TARGET) DEF1NAME=$(SHL1TARGET)
DEF1EXPORT1 =component_getImplementationEnvironment DEF1EXPORTFILE=exports.dxp
DEF1EXPORT2 =component_writeInfo
DEF1EXPORT3 =component_getFactory
DEF1DES=Universal Content Broker DEF1DES=Universal Content Broker
# Make symbol renaming match library name for Mac OS X # Make symbol renaming match library name for Mac OS X
...@@ -117,17 +114,3 @@ SYMBOLPREFIX=$(TARGET)$(UCB_MAJOR) ...@@ -117,17 +114,3 @@ SYMBOLPREFIX=$(TARGET)$(UCB_MAJOR)
.INCLUDE: target.mk .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
SRT_1_0 {
global:
component_getImplementationEnvironment;
component_writeInfo;
component_getFactory;
local:
*;
};
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
# #
# $RCSfile: makefile.mk,v $ # $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 # The Contents of this file are made available subject to the terms of
# either of the following licenses # either of the following licenses
...@@ -97,11 +97,13 @@ SHL1STDLIBS+=$(TOOLSLIB) ...@@ -97,11 +97,13 @@ SHL1STDLIBS+=$(TOOLSLIB)
SHL1LIBS=$(LIB1TARGET) SHL1LIBS=$(LIB1TARGET)
SHL1IMPLIB=i$(TARGET) SHL1IMPLIB=i$(TARGET)
DEF1DEPN=$(MISC)$/$(SHL1TARGET).flt .IF "$(OS)"=="MACOSX"
.ELSE
SHL1VERSIONMAP=exports.map
.ENDIF
DEF1NAME=$(SHL1TARGET) DEF1NAME=$(SHL1TARGET)
DEF1EXPORT1 =component_getImplementationEnvironment DEF1EXPORTFILE=exports.dxp
DEF1EXPORT2 =component_writeInfo
DEF1EXPORT3 =component_getFactory
DEF1DES=UCB : Sorted Dynamic ResultSet DEF1DES=UCB : Sorted Dynamic ResultSet
# Make symbol renaming match library name for Mac OS X # Make symbol renaming match library name for Mac OS X
...@@ -111,16 +113,3 @@ SYMBOLPREFIX=$(TARGET)$(UCB_MAJOR) ...@@ -111,16 +113,3 @@ SYMBOLPREFIX=$(TARGET)$(UCB_MAJOR)
.INCLUDE: target.mk .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
FIL_1_0 {
global:
component_getImplementationEnvironment;
component_writeInfo;
component_getFactory;
local:
*;
};
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
# #
# $RCSfile: makefile.mk,v $ # $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 # The Contents of this file are made available subject to the terms of
# either of the following licenses # either of the following licenses
...@@ -104,11 +104,13 @@ SHL1STDLIBS=\ ...@@ -104,11 +104,13 @@ SHL1STDLIBS=\
$(UCBHELPERLIB) \ $(UCBHELPERLIB) \
$(UNOTOOLSLIB) $(UNOTOOLSLIB)
DEF1DEPN=$(MISC)$/$(SHL1TARGET).flt .IF "$(OS)"=="MACOSX"
.ELSE
SHL1VERSIONMAP=exports.map
.ENDIF
DEF1NAME=$(SHL1TARGET) DEF1NAME=$(SHL1TARGET)
DEF1EXPORT1 =component_getImplementationEnvironment DEF1EXPORTFILE=exports.dxp
DEF1EXPORT2 =component_writeInfo
DEF1EXPORT3 =component_getFactory
DEF1DES=UCB : File System Content Provider DEF1DES=UCB : File System Content Provider
# Make symbol renaming match library name for Mac OS X # Make symbol renaming match library name for Mac OS X
...@@ -118,17 +120,3 @@ SYMBOLPREFIX=$(TARGET)$(UCPFILE_MAJOR) ...@@ -118,17 +120,3 @@ SYMBOLPREFIX=$(TARGET)$(UCPFILE_MAJOR)
.INCLUDE: target.mk .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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment