[pywin32-checkins] pywin32 setup.py,1.91,1.92
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
|
From: Mark H. <mha...@us...> - 2009-01-14 04:27:49
|
Update of /cvsroot/pywin32/pywin32 In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv8306 Modified Files: setup.py Log Message: don't attempt to build axdebug on 64bit platforms Index: setup.py =================================================================== RCS file: /cvsroot/pywin32/pywin32/setup.py,v retrieving revision 1.91 retrieving revision 1.92 diff -C2 -d -r1.91 -r1.92 *** setup.py 12 Jan 2009 08:51:03 -0000 1.91 --- setup.py 14 Jan 2009 04:27:41 -0000 1.92 *************** *** 1529,1532 **** --- 1529,1533 ---- pch_header="stdafx.h", optional_headers=["activdbg.h"], + platforms=['win32'], sources=(""" %(axdebug)s/AXDebug.cpp |