summaryrefslogtreecommitdiff
path: root/stoc/source/implementationregistration
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2007-09-27 11:58:33 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2007-09-27 11:58:33 +0000
commit3141f15c2e7fb575059a1851ac2a9a20bd89ad9a (patch)
tree9ecf9d543adeae6ceb7f588134afddcb9367ac53 /stoc/source/implementationregistration
parent1371ef39484daa2c81661a4c1b8aba90ebcf4e35 (diff)
INTEGRATION: CWS sb76 (1.12.56); FILE MERGED
2007/08/31 11:01:53 sb 1.12.56.1: #i77885# Consolidate stoc libraries; patch by jnavrati.
Diffstat (limited to 'stoc/source/implementationregistration')
-rw-r--r--stoc/source/implementationregistration/makefile.mk28
1 files changed, 5 insertions, 23 deletions
diff --git a/stoc/source/implementationregistration/makefile.mk b/stoc/source/implementationregistration/makefile.mk
index f80a3fa2edd8..142f89e11efd 100644
--- a/stoc/source/implementationregistration/makefile.mk
+++ b/stoc/source/implementationregistration/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:46:56 $
+# last change: $Author: hr $ $Date: 2007-09-27 12:58:33 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -34,40 +34,22 @@
#*************************************************************************
PRJ=..$/..
-PRJNAME= stoc
-TARGET = implreg.uno
+PRJNAME= stoc
+TARGET = implreg
ENABLE_EXCEPTIONS=TRUE
BOOTSTRAP_SERVICE=TRUE
-COMP1TYPELIST = impreg
+UNOUCROUT= $(OUT)$/inc$/bootstrap
# --- Settings -----------------------------------------------------
.INCLUDE : settings.mk
-DLLPRE =
# ------------------------------------------------------------------
-.INCLUDE : ..$/cppumaker.mk
-
SLOFILES= \
$(SLO)$/mergekeys.obj \
$(SLO)$/implreg.obj
-SHL1TARGET= $(TARGET)
-SHL1VERSIONMAP = impreg.map
-
-SHL1STDLIBS= \
- $(CPPULIB) \
- $(CPPUHELPERLIB) \
- $(SALLIB)
-
-SHL1DEPN=
-SHL1IMPLIB= i$(TARGET)
-SHL1LIBS= $(SLB)$/$(TARGET).lib
-SHL1DEF= $(MISC)$/$(SHL1TARGET).def
-
-DEF1NAME= $(SHL1TARGET)
-
# --- Targets ------------------------------------------------------
.INCLUDE : target.mk