From: Tim Peters Date: Wed, 10 Jul 2002 17:05:14 +0000 (+0000) Subject: Removed no-longer-relevant explanation of "alpha" builds. X-Git-Tag: v2.3c1~5059 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3e2d18be3f4f309a075ee4de29ad0d340ecebfe0;p=python Removed no-longer-relevant explanation of "alpha" builds. --- diff --git a/PCbuild/readme.txt b/PCbuild/readme.txt index 082f31ab05..0109317cd9 100644 --- a/PCbuild/readme.txt +++ b/PCbuild/readme.txt @@ -102,14 +102,6 @@ bsddb step in an enviroment that already has the correct envars set up). -NOTE ON CONFIGURATIONS ----------------------- -Under Build -> Configuration ..., you'll find several Alpha configurations, -such as "Win32 Alpha Release". These do not refer to alpha versions (as in -alpha, beta, final), but to the DEC/COMPAQ Alpha processor. Ignore them if -you're not building on an Alpha box. - - YOUR OWN EXTENSION DLLs ----------------------- If you want to create your own extension module DLL, there's an example