Page 1 of 1

Different names when compiling x32/x64

Posted: Sun Jan 02, 2022 12:13 pm
by AZJIO
Is it possible to make the names different depending on the bitness of the compiler?

Code: Select all

; Is_x64 = %Executable%_x64
; Is_x86 = %Executable%_x86

Code: Select all

; Executable = name.exe
; Executable_x64 = name_x64.exe

Re: Different names when compiling x32/x64

Posted: Sun Jan 02, 2022 12:22 pm
by STARGĂ…TE
Just use an other file name for the output executable for each target:
Image