PDA

View Full Version : Batch compiling



DaveR
30-Jan-2020, 05:44 PM
I use a cmdline bat file to mass-compile my 570-odd sources.

I can't find anything in the work-in-progress help about how I could force the compiler, in the script, to compile for 32 bit or 64.

My 19.1 batch file, suitably modified for folders, produces 32 bit executables. How can I flip the switch to produce a 64-bit test environment?

Samuel Pizarro
30-Jan-2020, 06:51 PM
no option

You have 2 different compilers, one under bin for 32 bits, and the other under Bin64 dir for 64bits.

DaveR
31-Jan-2020, 10:58 AM
no option

You have 2 different compilers, one under bin for 32 bits, and the other under Bin64 dir for 64bits.

:o sorry my brain brexited last night. I'd even explored the Bin64 folder when I first installed without noticing it