[pywin32-checkins] pywin32/AutoDuck pywin32-document.xml,1.3,1.4 pywin32.mak,1.7,1.8
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
From: Mark H. <mha...@us...> - 2004-10-06 06:10:43
|
Update of /cvsroot/pywin32/pywin32/AutoDuck In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26965 Modified Files: pywin32-document.xml pywin32.mak Log Message: Update autoduck for pyisapi->isapi Index: pywin32-document.xml =================================================================== RCS file: /cvsroot/pywin32/pywin32/AutoDuck/pywin32-document.xml,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** pywin32-document.xml 11 Sep 2004 07:38:25 -0000 1.3 --- pywin32-document.xml 6 Oct 2004 06:09:12 -0000 1.4 *************** *** 30,34 **** <category id="isapi" label="ISAPI filters and extensions"> <overviews> ! <item name="Introduction to Python ISAPI support" href="pyisapi/doc/isapi.html"/> </overviews> </category> --- 30,34 ---- <category id="isapi" label="ISAPI filters and extensions"> <overviews> ! <item name="Introduction to Python ISAPI support" href="isapi/doc/isapi.html"/> </overviews> </category> Index: pywin32.mak =================================================================== RCS file: /cvsroot/pywin32/pywin32/AutoDuck/pywin32.mak,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** pywin32.mak 11 Sep 2004 07:43:01 -0000 1.7 --- pywin32.mak 6 Oct 2004 06:09:12 -0000 1.8 *************** *** 18,22 **** PYTHONWIN_DIR = ../pythonwin ! ISAPI_DIR = ../pyisapi ISAPI_SOURCE_DIR = $(ISAPI_DIR)/src --- 18,22 ---- PYTHONWIN_DIR = ../pythonwin ! ISAPI_DIR = ../isapi ISAPI_SOURCE_DIR = $(ISAPI_DIR)/src |