News:

When registered with our forums, feel free to send a "here I am" post here to differ human beings from SPAM bots.

Main Menu

How to tell C::B to use a file?

Started by Kixdemp, July 10, 2006, 01:50:34 AM

Previous topic - Next topic

Kixdemp

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!

Game_Ender

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.

Kixdemp

Yeah!  Thanks!

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