
How can I tell it what version that is?
When I clicked "Add" it did open purebasic's IDE and then closed it - but it doesn't show the version.
I'm guessing since it doesn't have a version, is why it won't show up as an option when I attempt to specify a compiler...
Along this line -- What I would like to do is have 1 project file that I sync up with source control -- and have it work on 32bit or 64bit versions -- to do so; I need to specify the 32bit compiler for 32bit exe's and similarly for 64bit.
is there a way to specify the filename based on compiler?
ie: so If I open up my .pbp file -- and i'm on x64os compile to MyProg64.exe and if on x86, compile to MyProg.exe? I can achieve this by specifying the exe name and just compile twice on x64 (two "compiler option" entries) but if I open the pbp on x86 -- the x64 entries will "error" since the compiler won't exist...
