Author Topic: "Project build options" window missing options  (Read 4837 times)

Offline bitreacter

  • Single posting newcomer
  • *
  • Posts: 3
"Project build options" window missing options
« on: November 25, 2011, 04:43:08 pm »
hi,
I'm new to codeblocks and have a strange problem with my project build options window.
I can't configure my linker- and search-settings any more.
It seems as a part of the window doesn't appear and I don't know any other way to include .h-files to my project.

I've tried to reinstall codeBlocks, but it's still the same.
Does anyone have a idea for me?
Thanks in advance!
jo


Offline bitreacter

  • Single posting newcomer
  • *
  • Posts: 3
Re: "Project build options" window missing options
« Reply #1 on: November 25, 2011, 04:46:25 pm »
I am on LinuxMint10 x64 and running codeblocks 10.05

Offline Jenna

  • Administrator
  • Lives here!
  • *****
  • Posts: 7255
Re: "Project build options" window missing options
« Reply #2 on: November 25, 2011, 05:35:03 pm »
It looks like you have checked "This is a custom makefile" in the Projects "Properties->Project settings".

Setting include libs and search paths is not valid for makefile based projects, because this has to be done by the makefile itself.

Offline bitreacter

  • Single posting newcomer
  • *
  • Posts: 3
Re: "Project build options" window missing options
« Reply #3 on: November 25, 2011, 06:47:54 pm »
You were fully right.
Thank you so much!!
Now I can set my linker settings.
regards,
jo