Enhance the compiler/build options.

Got an idea for enhancing PureBasic? New command(s) you'd like to see?
jassing
Addict
Addict
Posts: 1745
Joined: Wed Feb 17, 2010 12:00 am

Enhance the compiler/build options.

Post by jassing »

I have a project with 8 files (exe's & dll's). It would be nice to have a sort of hierarchy
debug
file1.exe
file2.exe
file3.dll

release
file1.exe
file2.exe
file3.exe

And then you could select "build release" or "build debug" vs duplicating each one & setting constants for each one (or duplicating each one & selecting which ones to build)