Different names when compiling x32/x64
Posted: Sun Jan 02, 2022 12:13 pm
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