Index: third_party/python_274/README.google |
=================================================================== |
--- third_party/python_274/README.google (revision 0) |
+++ third_party/python_274/README.google (revision 0) |
@@ -0,0 +1,24 @@ |
+URL: http://www.python.org/ |
+Version: 2.7.4 |
+Licenses: PYTHON SOFTWARE FOUNDATION LICENSE VERSION 2 |
+Licenses: Microsoft Distributable Code (strictly for msvcr90.dll) |
+License File: LICENSE.txt |
+Description: CPython for Windows. |
+ |
+Local Modifications: |
+* From http://python.org/download/, installed /Python 2.7.4 Windows Installer", |
+ the 32 bits version. Deselected all options: |
+ * Register Extensions, Tcl/Tk, Documentation, Utility Scripts, Test suite. |
+* Used http://dependencywalker.com to figure out the right path for mscvr90.dll. |
+* Renamed DLLs and Libs directory names to lower case. |
+* Ran: |
+cd python_274 |
+copy %WINDIR%\system32\python27.dll |
+copy c:\windows\winsxs\x86_microsoft.vc90.crt_1fc8b3b9a1e18e3b_9.0.21022.8_x-ww_d08d0375\msvcr90.dll |
+copy python.exe python_slave.exe |
+rd /q /s include libs lib\test |
+cd .. |
+svn add python_274 |
+cd python_274 |
+for /r %a in (*.exe;*.dll;*.pyd) do @svn pset svn:executable "." "%a" |
+for /r %a in (*.py) do @svn pset svn:eol-style LF "%a" |