[pywin32-checkins] pywin32/Wise win32all.wse,1.32,1.33
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
From: <mha...@us...> - 2003-09-01 12:49:32
|
Update of /cvsroot/pywin32/pywin32/Wise In directory sc8-pr-cvs1:/tmp/cvs-serv6732 Modified Files: win32all.wse Log Message: Install pywintypes/pythoncom.lib - but they didn't make the win32all I just put out :( Index: win32all.wse =================================================================== RCS file: /cvsroot/pywin32/pywin32/Wise/win32all.wse,v retrieving revision 1.32 retrieving revision 1.33 diff -C2 -d -r1.32 -r1.33 *** win32all.wse 1 Sep 2003 08:20:16 -0000 1.32 --- win32all.wse 1 Sep 2003 12:49:26 -0000 1.33 *************** *** 18,22 **** Patch Threshold=85 Patch Memory=4000 ! EXE Filename=win32all-20030731.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-20030901.exe Code Sign Name=Python Win32 combined extensions Code Sign Info=skippinet.com.au *************** *** 1943,1948 **** end item: Install File ! Source=e:\src\pythonex\com\Build\System\PythonCOM%PYVER_NODOT%.dll ! Destination=%SYSDLL_PATH%\PythonCOM%PYVER_NODOT%.dll Description=Core COM Extension DLL Flags=0000000000000010 --- 1943,1954 ---- end item: Install File ! Source=e:\src\pythonex\win32\Build\System\PyWinTypes%PYVER_NODOT%.lib ! Destination=%PY_INST_PATH%\libs\PyWinTypes%PYVER_NODOT%.lib ! Description=Core COM Extension DLL ! Flags=0000000000000010 ! end ! item: Install File ! Source=e:\src\pythonex\com\Build\System\PythonCOM%PYVER_NODOT%.lib ! Destination=%PY_INST_PATH%\libs\PythonCOM%PYVER_NODOT%.lib Description=Core COM Extension DLL Flags=0000000000000010 |