summaryrefslogtreecommitdiff
path: root/scripting
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2005-02-11 15:35:48 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2005-02-11 15:35:48 +0000
commit4ca6336f1a7eb99c0c57ec18eb18d486844f163d (patch)
tree2191ef0eb4f6fd5cdd94d6df26870736be8ad79e /scripting
parentf47c0b12e1e1cb4caa6222e99896940350279d6e (diff)
INTEGRATION: CWS pyunofixes1 (1.4.24); FILE MERGED
2004/12/12 19:39:35 jbu 1.4.24.1: #i25309# removed native part of python provider, python part has been reimplemented completely
Diffstat (limited to 'scripting')
-rw-r--r--scripting/source/pyprov/makefile.mk36
1 files changed, 2 insertions, 34 deletions
diff --git a/scripting/source/pyprov/makefile.mk b/scripting/source/pyprov/makefile.mk
index 98a72d36ec08..a7687c659b73 100644
--- a/scripting/source/pyprov/makefile.mk
+++ b/scripting/source/pyprov/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.4 $
+# $Revision: 1.5 $
#
-# last change: $Author: hr $ $Date: 2004-07-23 14:11:32 $
+# last change: $Author: hr $ $Date: 2005-02-11 16:35:48 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -64,47 +64,15 @@ PRJ=..$/..
PRJNAME=scripting
TARGET=pyprov
-NO_BSYMBOLIC= TRUE
-ENABLE_EXCEPTIONS=TRUE
-COMP1TYPELIST=$(TARGET)
-COMPRDB=$(SOLARBINDIR)$/types.rdb
# --- Settings -----------------------------------------------------
.INCLUDE : svpre.mk
.INCLUDE : settings.mk
.INCLUDE : sv.mk
-DLLPRE =
# ------------------------------------------------------------------
-.INCLUDE : ..$/cppumaker.mk
-
-SLOFILES= \
- $(SLO)$/PScriptMetadataImporter.obj \
- $(SLO)$/scriptbnode.obj \
- $(SLO)$/parcelbnode.obj \
- $(SLO)$/topbnode.obj \
- $(SLO)$/pyprov.obj
-
-SHL1TARGET= $(TARGET)$(UPD)$(DLLPOSTFIX).uno
-SHL1IMPLIB= i$(TARGET)
-
-SHL1VERSIONMAP=$(TARGET).map
-SHL1DEF=$(MISC)$/$(SHL1TARGET).def
-DEF1NAME=$(SHL1TARGET)
-
-SHL1STDLIBS= \
- $(SFX2LIB) \
- $(TOOLSLIB) \
- $(COMPHELPERLIB) \
- $(CPPUHELPERLIB) \
- $(CPPULIB) \
- $(UCBHELPERLIB) \
- $(SALLIB)
-
-SHL1DEPN=
-SHL1LIBS=$(SLB)$/$(TARGET).lib
# --- Targets ------------------------------------------------------
ALL : ALLTAR \