Author Topic: Compiler and Linker Settings  (Read 2799 times)

Offline designer303

  • Single posting newcomer
  • *
  • Posts: 4
Compiler and Linker Settings
« on: June 01, 2011, 10:33:08 pm »
Hi all,
I am compiling a series of programs and I am using the same compiling and linker settings. Each time I compile it, I have to do them manually, which takes a lot of time. Is there a way to do it automatically? Is there a way to create something similar to 'user profiles'?

Thanks!

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: Compiler and Linker Settings
« Reply #1 on: June 01, 2011, 10:36:12 pm »
Have you tried File->Save as template? Then you do File -> New -> From template.
Another option is to make a custom wizard. File -> New->choose a similar wizard-> right click -> edit script
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

Offline designer303

  • Single posting newcomer
  • *
  • Posts: 4
Re: Compiler and Linker Settings
« Reply #2 on: June 01, 2011, 11:33:55 pm »
Thank you obfuscated,
I could create a template but wasn't good at editing the script.

Cheers,