Compiler executable name
Posted: Mon Sep 24, 2018 3:19 pm
Feature for the pbeditor
Can the "Executable Location" that is saved be unique per type of compiler, to make it easier for multi-platform / multi-architecture compiling using the same source file. (I have a product at the moment that requires me to do 32 and 64 bit windows builds and I occasionally overwrite the wrong file)
So, instead of Executables=yourname.exe at the end of the pb file,
something like:
exewin32=win32bit\yourname.exe
exewin64=win64bit\yourname.exe
exelin32=lin32\yourname
exelin64=lin64\yourname
exemac32=mac32\yourname
exemac32=mac64\yourname
exeamiga=amiga\yourname.bin
Can the "Executable Location" that is saved be unique per type of compiler, to make it easier for multi-platform / multi-architecture compiling using the same source file. (I have a product at the moment that requires me to do 32 and 64 bit windows builds and I occasionally overwrite the wrong file)
So, instead of Executables=yourname.exe at the end of the pb file,
something like:
exewin32=win32bit\yourname.exe
exewin64=win64bit\yourname.exe
exelin32=lin32\yourname
exelin64=lin64\yourname
exemac32=mac32\yourname
exemac32=mac64\yourname
exeamiga=amiga\yourname.bin