[pywin32-checkins] pywin32/Wise desc.txt,1.7,1.8 win32all.wse,1.35,1.36
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
From: <mha...@us...> - 2003-10-26 04:06:17
|
Update of /cvsroot/pywin32/pywin32/Wise In directory sc8-pr-cvs1:/tmp/cvs-serv19506 Modified Files: desc.txt win32all.wse Log Message: Few changes for next win32all Index: desc.txt =================================================================== RCS file: /cvsroot/pywin32/pywin32/Wise/desc.txt,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** desc.txt 1 Sep 2003 08:22:02 -0000 1.7 --- desc.txt 26 Oct 2003 04:02:15 -0000 1.8 *************** *** 20,23 **** --- 20,24 ---- odbc.pyd Python ODBC Extensions. pythonservice.exe Python Service Dispatcher Exe + servicemanager.pyd Python Win32 Service hosting support timer.pyd Python Win32 Timers support win32api.pyd Python Win32 API extensions Index: win32all.wse =================================================================== RCS file: /cvsroot/pywin32/pywin32/Wise/win32all.wse,v retrieving revision 1.35 retrieving revision 1.36 diff -C2 -d -r1.35 -r1.36 *** win32all.wse 8 Oct 2003 05:41:19 -0000 1.35 --- win32all.wse 26 Oct 2003 04:02:15 -0000 1.36 *************** *** 18,22 **** Patch Threshold=85 Patch Memory=4000 ! EXE Filename=win32all-159.exe Code Sign Name=Python Win32 combined extensions Code Sign Info=skippinet.com.au --- 18,22 ---- Patch Threshold=85 Patch Memory=4000 ! EXE Filename=win32all-161.exe Code Sign Name=Python Win32 combined extensions Code Sign Info=skippinet.com.au *************** *** 1098,1101 **** --- 1098,1107 ---- end item: Install File + Source=e:\src\pythonex\win32\Build\servicemanager.pyd + Destination=%INSTDIR%\servicemanager.pyd + Description=win32 extension files + Flags=0000000000000011 + end + item: Install File Source=e:\src\pythonex\win32\Build\timer.pyd Destination=%INSTDIR%\timer.pyd *************** *** 1467,1470 **** --- 1473,1482 ---- end item: Remark + Text=If this exists, it becomes the gen_py dir - so create it + end + item: Create Directory + Pathname=%INSTDIR%\gen_py + end + item: Remark Text=AXScript and AXDebug files end *************** *** 1599,1602 **** --- 1611,1620 ---- end item: Install File + Source=e:\src\pythonex\com\win32comext\shell\demos\*.py + Destination=%EXTDIR%\shell\demos + Description=ActiveX Shell Extension files + Flags=0000000100000010 + end + item: Install File Source=e:\src\pythonex\com\Build\shell.pyd Destination=%EXTDIR%\shell\shell.pyd *************** *** 1662,1666 **** end item: Remark ! Text=Add the registry key that support auto-register end item: Edit Registry --- 1680,1684 ---- end item: Remark ! Text=Add the registry key that support auto-register (not that this has been used by anyone, nor has MS ever published it) end item: Edit Registry |