Author Topic: How to tell C::B to use a file?  (Read 3840 times)

Kixdemp

  • Guest
How to tell C::B to use a file?
« 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!

Offline Game_Ender

  • Lives here!
  • ****
  • Posts: 551
Re: How to tell C::B to use a file?
« Reply #1 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.

Kixdemp

  • Guest
Re: How to tell C::B to use a file?
« Reply #2 on: July 11, 2006, 07:06:18 am »
Yeah!  Thanks!

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