[pywin32-checkins] pywin32 setup.py,1.97,1.98
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
|
From: Roger U. <ru...@us...> - 2009-02-02 19:39:19
|
Update of /cvsroot/pywin32/pywin32 In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv28562 Modified Files: setup.py Log Message: Add urlmon to libraries for pythoncom Index: setup.py =================================================================== RCS file: /cvsroot/pywin32/pywin32/setup.py,v retrieving revision 1.97 retrieving revision 1.98 diff -C2 -d -r1.97 -r1.98 *** setup.py 2 Feb 2009 06:51:54 -0000 1.97 --- setup.py 2 Feb 2009 19:39:10 -0000 1.98 *************** *** 1588,1592 **** pythoncom = WinExt_system32('pythoncom', dsp_file=r"com\win32com.dsp", ! libraries = "oleaut32 ole32 user32", export_symbol_file = 'com/win32com/src/PythonCOM.def', extra_compile_args = ['-DBUILD_PYTHONCOM'], --- 1588,1592 ---- pythoncom = WinExt_system32('pythoncom', dsp_file=r"com\win32com.dsp", ! libraries = "oleaut32 ole32 user32 urlmon", export_symbol_file = 'com/win32com/src/PythonCOM.def', extra_compile_args = ['-DBUILD_PYTHONCOM'], |