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, """
|