summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNorbert Thiebaud <nthiebaud@gmail.com>2010-10-21 16:27:55 -0500
committerNorbert Thiebaud <nthiebaud@gmail.com>2010-10-25 19:55:27 -0500
commit534b6430e85fef1ba17286099f04cea7b8b3ce3c (patch)
tree5e969f77c42390478f3909a3e6458f596ae8799f
parent4bc5acd6d99fe1bc1ca3cbeebca153f4f179163e (diff)
Finally, gut the vos module out of the build
-rw-r--r--scp2/source/ooo/file_library_ooo.scp11
-rw-r--r--scp2/source/ooo/module_hidden_ooo.scp1
-rw-r--r--soldep/bootstrp/makefile.mk3
-rw-r--r--soldep/source/makefile.mk2
-rw-r--r--solenv/inc/libs.mk4
-rw-r--r--splitbuild/common.lst2
6 files changed, 3 insertions, 20 deletions
diff --git a/scp2/source/ooo/file_library_ooo.scp b/scp2/source/ooo/file_library_ooo.scp
index 81fc1770c907..d005e69cb2ea 100644
--- a/scp2/source/ooo/file_library_ooo.scp
+++ b/scp2/source/ooo/file_library_ooo.scp
@@ -1567,17 +1567,6 @@ File gid_File_Lib_Vcl
RegistryID = gid_Starregistry_Services_Rdb;
End
-File gid_File_Lib_Vos
- TXT_FILE_BODY;
- #ifdef UNX
- Name = STRING(CONCAT3(libvos3,COMID,UNXSUFFIX));
- #else
- Name = STRING(CONCAT3(vos3,COMID,.dll));
- #endif
- Dir = SCP2_OOO_BIN_DIR;
- Styles = (PACKED);
-End
-
// STD_UNO_LIB_FILE( gid_File_Lib_Wrp, wrp)
STD_UNO_LIB_FILE( gid_File_Lib_Xcr, xcr)
diff --git a/scp2/source/ooo/module_hidden_ooo.scp b/scp2/source/ooo/module_hidden_ooo.scp
index a2ca40c2779a..69b3e7c034c9 100644
--- a/scp2/source/ooo/module_hidden_ooo.scp
+++ b/scp2/source/ooo/module_hidden_ooo.scp
@@ -330,7 +330,6 @@ Module gid_Module_Root_Files_5
gid_File_Lib_Tab,
gid_File_Lib_Tab2,
gid_File_Lib_Unoxml,
- gid_File_Lib_Vos,
gid_File_Lib_Localebe,
gid_File_Lib_Migrationoo2,
gid_File_Lib_Syssh,
diff --git a/soldep/bootstrp/makefile.mk b/soldep/bootstrp/makefile.mk
index 56d3fa1f07f4..60b22427d412 100644
--- a/soldep/bootstrp/makefile.mk
+++ b/soldep/bootstrp/makefile.mk
@@ -63,8 +63,7 @@ SHL1DEPN =$(SHL1LIBS)
SHL1STDLIBS=\
$(TOOLSLIB) \
$(BTSTRPLIB) \
- $(VOSLIB) \
- $(SALLIB)
+ $(SALLIB)
DEF1NAME =$(SHL1TARGET)
DEF1DEPN =$(MISC)$/$(SHL1TARGET).flt
diff --git a/soldep/source/makefile.mk b/soldep/source/makefile.mk
index 5261ee5175f6..0e91135aa6fa 100644
--- a/soldep/source/makefile.mk
+++ b/soldep/source/makefile.mk
@@ -70,7 +70,6 @@ SHL1STDLIBS = $(SVTOOLLIB) \
$(SOTLIB) \
$(BTSTRPLIB) \
$(TOOLSLIB) \
- $(VOSLIB) \
$(SALLIB) \
$(CPPULIB) \
$(PERL_LIB)
@@ -111,7 +110,6 @@ APP1STDLIBS= \
$(SOTLIB) \
$(BTSTRPLIB) \
$(TOOLSLIB) \
- $(VOSLIB) \
$(SALLIB) \
$(CPPULIB) \
$(PERL_LIB)
diff --git a/solenv/inc/libs.mk b/solenv/inc/libs.mk
index 8f6ee2207824..06c720c985b6 100644
--- a/solenv/inc/libs.mk
+++ b/solenv/inc/libs.mk
@@ -95,7 +95,6 @@ REGLIB=-lreg$(UDK_MAJOR)
REGLIB=-lreg
.ENDIF # "$(GUI)$(COM)"=="WNTGCC"
.INCLUDE .IGNORE : vos/version.mk
-VOSLIB=-lvos$(VOS_MAJOR)$(COMID)
XMLOFFLIB=-lxo$(DLLPOSTFIX)
XMLOFFLLIB=-lxol
.IF "$(GUI)$(COM)"=="WNTGCC"
@@ -324,7 +323,7 @@ BFSVTOOLLIB=-lbf_svt$(DLLPOSTFIX)
# Libraries
USED_OSL_LIBS =
USED_VOS_LIBS = $(OSLLIB)
-USED_UNO_LIBS = $(VOSLIB) $(OSLLIB)
+USED_UNO_LIBS = $(OSLLIB)
USED_TOOLS_LIBS =
USED_SOT_LIBS = $(TOOLSLIB)
USED_VCL_LIBS = $(SOTLIB) $(TOOLSLIB) $(USED_UNO_LIBS)
@@ -394,7 +393,6 @@ TOOLSLIB=itools.lib
TOOLSLIBST=atools.lib
BPICONVLIB=bpiconv.lib
SALLIB=isal.lib
-VOSLIB=ivos.lib
UNOTOOLSLIB=iutl.lib
RMCXTLIB=irmcxt.lib
XMLOFFLIB=ixo.lib
diff --git a/splitbuild/common.lst b/splitbuild/common.lst
index a82dc37f0270..2b92492afa3d 100644
--- a/splitbuild/common.lst
+++ b/splitbuild/common.lst
@@ -1 +1 @@
-basebmp basegfx bean comphelper configmgr connectivity embeddedobj embedserv eventattacher fileaccess i18npool i18nutil linguistic lingucomponent o3tl officecfg oovbaapi package pyuno regexp rsc sax shell sot svl tools transex3 ucb ucbhelper unotools unoxml vos xmlhelp xmloff xmlscript wizards
+basebmp basegfx bean comphelper configmgr connectivity embeddedobj embedserv eventattacher fileaccess i18npool i18nutil linguistic lingucomponent o3tl officecfg oovbaapi package pyuno regexp rsc sax shell sot svl tools transex3 ucb ucbhelper unotools unoxml xmlhelp xmloff xmlscript wizards