Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
core
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
LibreOffice
core
Commits
146ffeae
Kaydet (Commit)
146ffeae
authored
Haz 25, 2002
tarafından
Kai Sommerfeld
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Replaced filter file by exports file.
üst
73b0b6c1
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
66 additions
and
78 deletions
+66
-78
exports.map
ucb/source/cacher/exports.map
+8
-0
makefile.mk
ucb/source/cacher/makefile.mk
+8
-12
exports.map
ucb/source/core/exports.map
+8
-0
makefile.mk
ucb/source/core/makefile.mk
+10
-27
exports.map
ucb/source/sorter/exports.map
+8
-0
makefile.mk
ucb/source/sorter/makefile.mk
+8
-19
exports.map
ucb/source/ucp/file/exports.map
+8
-0
makefile.mk
ucb/source/ucp/file/makefile.mk
+8
-20
No files found.
ucb/source/cacher/exports.map
0 → 100644
Dosyayı görüntüle @
146ffeae
CAC_1_0 {
global:
component_getImplementationEnvironment;
component_writeInfo;
component_getFactory;
local:
*;
};
ucb/source/cacher/makefile.mk
Dosyayı görüntüle @
146ffeae
...
...
@@ -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
>
$@
ucb/source/core/exports.map
0 → 100644
Dosyayı görüntüle @
146ffeae
UCB_1_0 {
global:
component_getImplementationEnvironment;
component_writeInfo;
component_getFactory;
local:
*;
};
ucb/source/core/makefile.mk
Dosyayı görüntüle @
146ffeae
...
...
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
# $Revision: 1.1
3
$
# $Revision: 1.1
4
$
#
# last change: $Author: kso $ $Date: 200
1-06-27 07:52:50
$
# last change: $Author: kso $ $Date: 200
2-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
ucb/source/sorter/exports.map
0 → 100644
Dosyayı görüntüle @
146ffeae
SRT_1_0 {
global:
component_getImplementationEnvironment;
component_writeInfo;
component_getFactory;
local:
*;
};
ucb/source/sorter/makefile.mk
Dosyayı görüntüle @
146ffeae
...
...
@@ -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
ucb/source/ucp/file/exports.map
0 → 100644
Dosyayı görüntüle @
146ffeae
FIL_1_0 {
global:
component_getImplementationEnvironment;
component_writeInfo;
component_getFactory;
local:
*;
};
ucb/source/ucp/file/makefile.mk
Dosyayı görüntüle @
146ffeae
...
...
@@ -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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment