www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.learn - Dub build for x86_64 on windows

reply Andrey <andrey kabylin.ru> writes:
Hello! it is possible to build my application for x86_64 
platform? In С++ I can settings mingw_w64 for this.
Jan 01 2017
parent rikki cattermole <rikki cattermole.co.nz> writes:
On 02/01/2017 5:12 PM, Andrey wrote:
 Hello! it is possible to build my application for x86_64 platform? In
 С++ I can settings mingw_w64 for this.
When using dub: $ dub build --arch=x86_64 For Windows you will need to have Visual Studio installed for linker + libc.
Jan 01 2017