Kaydet (Commit) 20001a25 authored tarafından sb's avatar sb

sb118: #i108776# changed addsym.awk to also export STLport num_put symbols, and…

sb118: #i108776# changed addsym.awk to also export STLport num_put symbols, and simplified it by requiring that first section is labeled UDK_3_0_0; adapted map files accordingly, replacing many individual ones with solenv/src templates
üst 6fc142c2
UDK_3_0_0 {
global:
component_getImplementationEnvironment;
component_writeInfo;
component_getFactory;
component_canUnload;
local:
*;
};
...@@ -52,7 +52,7 @@ SLOFILES = $(SLO)$/animcore.obj\ ...@@ -52,7 +52,7 @@ SLOFILES = $(SLO)$/animcore.obj\
$(SLO)$/targetpropertiescreator.obj $(SLO)$/targetpropertiescreator.obj
SHL1TARGET= $(TARGET) SHL1TARGET= $(TARGET)
SHL1VERSIONMAP= $(TARGET).map SHL1VERSIONMAP=$(SOLARENV)/src/unloadablecomponent.map
SHL1STDLIBS= \ SHL1STDLIBS= \
$(SALLIB) \ $(SALLIB) \
......
...@@ -160,7 +160,7 @@ LIB6FILES= \ ...@@ -160,7 +160,7 @@ LIB6FILES= \
# sdd # sdd
SHL2TARGET= sdd$(DLLPOSTFIX) SHL2TARGET= sdd$(DLLPOSTFIX)
SHL2IMPLIB= sddimp SHL2IMPLIB= sddimp
SHL2VERSIONMAP= sdd.map SHL2VERSIONMAP=$(SOLARENV)/src/component.map
SHL2DEF=$(MISC)$/$(SHL2TARGET).def SHL2DEF=$(MISC)$/$(SHL2TARGET).def
DEF2NAME= $(SHL2TARGET) DEF2NAME= $(SHL2TARGET)
......
SD_1_0 {
global:
component_getImplementationEnvironment;
component_writeInfo;
component_getFactory;
local:
*;
};
SCH_1_0 {
global:
component_getImplementationEnvironment;
component_writeInfo;
component_getFactory;
local:
*;
};
PPTEXPORTER_1_0 { UDK_3_0_0 {
global: global:
ExportPPT; ExportPPT;
ImportPPT; ImportPPT;
......
CUI_1_0 { UDK_3_0_0 {
global: global:
CreateDialogFactory; CreateDialogFactory;
local: local:
......
SLI_1_0 {
global:
component_getImplementationEnvironment;
component_writeInfo;
component_getFactory;
local:
*;
};
...@@ -72,7 +72,7 @@ SHL1IMPLIB=i$(TARGET) ...@@ -72,7 +72,7 @@ SHL1IMPLIB=i$(TARGET)
SHL1LIBS=$(SLB)$/$(TARGET).lib SHL1LIBS=$(SLB)$/$(TARGET).lib
SHL1DEF=$(MISC)$/$(SHL1TARGET).def SHL1DEF=$(MISC)$/$(SHL1TARGET).def
SHL1VERSIONMAP=exports.map SHL1VERSIONMAP=$(SOLARENV)/src/component.map
DEF1NAME=$(SHL1TARGET) DEF1NAME=$(SHL1TARGET)
DEF1EXPORTFILE=exports.dxp DEF1EXPORTFILE=exports.dxp
......
...@@ -29,7 +29,7 @@ ...@@ -29,7 +29,7 @@
# #
#************************************************************************* #*************************************************************************
UDK_3.1 { UDK_3_0_0 {
global: global:
registerAllTestFunction; registerAllTestFunction;
......
SHW_1_0 {
global:
component_getImplementationEnvironment;
component_writeInfo;
component_getFactory;
local:
*;
};
...@@ -74,7 +74,7 @@ SHL1IMPLIB=i$(TARGET) ...@@ -74,7 +74,7 @@ SHL1IMPLIB=i$(TARGET)
SHL1LIBS=$(SLB)$/$(TARGET).lib SHL1LIBS=$(SLB)$/$(TARGET).lib
SHL1DEF=$(MISC)$/$(SHL1TARGET).def SHL1DEF=$(MISC)$/$(SHL1TARGET).def
SHL1VERSIONMAP=exports.map SHL1VERSIONMAP=$(SOLARENV)/src/component.map
DEF1NAME=$(SHL1TARGET) DEF1NAME=$(SHL1TARGET)
DEF1EXPORTFILE=exports.dxp DEF1EXPORTFILE=exports.dxp
......
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