[Zope-Checkins] CVS: Products/DCOracle2 - Makefile:1.12 install.py:1.4
Matthew T. Kromer
matt@zope.com
Wed, 17 Apr 2002 15:07:30 -0400
Update of /cvs-repository/Products/DCOracle2
In directory cvs.zope.org:/tmp/cvs-serv1041
Modified Files:
Makefile install.py
Log Message:
Updated install.py and Visual C++ workspace to build all configs (thanks to
=== Products/DCOracle2/Makefile 1.11 => 1.12 ===
#PYTHON=/usr/local/python2.0/bin/python
#PYTHON=python
-PYTHON=python2.1
+PYTHON=python
all: install
=== Products/DCOracle2/install.py 1.3 => 1.4 ===
version = string.split(sys.version)[0]
if version[0:3] == "2.1": version = "2.1"
+if version[0:3] == "2.2": version = "2.2"
ORACLE_HOME = None
if platform[:5] == "LINUX":