Commit Graph

10 Commits

Author SHA1 Message Date
Jason R. Coombs 16361e51b8 Remove ARM launchers. Fixes #611. 2016-06-09 15:14:16 -04:00
Jason R. Coombs b867ca5a7f Capture the need to update cli.exe and gui.exe
--HG--
branch : distribute
extra : rebase_source : da0bcff89ef2ab6d49419e10b503e4987c875a3f
2013-05-19 02:20:54 -04:00
Jason R. Coombs 23e024076a Use x64 cross tools for building 64-bit launcher. I'm suspicious the only impact this will have is to enable building 64-bit launcher on 32-bit hosts. Also rebuilt launchers.
--HG--
branch : distribute
extra : rebase_source : 329591eb07b9d25717caee614012c8278926559d
2013-05-09 15:23:44 +01:00
Jason R. Coombs c92962cb8a Update comment to clarify why 'Visual Studio' is referenced for the SDK.
--HG--
branch : distribute
extra : rebase_source : 1f0b5eeb82b7551c66b15fb4379ec03e61d68344
2013-05-09 15:04:17 +01:00
Jason R. Coombs 6cf20b5f3e Adapted msvc-build-launcher to use the SDK, which is freely available and will target x64.
--HG--
branch : distribute
extra : rebase_source : 3bb4cc57e38d6fc2d8043ce89c57a5016833d890
2013-05-08 19:31:29 +01:00
Grigory Petrov 03be2a031c Added comment about Visual Studio 2008 Express and 64-bit compilation.
--HG--
branch : distribute
extra : rebase_source : fb9ba33e9eff145bb3e162f34ae2f0101079d0be
2013-05-08 01:44:35 +04:00
Grigory Petrov b07cff51a3 Fixed a (probably) bug with GUI windows launcher actually being
compiled as CONSOLE windows application. The "GUI=0" and "GUI=1" is
a compiler definition that affects how compiled code will work
(.py or .pyw file to launch etc). But executable type is defined by a linker
and can be changed only via /SUBSYSTEM command-line key.

--HG--
branch : distribute
extra : rebase_source : f909e335ae948d7743e07e690c7d564ad0f98c15
2013-05-08 01:00:00 +04:00
Grigory Petrov bc2687f1db Added Windows 8 RT ARM build.
--HG--
branch : distribute
extra : rebase_source : 3ddd6c8cfc2d46a1b2aaffa482b87cd19e9687fa
2013-05-08 00:54:52 +04:00
Grigory Petrov abc8fccd3d Refactoring before introducing Windows RT ARM build.
--HG--
branch : distribute
extra : rebase_source : 96035e75dcfab459652403b1001f34c12205fd7f
2013-05-08 00:51:13 +04:00
agronholm efa78ba0a0 Fix script launcher creation on 64-bit Windows, patch by Jason R. Coombs (http://bugs.python.org/setuptools/issue2)
--HG--
branch : distribute
extra : rebase_source : 60c07b0639b77a3e8ff13eb12161ebe03ab47430
2009-09-25 22:01:27 +03:00