From e749f6cd8b3a9918f3479c47ddfec55ffd8ed41c Mon Sep 17 00:00:00 2001 From: Thomas Heller Date: Thu, 16 Oct 2003 19:02:46 +0000 Subject: Never redistribute MS dlls from the system directory. So I removed all those \windows\system options. --- PCbuild/python20.wse | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/PCbuild/python20.wse b/PCbuild/python20.wse index 1540cfa..aa068cc 100644 --- a/PCbuild/python20.wse +++ b/PCbuild/python20.wse @@ -43,12 +43,12 @@ item: Global Variable Default3=..\chm 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 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:\Windows\System32 + Variable Values4=C:\VCREDIST\VC6SP5 Variable Flags4=00000010 Variable Name5=_PYMAJOR_ Variable Description5=Python major version number; the 2 in 2.3. -- cgit v0.12