Code::Blocks Forums
Developer forums (C::B DEVELOPMENT STRICTLY!) => Development => Topic started 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!
-
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.
-
Yeah! Thanks!
(Sorry for late reply -- I was too busy coding... :oops:)