Update of /cvsroot/pywin32/pywin32
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15386
Modified Files:
setup.py
Log Message:
Add win32console module, wrapping Windows console API functions
Index: setup.py
===================================================================
RCS file: /cvsroot/pywin32/pywin32/setup.py,v
retrieving revision 1.16
retrieving revision 1.17
diff -C2 -d -r1.16 -r1.17
*** setup.py 22 Aug 2005 03:14:37 -0000 1.16
--- setup.py 11 Sep 2005 15:17:23 -0000 1.17
***************
*** 921,924 ****
--- 921,925 ----
("win32wnet", "netapi32 mpr", False),
("win32inet", "wininet", False),
+ ("win32console", "kernel32", True, 0x0501, "win32/src/win32consolemodule.cpp"),
):
***************
*** 1028,1032 ****
WinExt_win32com('axdebug',
dsp_file=r"com\Active Debugging.dsp",
! libraries="axscript",
pch_header = "stdafx.h",
optional_headers = ["activdbg.h"],
--- 1029,1033 ----
WinExt_win32com('axdebug',
dsp_file=r"com\Active Debugging.dsp",
! libraries="axscript ad1",
pch_header = "stdafx.h",
optional_headers = ["activdbg.h"],
|