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
|