Author Topic: Saving Toolchain Executables Info  (Read 3429 times)

Offline pichlerd

  • Single posting newcomer
  • *
  • Posts: 3
Saving Toolchain Executables Info
« on: June 09, 2011, 07:00:28 am »
v10.05 running on XP

I have set up a tool chain were all information is being saved successfully except the Linker information.  I want this to be blanked out so that my programs do not link.  I go into tool chain and blank out the two linker fields and rebuild my project.  Everything works perfectly.  I exit C::B and come back in and the fields are filling in again.  I read on another post to try to load bring C::B and do nothing but update the toolchain and exit.  I did this with no success.  Is there a special way to save information on this panel? Or is there another value that I need to enter for my project not to link???

Thanks and best regards!

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9723
Re: Saving Toolchain Executables Info
« Reply #1 on: June 09, 2011, 09:12:04 am »
Or is there another value that I need to enter for my project not to link???
Just disable the compilation of the files in the file's properties and as it dos not compile it also won't link. You can alternatively setup a project of type "commands only".
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ