summaryrefslogtreecommitdiff
path: root/msvc-build-launcher.cmd
Commit message (Collapse)AuthorAgeFilesLines
* Capture the need to update cli.exe and gui.exeJason R. Coombs2013-05-191-0/+6
| | | | | | --HG-- branch : distribute extra : rebase_source : da0bcff89ef2ab6d49419e10b503e4987c875a3f
* Use x64 cross tools for building 64-bit launcher. I'm suspicious the only ↵Jason R. Coombs2013-05-091-1/+2
| | | | | | | | 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
* Update comment to clarify why 'Visual Studio' is referenced for the SDK.Jason R. Coombs2013-05-091-1/+2
| | | | | | --HG-- branch : distribute extra : rebase_source : 1f0b5eeb82b7551c66b15fb4379ec03e61d68344
* Adapted msvc-build-launcher to use the SDK, which is freely available and ↵Jason R. Coombs2013-05-081-12/+10
| | | | | | | | will target x64. --HG-- branch : distribute extra : rebase_source : 3bb4cc57e38d6fc2d8043ce89c57a5016833d890
* Added comment about Visual Studio 2008 Express and 64-bit compilation.Grigory Petrov2013-05-081-1/+4
| | | | | | --HG-- branch : distribute extra : rebase_source : fb9ba33e9eff145bb3e162f34ae2f0101079d0be
* Fixed a (probably) bug with GUI windows launcher actually beingGrigory Petrov2013-05-081-4/+4
| | | | | | | | | | | 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
* Added Windows 8 RT ARM build.Grigory Petrov2013-05-081-0/+16
| | | | | | --HG-- branch : distribute extra : rebase_source : 3ddd6c8cfc2d46a1b2aaffa482b87cd19e9687fa
* Refactoring before introducing Windows RT ARM build.Grigory Petrov2013-05-081-8/+23
| | | | | | --HG-- branch : distribute extra : rebase_source : 96035e75dcfab459652403b1001f34c12205fd7f
* Fix script launcher creation on 64-bit Windows, patch by Jason R. Coombs ↵agronholm2009-09-251-0/+15
(http://bugs.python.org/setuptools/issue2) --HG-- branch : distribute extra : rebase_source : 60c07b0639b77a3e8ff13eb12161ebe03ab47430