summaryrefslogtreecommitdiff
path: root/stoc
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2007-09-27 12:04:23 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2007-09-27 12:04:23 +0000
commitd61e154953f583b0d89e4cf602a618a61016df30 (patch)
treed251db08316568f8b480816f6aaf15a68057224b /stoc
parent9b7d7a025f4cd65152048b66b7f28564a5074f26 (diff)
INTEGRATION: CWS sb76 (1.12.56); FILE MERGED
2007/08/31 11:01:55 sb 1.12.56.1: #i77885# Consolidate stoc libraries; patch by jnavrati.
Diffstat (limited to 'stoc')
-rw-r--r--stoc/source/tdmanager/makefile.mk28
1 files changed, 5 insertions, 23 deletions
diff --git a/stoc/source/tdmanager/makefile.mk b/stoc/source/tdmanager/makefile.mk
index 2f7752ffc859..e9ce25c50c0f 100644
--- a/stoc/source/tdmanager/makefile.mk
+++ b/stoc/source/tdmanager/makefile.mk
@@ -4,9 +4,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.12 $
+# $Revision: 1.13 $
#
-# last change: $Author: vg $ $Date: 2006-05-24 13:52:43 $
+# last change: $Author: hr $ $Date: 2007-09-27 13:04:23 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -34,41 +34,23 @@
#*************************************************************************
PRJ=..$/..
-PRJNAME= stoc
-TARGET = typemgr.uno
+PRJNAME= stoc
+TARGET = typemgr
ENABLE_EXCEPTIONS=TRUE
BOOTSTRAP_SERVICE=TRUE
-COMP1TYPELIST = tdmgr
+UNOUCROUT= $(OUT)$/inc$/bootstrap
# --- Settings -----------------------------------------------------
.INCLUDE : settings.mk
-DLLPRE =
# ------------------------------------------------------------------
-.INCLUDE : ..$/cppumaker.mk
-
SLOFILES= \
$(SLO)$/tdmgr.obj \
$(SLO)$/tdmgr_check.obj \
$(SLO)$/tdmgr_tdenumeration.obj
-SHL1TARGET= $(TARGET)
-
-SHL1STDLIBS= \
- $(CPPULIB) \
- $(CPPUHELPERLIB) \
- $(SALLIB)
-SHL1VERSIONMAP = tdmgr.map
-
-SHL1DEPN=
-SHL1IMPLIB= i$(TARGET)
-SHL1LIBS= $(SLB)$/$(TARGET).lib
-SHL1DEF= $(MISC)$/$(SHL1TARGET).def
-
-DEF1NAME= $(SHL1TARGET)
-
# --- Targets ------------------------------------------------------
.INCLUDE : target.mk