Lines Matching +full:visual +full:- +full:runtime +full:- +full:tests
2 ------------------------------
5 Windows 2000, XP, Vista and Windows Server 2008. In order to build 32-bit
6 debug and release executables, Microsoft Visual C++ 2008 Express Edition is
7 required at the very least. In order to build 64-bit debug and release
8 executables, Visual Studio 2008 Standard Edition is required at the very
10 that make use of Profile Guided Optimisation (PG0), Visual Studio 2008
12 releases are built with this version of Visual Studio.
16 All you need to do is open the workspace "pcbuild.sln" in Visual Studio,
22 The PCbuild directory is compatible with all versions of Visual Studio from
41 the build and rt batch files accept a -d option for debug builds.
48 --------------
50 You can find build directories for older versions of Visual Studio and
51 Visual C++ in the PC directory. The legacy build directories are no longer
55 Visual C++ 6.0
57 Visual Studio 2003 (7.1)
59 Visual Studio 2005 (8.0)
62 C RUNTIME
63 ---------
65 Visual Studio 2008 uses version 9 of the C runtime (MSVCRT9). The executables
67 machine. This is available under the VC/Redist folder of your visual studio
69 side-by-side assemblies it is not enough to have the msvcrt90.dll present,
78 -----------
93 tests of the Python C API, run via Lib/test/test_capi.py, and
105 Python-controlled subprojects that wrap external projects:
113 corresponding tcltk.vcproj-type project that builds Tcl/Tk from vcproj's
115 pre-built Tcl/Tk in either ..\externals\tcltk for 32-bit or
116 ..\externals\tcltk64 for 64-bit (relative to this directory). See below
124 svn export http://svn.python.org/projects/external/bzip2-1.0.6
135 svn export http://svn.python.org/projects/external/openssl-1.0.2o
169 should be able to be run directly from the command-line.
171 build_ssl.py/MSVC isn't clever enough to clean OpenSSL - you must do
178 the '-e' switch to tell it to use get_externals.bat to fetch external sources
185 --------------------
191 ------------------
195 must point to a Python interpreter (at least 2.4), to support cross-compilation.
198 --------------------------------------------------
205 ---------------------------
217 http://msdn.microsoft.com/en-us/library/e7k32f4k(VS.90).aspx
220 --------------
226 change the "Runtime Library" from "Multi-threaded DLL (/MD)" to
227 "Multi-threaded (/MT)".
229 Visual Studio properties
230 ------------------------
232 The PCbuild solution makes heavy use of Visual Studio property files
234 Manager (View -> Other Windows -> Property Manager).
239 +-- pginstrument
241 +-- release
242 +-- pyproject
244 +-- debug
245 +-- pyproject