[pywin32-checkins] pywin32 setup.py,1.35,1.36
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
From: Mark H. <mha...@us...> - 2006-02-20 01:33:21
|
Update of /cvsroot/pywin32/pywin32 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32395 Modified Files: setup.py Log Message: add job related functions - in a new module to avoid loadlib etc for each function as it is win2k only (where win32process still works on 9x) Index: setup.py =================================================================== RCS file: /cvsroot/pywin32/pywin32/setup.py,v retrieving revision 1.35 retrieving revision 1.36 diff -C2 -d -r1.35 -r1.36 *** setup.py 19 Feb 2006 12:56:45 -0000 1.35 --- setup.py 20 Feb 2006 01:33:15 -0000 1.36 *************** *** 1004,1007 **** --- 1004,1008 ---- ("win32evtlog", "advapi32 oleaut32", False), # win32gui handled below + ("win32job", "user32", False, 0x0500, 'win32/src/win32job.i win32/src/win32jobmodule.cpp'), ("win32lz", "lz32", False), ("win32net", "netapi32", True, None, """ |