64-bit executable file for Windows

How to create 64 bit binary for windows. As my understanding, this command line can create 32-bit executable file

build project.xml windows -release -Dfdb

Thanks!

1 Like

try all these command lines but it was all created 64-bit .exe file. Iā€™m using Windows 10 64bit and have VS 2020 installed!. How can I create 32bit .exe file? Thanks!
lime build project.xml windows -release -final
lime build project.xml windows -release -final -x64
lime build project.xml windows -release -final -x86

22

32bit: lime build project.xml windows -release -final -32

3 Likes