Different names when compiling x32/x64

Working on new editor enhancements?
AZJIO
Addict
Addict
Posts: 1371
Joined: Sun May 14, 2017 1:48 am

Different names when compiling x32/x64

Post 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
User avatar
STARGÅTE
Addict
Addict
Posts: 2090
Joined: Thu Jan 10, 2008 1:30 pm
Location: Germany, Glienicke
Contact:

Re: Different names when compiling x32/x64

Post by STARGÅTE »

Just use an other file name for the output executable for each target:
Image
PB 6.01 ― Win 10, 21H2 ― Ryzen 9 3900X, 32 GB ― NVIDIA GeForce RTX 3080 ― Vivaldi 6.0 ― www.unionbytes.de
Lizard - Script language for symbolic calculations and moreTypeface - Sprite-based font include/module
Post Reply