Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: pichlerd on June 09, 2011, 07:00:28 am

Title: Saving Toolchain Executables Info
Post by: pichlerd 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!
Title: Re: Saving Toolchain Executables Info
Post by: MortenMacFly 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".