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:
@@ -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
|
||||
|
Reference in New Issue
Block a user