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
|
* 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.
* Update comment to clarify why 'Visual Studio' is referenced for the SDK.Jason R. Coombs2013-05-091-1/+2
|
* Adapted msvc-build-launcher to use the SDK, which is freely available and ↵Jason R. Coombs2013-05-081-12/+10
| | | | will target x64.
* Added comment about Visual Studio 2008 Express and 64-bit compilation.Grigory Petrov2013-05-081-1/+4
|
* 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.
* Added Windows 8 RT ARM build.Grigory Petrov2013-05-081-0/+16
|
* Refactoring before introducing Windows RT ARM build.Grigory Petrov2013-05-081-8/+23
|
* Fix script launcher creation on 64-bit Windows, patch by Jason R. Coombs ↵agronholm2009-09-251-0/+15
(http://bugs.python.org/setuptools/issue2)