diff options
author | Tim Peters <tim.peters@gmail.com> | 2003-07-18 21:11:36 (GMT) |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2003-07-18 21:11:36 (GMT) |
commit | 0dc4b1064bcdf628b19dfb2fe4c3da3a6805d37a (patch) | |
tree | 53ec0c4c169737509da12df5dc5f276997e56a36 /PCbuild | |
parent | b434d49876a7610a6ca7ce3f58c76525c436159d (diff) | |
download | cpython-0dc4b1064bcdf628b19dfb2fe4c3da3a6805d37a.zip cpython-0dc4b1064bcdf628b19dfb2fe4c3da3a6805d37a.tar.gz cpython-0dc4b1064bcdf628b19dfb2fe4c3da3a6805d37a.tar.bz2 |
For my convenience in building installers, added a makes-sense-on-my-box
choice to the list of places MS redistributables might be found.
Diffstat (limited to 'PCbuild')
-rw-r--r-- | PCbuild/python20.wse | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/PCbuild/python20.wse b/PCbuild/python20.wse index 9cbbaaf..adabb8e 100644 --- a/PCbuild/python20.wse +++ b/PCbuild/python20.wse @@ -25,7 +25,7 @@ item: Global Version Copyright=©2001-2003 Python Software Foundation Version Company=PythonLabs at Zope Corporation Crystal Format=10111100101100000010001001001001 - Step View=&All + Step View=&Properties Variable Name1=_WISE_ Variable Description1=WISE root directory Variable Default1=C:\PROGRAM FILES\WISE INSTALLMASTER 8.1 @@ -45,6 +45,7 @@ item: Global Variable Default4=C:\Windows\System Variable Values4=C:\Windows\System Variable Values4=C:\WINNT\System32 + Variable Values4=C:\Code\MSDLLs Variable Flags4=00000010 Variable Name5=_PYMAJOR_ Variable Description5=Python major version number; the 2 in 2.3. |