diff options
author | Tim Peters <tim.peters@gmail.com> | 2001-07-29 19:57:07 (GMT) |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2001-07-29 19:57:07 (GMT) |
commit | d8c7da4bf0a519c8b984bbbdb6e0e548ae86cff4 (patch) | |
tree | b8867036643ea60852197a336b16f9aab377e11f /PCbuild | |
parent | 4670b3a2eee8d4534a565ff2ac2564281bcdc339 (diff) | |
download | cpython-d8c7da4bf0a519c8b984bbbdb6e0e548ae86cff4.zip cpython-d8c7da4bf0a519c8b984bbbdb6e0e548ae86cff4.tar.gz cpython-d8c7da4bf0a519c8b984bbbdb6e0e548ae86cff4.tar.bz2 |
Don't prompt for the doc (HTML) directory anymore (just assume ..\html).
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 8b237de..1480aa6 100644 --- a/PCbuild/python20.wse +++ b/PCbuild/python20.wse @@ -36,7 +36,7 @@ item: Global Variable Name3=_DOC_ Variable Description3=The unpacked HTML doc directory. Variable Default3=..\html - Variable Flags3=00000001 + Variable Flags3=00001001 Variable Name4=_SYS_ Variable Description4=System directory (where to find MSVCRT.DLL) Variable Default4=C:\Windows\System @@ -94,6 +94,7 @@ end item: Set Variable Variable=GROUP Value=Python %PY_VERSION% + Flags=10000000 end item: Remark Text=MAINDIR is the app directory; user can override. |