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
This commit is contained in:
parent
a0b4cdb08b
commit
eeca9dafb7
@ -29,7 +29,7 @@
|
||||
#
|
||||
#*************************************************************************
|
||||
|
||||
UDK_3.1 {
|
||||
UDK_3_0_0 {
|
||||
global:
|
||||
cppunitTestPlugIn;
|
||||
|
||||
|
@ -29,7 +29,7 @@
|
||||
#
|
||||
#*************************************************************************
|
||||
|
||||
UDK_3.1 {
|
||||
UDK_3_0_0 {
|
||||
global:
|
||||
cppunitTestPlugIn;
|
||||
|
||||
|
@ -1,8 +0,0 @@
|
||||
CAN_1_0 {
|
||||
global:
|
||||
component_getImplementationEnvironment;
|
||||
component_writeInfo;
|
||||
component_getFactory;
|
||||
local:
|
||||
*;
|
||||
};
|
@ -125,7 +125,7 @@ SHL1IMPLIB=i$(TARGET)
|
||||
SHL1LIBS=$(SLB)$/$(TARGET).lib
|
||||
SHL1DEF=$(MISC)$/$(SHL1TARGET).def
|
||||
|
||||
SHL1VERSIONMAP=exports.map
|
||||
SHL1VERSIONMAP=$(SOLARENV)/src/component.map
|
||||
|
||||
DEF1NAME=$(SHL1TARGET)
|
||||
DEF1EXPORTFILE=exports.dxp
|
||||
|
@ -1,8 +0,0 @@
|
||||
CAN_1_0 {
|
||||
global:
|
||||
component_getImplementationEnvironment;
|
||||
component_writeInfo;
|
||||
component_getFactory;
|
||||
local:
|
||||
*;
|
||||
};
|
@ -47,7 +47,7 @@ SHL1STDLIBS = \
|
||||
$(CPPULIB) \
|
||||
$(CPPUHELPERLIB) \
|
||||
$(SALLIB)
|
||||
SHL1VERSIONMAP = canvasfactory.map
|
||||
SHL1VERSIONMAP = $(SOLARENV)/src/component.map
|
||||
|
||||
SHL1DEPN =
|
||||
SHL1IMPLIB = i$(TARGET)
|
||||
|
@ -1,8 +0,0 @@
|
||||
CAN_1_0 {
|
||||
global:
|
||||
component_getImplementationEnvironment;
|
||||
component_writeInfo;
|
||||
component_getFactory;
|
||||
local:
|
||||
*;
|
||||
};
|
@ -64,7 +64,7 @@ SHL1IMPLIB=i$(TARGET)
|
||||
SHL1LIBS=$(SLB)$/$(TARGET).lib
|
||||
SHL1DEF=$(MISC)$/$(SHL1TARGET).def
|
||||
|
||||
SHL1VERSIONMAP=exports.map
|
||||
SHL1VERSIONMAP=$(SOLARENV)/src/component.map
|
||||
|
||||
DEF1NAME=$(SHL1TARGET)
|
||||
DEF1EXPORTFILE=exports.dxp
|
||||
|
@ -1,8 +0,0 @@
|
||||
CAN_1_0 {
|
||||
global:
|
||||
component_getImplementationEnvironment;
|
||||
component_writeInfo;
|
||||
component_getFactory;
|
||||
local:
|
||||
*;
|
||||
};
|
@ -56,7 +56,7 @@ SHL1IMPLIB=i$(TARGET)
|
||||
SHL1LIBS=$(SLB)$/$(TARGET).lib
|
||||
SHL1DEF=$(MISC)$/$(SHL1TARGET).def
|
||||
|
||||
SHL1VERSIONMAP=exports.map
|
||||
SHL1VERSIONMAP=$(SOLARENV)/src/component.map
|
||||
|
||||
DEF1NAME=$(SHL1TARGET)
|
||||
DEF1EXPORTFILE=exports.dxp
|
||||
|
@ -1,8 +0,0 @@
|
||||
CAN_1_0 {
|
||||
global:
|
||||
component_getImplementationEnvironment;
|
||||
component_writeInfo;
|
||||
component_getFactory;
|
||||
local:
|
||||
*;
|
||||
};
|
@ -79,7 +79,7 @@ SHL1IMPLIB=i$(TARGET)
|
||||
SHL1LIBS=$(SLB)$/$(TARGET).lib
|
||||
SHL1DEF=$(MISC)$/$(SHL1TARGET).def
|
||||
|
||||
SHL1VERSIONMAP=exports.map
|
||||
SHL1VERSIONMAP=$(SOLARENV)/src/component.map
|
||||
|
||||
DEF1NAME=$(SHL1TARGET)
|
||||
DEF1EXPORTFILE=exports.dxp
|
||||
|
@ -1,9 +0,0 @@
|
||||
DTRANS_1_0 {
|
||||
global:
|
||||
component_getImplementationEnvironment;
|
||||
component_writeInfo;
|
||||
component_getFactory;
|
||||
local:
|
||||
*;
|
||||
};
|
||||
|
@ -50,7 +50,7 @@ SLOFILES= \
|
||||
|
||||
SHL1TARGET= dtrans
|
||||
|
||||
SHL1VERSIONMAP= exports.map
|
||||
SHL1VERSIONMAP=$(SOLARENV)/src/component.map
|
||||
|
||||
SHL1STDLIBS= \
|
||||
$(SALLIB) \
|
||||
|
@ -1,10 +0,0 @@
|
||||
UDK_3_0_0 {
|
||||
global:
|
||||
GetVersionInfo;
|
||||
component_getImplementationEnvironment;
|
||||
component_getFactory;
|
||||
component_writeInfo;
|
||||
|
||||
local:
|
||||
*;
|
||||
};
|
@ -68,7 +68,7 @@ SHL1IMPLIB=i$(SHL1TARGET)
|
||||
SHL1DEF= $(MISC)$/$(SHL1TARGET).def
|
||||
DEF1NAME= $(SHL1TARGET)
|
||||
DEF1EXPORTFILE= exports.dxp
|
||||
SHL1VERSIONMAP=exports.map
|
||||
SHL1VERSIONMAP=$(SOLARENV)/src/component.map
|
||||
|
||||
|
||||
.IF "$(GUI)"=="WNT"
|
||||
|
@ -1,4 +1,4 @@
|
||||
GIFEXPORTER_1_0 {
|
||||
UDK_3_0_0 {
|
||||
global:
|
||||
GraphicExport;
|
||||
DoExportDialog;
|
||||
|
@ -1,4 +1,4 @@
|
||||
METEXPORTER_1_0 {
|
||||
UDK_3_0_0 {
|
||||
global:
|
||||
GraphicExport;
|
||||
DoExportDialog;
|
||||
|
@ -1,4 +1,4 @@
|
||||
PBMEXPORTER_1_0 {
|
||||
UDK_3_0_0 {
|
||||
global:
|
||||
GraphicExport;
|
||||
DoExportDialog;
|
||||
|
@ -1,4 +1,4 @@
|
||||
PGMEXPORTER_1_0 {
|
||||
UDK_3_0_0 {
|
||||
global:
|
||||
GraphicExport;
|
||||
DoExportDialog;
|
||||
|
@ -1,4 +1,4 @@
|
||||
PICTEXPORTER_1_0 {
|
||||
UDK_3_0_0 {
|
||||
global:
|
||||
GraphicExport;
|
||||
DoExportDialog;
|
||||
|
@ -1,4 +1,4 @@
|
||||
PPMEXPORTER_1_0 {
|
||||
UDK_3_0_0 {
|
||||
global:
|
||||
GraphicExport;
|
||||
DoExportDialog;
|
||||
|
@ -1,4 +1,4 @@
|
||||
EPSEXPORTER_1_0 {
|
||||
UDK_3_0_0 {
|
||||
global:
|
||||
GraphicExport;
|
||||
DoExportDialog;
|
||||
|
@ -1,4 +1,4 @@
|
||||
RASEXPORTER_1_0 {
|
||||
UDK_3_0_0 {
|
||||
global:
|
||||
GraphicExport;
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
TIFEXPORTER_1_0 {
|
||||
UDK_3_0_0 {
|
||||
global:
|
||||
GraphicExport;
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
XPMEXPORTER_1_0 {
|
||||
UDK_3_0_0 {
|
||||
global:
|
||||
GraphicExport;
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
CGMIMPORTER_1_0 {
|
||||
UDK_3_0_0 {
|
||||
global:
|
||||
ImportCGM;
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
DXFIMPORTER_1_0 {
|
||||
UDK_3_0_0 {
|
||||
global:
|
||||
GraphicImport;
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
EPSIMPORTER_1_0 {
|
||||
UDK_3_0_0 {
|
||||
global:
|
||||
GraphicImport;
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
METIMPORTER_1_0 {
|
||||
UDK_3_0_0 {
|
||||
global:
|
||||
GraphicImport;
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
PBMIMPORTER_1_0 {
|
||||
UDK_3_0_0 {
|
||||
global:
|
||||
GraphicImport;
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
PCDIMPORTER_1_0 {
|
||||
UDK_3_0_0 {
|
||||
global:
|
||||
GraphicImport;
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
PCXIMPORTER_1_0 {
|
||||
UDK_3_0_0 {
|
||||
global:
|
||||
GraphicImport;
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
PICTIMPORTER_1_0 {
|
||||
UDK_3_0_0 {
|
||||
global:
|
||||
GraphicImport;
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
PSDIMPORTER_1_0 {
|
||||
UDK_3_0_0 {
|
||||
global:
|
||||
GraphicImport;
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
RASIMPORTER_1_0 {
|
||||
UDK_3_0_0 {
|
||||
global:
|
||||
GraphicImport;
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
TGAIMPORTER_1_0 {
|
||||
UDK_3_0_0 {
|
||||
global:
|
||||
GraphicImport;
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
TIFIMPORTER_1_0 {
|
||||
UDK_3_0_0 {
|
||||
global:
|
||||
GraphicImport;
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
OOO_1.1 {
|
||||
UDK_3_0_0 {
|
||||
global:
|
||||
GetVersionInfo;
|
||||
getDataArea;
|
||||
|
@ -1,4 +1,4 @@
|
||||
OOO_1.1 {
|
||||
UDK_3_0_0 {
|
||||
global:
|
||||
GetVersionInfo;
|
||||
get_zh_charset;
|
||||
|
@ -1,4 +1,4 @@
|
||||
OOO_1.1 {
|
||||
UDK_3_0_0 {
|
||||
global:
|
||||
GetVersionInfo;
|
||||
get_indexdata_ko_dict;
|
||||
|
@ -1,4 +1,4 @@
|
||||
OOO_1.1 {
|
||||
UDK_3_0_0 {
|
||||
global:
|
||||
GetVersionInfo;
|
||||
getAllCalendars_en_AU;
|
||||
|
@ -1,4 +1,4 @@
|
||||
OOO_1.1 {
|
||||
UDK_3_0_0 {
|
||||
global:
|
||||
GetVersionInfo;
|
||||
getAllCalendars_es_AR;
|
||||
|
@ -1,4 +1,4 @@
|
||||
OOO_1.1 {
|
||||
UDK_3_0_0 {
|
||||
global:
|
||||
GetVersionInfo;
|
||||
getAllCalendars_ast_ES;
|
||||
|
@ -1,4 +1,4 @@
|
||||
OOO_1.1 {
|
||||
UDK_3_0_0 {
|
||||
global:
|
||||
getAllCalendars_af_NA;
|
||||
getAllCalendars_af_ZA;
|
||||
|
@ -1,10 +0,0 @@
|
||||
UDK_3_0_0 {
|
||||
global:
|
||||
GetVersionInfo;
|
||||
component_getImplementationEnvironment;
|
||||
component_getFactory;
|
||||
component_writeInfo;
|
||||
|
||||
local:
|
||||
*;
|
||||
};
|
@ -72,7 +72,7 @@ SHL1STDLIBS= \
|
||||
$(I18NREGEXPLIB)
|
||||
|
||||
SHL1DEPN= makefile.mk
|
||||
SHL1VERSIONMAP= i18nsearch.map
|
||||
SHL1VERSIONMAP= $(SOLARENV)/src/component.map
|
||||
SHL1DEF= $(MISC)$/$(SHL1TARGET).def
|
||||
DEF1NAME= $(SHL1TARGET)
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
OOO_1.1 {
|
||||
UDK_3_0_0 {
|
||||
global:
|
||||
GetVersionInfo;
|
||||
getHangul2HanjaData;
|
||||
|
@ -1,10 +0,0 @@
|
||||
UDK_3_0_0 {
|
||||
global:
|
||||
GetVersionInfo;
|
||||
component_getImplementationEnvironment;
|
||||
component_getFactory;
|
||||
component_writeInfo;
|
||||
|
||||
local:
|
||||
*;
|
||||
};
|
@ -64,7 +64,7 @@ SHL1IMPLIB= i$(SHL1TARGET)
|
||||
|
||||
SHL1DEPN= makefile.mk \
|
||||
$(SLB)/i18nisolang$(ISOLANG_MAJOR)$(COMID).lib
|
||||
SHL1VERSIONMAP=$(PRJNAME).map
|
||||
SHL1VERSIONMAP=$(SOLARENV)/src/component.map
|
||||
SHL1DEF=$(MISC)$/$(SHL1TARGET).def
|
||||
DEF1NAME=$(SHL1TARGET)
|
||||
|
||||
|
@ -29,7 +29,7 @@
|
||||
#
|
||||
#*************************************************************************
|
||||
|
||||
UDK_3.1 {
|
||||
UDK_3_0_0 {
|
||||
global:
|
||||
cppunitTestPlugIn;
|
||||
|
||||
|
@ -1,10 +0,0 @@
|
||||
UDK_3_0_0 {
|
||||
global:
|
||||
GetVersionInfo;
|
||||
component_getImplementationEnvironment;
|
||||
component_getFactory;
|
||||
component_writeInfo;
|
||||
|
||||
local:
|
||||
*;
|
||||
};
|
@ -73,7 +73,7 @@ SHL1DEF= $(MISC)$/$(SHL1TARGET).def
|
||||
|
||||
DEF1NAME= $(SHL1TARGET)
|
||||
|
||||
SHL1VERSIONMAP= exports.map
|
||||
SHL1VERSIONMAP= $(SOLARENV)/src/component.map
|
||||
|
||||
# --- Targets ------------------------------------------------------
|
||||
|
||||
|
@ -1,8 +0,0 @@
|
||||
UDK_3_0_0 {
|
||||
global:
|
||||
component_getImplementationEnvironment;
|
||||
component_writeInfo;
|
||||
component_getFactory;
|
||||
local:
|
||||
*;
|
||||
};
|
@ -60,7 +60,7 @@ SHL1STDLIBS=\
|
||||
$(CPPULIB) \
|
||||
$(SALLIB)
|
||||
|
||||
SHL1VERSIONMAP=exports.map
|
||||
SHL1VERSIONMAP=$(SOLARENV)/src/component.map
|
||||
SHL1DEF= $(MISC)$/$(SHL1TARGET).def
|
||||
DEF1NAME= $(SHL1TARGET)
|
||||
|
||||
|
@ -1,8 +0,0 @@
|
||||
UDK_3_0_0 {
|
||||
global:
|
||||
component_getImplementationEnvironment;
|
||||
component_writeInfo;
|
||||
component_getFactory;
|
||||
local:
|
||||
*;
|
||||
};
|
@ -56,7 +56,7 @@ SHL1STDLIBS=\
|
||||
$(CPPULIB) \
|
||||
$(SALLIB)
|
||||
|
||||
SHL1VERSIONMAP=exports.map
|
||||
SHL1VERSIONMAP=$(SOLARENV)/src/component.map
|
||||
SHL1DEF= $(MISC)$/$(SHL1TARGET).def
|
||||
DEF1NAME= $(SHL1TARGET)
|
||||
|
||||
|
@ -1,8 +0,0 @@
|
||||
UDK_3_0_0 {
|
||||
global:
|
||||
component_getImplementationEnvironment;
|
||||
component_writeInfo;
|
||||
component_getFactory;
|
||||
local:
|
||||
*;
|
||||
};
|
@ -59,7 +59,7 @@ SHL1STDLIBS=\
|
||||
$(CPPULIB) \
|
||||
$(SALLIB)
|
||||
|
||||
SHL1VERSIONMAP=exports.map
|
||||
SHL1VERSIONMAP=$(SOLARENV)/src/component.map
|
||||
SHL1DEF= $(MISC)$/$(SHL1TARGET).def
|
||||
DEF1NAME= $(SHL1TARGET)
|
||||
|
||||
|
@ -1,8 +0,0 @@
|
||||
UDK_3_0_0 {
|
||||
global:
|
||||
component_getImplementationEnvironment;
|
||||
component_writeInfo;
|
||||
component_getFactory;
|
||||
local:
|
||||
*;
|
||||
};
|
@ -63,7 +63,7 @@ SHL1STDLIBS=\
|
||||
$(CPPULIB) \
|
||||
$(SALLIB)
|
||||
|
||||
SHL1VERSIONMAP=exports.map
|
||||
SHL1VERSIONMAP=$(SOLARENV)/src/component.map
|
||||
SHL1DEF= $(MISC)$/$(SHL1TARGET).def
|
||||
DEF1NAME= $(SHL1TARGET)
|
||||
|
||||
|
@ -60,7 +60,7 @@ SLOFILES= $(SLO)$/unodialogsample.obj \
|
||||
# --- library -----------------------------------
|
||||
|
||||
SHL1TARGET=$(TARGET)$(DLLPOSTFIX)
|
||||
SHL1VERSIONMAP=$(TARGET).map
|
||||
SHL1VERSIONMAP=$(SOLARENV)/src/component.map
|
||||
|
||||
SHL1STDLIBS= \
|
||||
$(CPPULIB) \
|
||||
|
@ -1,8 +0,0 @@
|
||||
UDLG_1_0 {
|
||||
global:
|
||||
component_getImplementationEnvironment;
|
||||
component_writeInfo;
|
||||
component_getFactory;
|
||||
local:
|
||||
*;
|
||||
};
|
@ -29,7 +29,7 @@
|
||||
#
|
||||
#*************************************************************************
|
||||
|
||||
UDK_3.1 {
|
||||
UDK_3_0_0 {
|
||||
global:
|
||||
registerAllTestFunction;
|
||||
|
||||
|
@ -1,8 +0,0 @@
|
||||
UDK_3_0_0 {
|
||||
global:
|
||||
component_getImplementationEnvironment;
|
||||
component_writeInfo;
|
||||
component_getFactory;
|
||||
local:
|
||||
*;
|
||||
};
|
@ -72,7 +72,7 @@ LIB1OBJFILES=$(SLOFILES)
|
||||
|
||||
SHL1TARGET=$(TARGET)
|
||||
SHL1IMPLIB=i$(TARGET)
|
||||
SHL1VERSIONMAP=exports.map
|
||||
SHL1VERSIONMAP=$(SOLARENV)/src/component.map
|
||||
|
||||
# @@@ Add additional libs here.
|
||||
SHL1STDLIBS=\
|
||||
|
Loading…
x
Reference in New Issue
Block a user