diff options
author | Rüdiger Timm <rt@openoffice.org> | 2004-02-10 15:15:18 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2004-02-10 15:15:18 +0000 |
commit | bce88bab78b24bc9a9c123c30c5d8ed658953d0f (patch) | |
tree | 874f29662c87a6d0235d6ca3a33dd0227818b59d /scripting/source/pyprov | |
parent | 105c1cb529b08b4b053c6327b0d0fbb30c84f2a2 (diff) |
INTEGRATION: CWS scriptingf3 (1.2.2); FILE MERGED
2004/01/16 14:53:19 dfoster 1.2.2.1: #i24382#
Add Python Scripting Runtime to installset. Need to deliver Python provider
and related python component from scripting project.
Diffstat (limited to 'scripting/source/pyprov')
-rw-r--r-- | scripting/source/pyprov/makefile.mk | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/scripting/source/pyprov/makefile.mk b/scripting/source/pyprov/makefile.mk index 7cfac43dc3e7..13fa91487431 100644 --- a/scripting/source/pyprov/makefile.mk +++ b/scripting/source/pyprov/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.2 $ +# $Revision: 1.3 $ # -# last change: $Author: rt $ $Date: 2004-01-05 14:31:06 $ +# last change: $Author: rt $ $Date: 2004-02-10 16:15:18 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -106,5 +106,10 @@ SHL1DEPN= SHL1LIBS=$(SLB)$/$(TARGET).lib # --- Targets ------------------------------------------------------ +ALL : ALLTAR \ + $(DLLDEST)$/pythonscript.py + +$(DLLDEST)$/%.py: %.py + +cp $? $@ .INCLUDE : target.mk |