Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(142)

Unified Diff: third_party/python_274/README.google

Issue 14962003: Add cpython 2.7.4 for Windows to third_party. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/
Patch Set: Created 7 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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"
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698