INTEGRATION: CWS ooo20040704 (1.5.16); FILE MERGED

2004/06/28 12:53:48 cmc 1.5.16.1: #i30801# allow using system libs if possible
This commit is contained in:
Rüdiger Timm
2004-09-08 15:55:34 +00:00
parent 485cc83034
commit c4ee63a994

View File

@@ -2,6 +2,12 @@ PRJNAME=pyuno
PRJ=..
.INCLUDE : settings.mk
.IF "$(SYSTEM_PYTHON)" == "YES"
systempython:
@echo "Not building python-core because system python is being used"
.ELSE
.INCLUDE : pyversion.mk
PYDIRNAME=python-core-$(PYVERSION)
@@ -51,3 +57,5 @@ $(DESTROOT)$/bin$/python$(EXECPOST) : $(SOLARBINDIR)$/python$(EXECPOST)
.ENDIF
chmod +x $@
.ENDIF
.ENDIF