diff options
author | Christian Heimes <christian@cheimes.de> | 2007-11-08 23:55:45 (GMT) |
---|---|---|
committer | Christian Heimes <christian@cheimes.de> | 2007-11-08 23:55:45 (GMT) |
commit | 4a7cae526a7f90a48fedc77ca038d4b16682ed10 (patch) | |
tree | dadca05e9c887f7544f65979642284a5d11eca4a /PCbuild/build_env.bat | |
parent | f78f12ac60d47ea92bbb2933872268e614fd2a0e (diff) | |
download | cpython-4a7cae526a7f90a48fedc77ca038d4b16682ed10.zip cpython-4a7cae526a7f90a48fedc77ca038d4b16682ed10.tar.gz cpython-4a7cae526a7f90a48fedc77ca038d4b16682ed10.tar.bz2 |
I've created three bat files based on the howto http://wiki.python.org/moin/Building_Python_with_the_free_MS_C_Toolkit
I figured out that the files may suite other developers. The files take care of most problems and makes building Python on Windows easier. Simply double click on build_env.bat to open a shell and type build.
Diffstat (limited to 'PCbuild/build_env.bat')
-rw-r--r-- | PCbuild/build_env.bat | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/PCbuild/build_env.bat b/PCbuild/build_env.bat new file mode 100644 index 0000000..ad3b609 --- /dev/null +++ b/PCbuild/build_env.bat @@ -0,0 +1 @@ +@%comspec% /k env.bat
\ No newline at end of file |