[pywin32-checkins] pywin32 setup.py,1.111,1.112
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
From: Mark H. <mha...@us...> - 2010-08-30 02:40:23
|
Update of /cvsroot/pywin32/pywin32 In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv1765 Modified Files: setup.py Log Message: enable DDE module for 64bit builds Index: setup.py =================================================================== RCS file: /cvsroot/pywin32/pywin32/setup.py,v retrieving revision 1.111 retrieving revision 1.112 diff -C2 -d -r1.111 -r1.112 *** setup.py 27 Aug 2010 06:53:44 -0000 1.111 --- setup.py 30 Aug 2010 02:40:15 -0000 1.112 *************** *** 1838,1842 **** WinExt_pythonwin("dde", pch_header="stdafxdde.h", depends=["win32/src/stddde.h", "pythonwin/ddemodule.h"], - platforms=['win32'], optional_headers=['afxres.h']), ] --- 1838,1841 ---- |