[Python-checkins] python/dist/src/PCbuild python20.wse, 1.133.4.3,
1.133.4.4
theller at users.sourceforge.net
theller at users.sourceforge.net
Thu Oct 16 15:02:49 EDT 2003
Update of /cvsroot/python/python/dist/src/PCbuild
In directory sc8-pr-cvs1:/tmp/cvs-serv14051
Modified Files:
Tag: release23-maint
python20.wse
Log Message:
Never redistribute MS dlls from the system directory.
So I removed all those \windows\system options.
Index: python20.wse
===================================================================
RCS file: /cvsroot/python/python/dist/src/PCbuild/python20.wse,v
retrieving revision 1.133.4.3
retrieving revision 1.133.4.4
diff -C2 -d -r1.133.4.3 -r1.133.4.4
*** python20.wse 1 Oct 2003 18:24:06 -0000 1.133.4.3
--- python20.wse 16 Oct 2003 19:02:46 -0000 1.133.4.4
***************
*** 44,53 ****
Variable Flags3=00001001
Variable Name4=_SYS_
! Variable Description4=System directory (where to find MSVCRT.DLL)
! Variable Default4=C:\Windows\System32
! Variable Values4=C:\Windows\System
! Variable Values4=C:\WINNT\System32
Variable Values4=C:\Code\MSDLLs
! Variable Values4=C:\Windows\System32
Variable Flags4=00000010
Variable Name5=_PYMAJOR_
--- 44,53 ----
Variable Flags3=00001001
Variable Name4=_SYS_
! Variable Description4=VC redistributables directory (where to find MSVCRT.DLL).
! Variable Description4=
! Variable Description4=NEVER USE A SYSTEM DIRECTORY!
! Variable Default4=C:\VCREDIST\VC6SP5
Variable Values4=C:\Code\MSDLLs
! Variable Values4=C:\VCREDIST\VC6SP5
Variable Flags4=00000010
Variable Name5=_PYMAJOR_
More information about the Python-checkins
mailing list