bug 951149 - unique command line args for each compiler set
Open Source C & C++ IDE for Windows
Brought to you by:
claplace
Although most settings dealing with the compiler sets
gets saved for each set, the "Add the following commands
when calling compiler" and "Add the following commands
when calling linker" are global for all compiler sets.
I made the fix to the bug mentioned in bug report
951149 that allows each compiler set to have its own
extra arguments sent to the compiler/linker.
This was mainly done by adding 2 strings and a boolean
to the compiler set class. One string to hold the
linker options, one to hold the compiler options and
the bool to indicate whether or not this compiler set
has extra arguments.
The changes were made in:
compiler.pas
CompOptionsFrm.pas
devcfg.pas
I've attached the edited files in a zip file.
contains edited compiler.pas, CompOptionsfrm.pas and devcfg.pas
Logged In: YES
user_id=1075270
I am adding the diff of the three files in a zip file.
diff of compiler.pas, CompOptionsfrm.pas, devcfg.pas
Logged In: YES
user_id=25510
applied, thank you
Colin