Menu

#7 bug 951149 - unique command line args for each compiler set

closed
nobody
None
5
2012-09-26
2004-08-16
No

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.

Discussion

  • ricky cancro

    ricky cancro - 2004-08-16

    contains edited compiler.pas, CompOptionsfrm.pas and devcfg.pas

     
  • ricky cancro

    ricky cancro - 2004-09-21

    Logged In: YES
    user_id=1075270

    I am adding the diff of the three files in a zip file.

     
  • ricky cancro

    ricky cancro - 2004-09-21

    diff of compiler.pas, CompOptionsfrm.pas, devcfg.pas

     
  • Colin Laplace

    Colin Laplace - 2004-09-22

    Logged In: YES
    user_id=25510

    applied, thank you

    Colin

     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.