diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2013-05-13 07:07:03 -0400 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2013-05-13 07:07:03 -0400 |
| commit | 8f05565451ef38cc10074582ad826941f8f8c899 (patch) | |
| tree | 3b13af466ad891a3481fd420c63f612a7621b44e /launcher.c | |
| parent | a0d19667eaa92bd95f2bebfcb50a68d0921282eb (diff) | |
| parent | 068ab0e3a6e5146137ee9f913e3b1fbc5b337c22 (diff) | |
| download | python-setuptools-git-8f05565451ef38cc10074582ad826941f8f8c899.tar.gz | |
Merge with Distribute 0.6.39
--HG--
rename : distribute_setup.py => ez_setup.py
Diffstat (limited to 'launcher.c')
| -rwxr-xr-x | launcher.c | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -14,6 +14,14 @@ gcc -DGUI=0 -mno-cygwin -O -s -o setuptools/cli.exe launcher.c gcc -DGUI=1 -mwindows -mno-cygwin -O -s -o setuptools/gui.exe launcher.c + To build for Windows RT, install both Visual Studio Express for Windows 8 + and for Windows Desktop (both freeware), create "win32" application using + "Windows Desktop" version, create new "ARM" target via + "Configuration Manager" menu and modify ".vcxproj" file by adding + "<WindowsSDKDesktopARMSupport>true</WindowsSDKDesktopARMSupport>" tag + as child of "PropertyGroup" tags that has "Debug|ARM" and "Release|ARM" + properties. + It links to msvcrt.dll, but this shouldn't be a problem since it doesn't actually run Python in the same process. Note that using 'exec' instead of 'spawn' doesn't work, because on Windows this leads to the Python |
