Code::Blocks Forums

Developer forums (C::B DEVELOPMENT STRICTLY!) => Development => Topic started by: Kixdemp on July 10, 2006, 01:50:34 am

Title: How to tell C::B to use a file?
Post by: Kixdemp on July 10, 2006, 01:50:34 am
Hello everyone!
OK, I tried to compile my program but it said "Target is up to date.
Nothing to be done.
".  I checked the obj/debug folder, and there was only ServerApp.o, ServerGUI.o, and ServerGUI_wxFB.o...  However there are many more files in my project...  How do I add them to the compiler?  Thanks!
Title: Re: How to tell C::B to use a file?
Post by: Game_Ender on July 10, 2006, 02:56:12 am
You should be able to open the project properties and select your target.  In the bottom right of the window you will see a list of all the files in your project.  Any file that has its box checked is will be compiled with the project.
Title: Re: How to tell C::B to use a file?
Post by: Kixdemp on July 11, 2006, 07:06:18 am
Yeah!  Thanks!

(Sorry for late reply -- I was too busy coding...  :oops:)