Code::Blocks Forums
User forums => Help => Topic started by: sheamus on April 05, 2008, 02:47:36 am
-
I have a makefile project (rake). When I want to compile a single file, you pass it the name of the source file, and it determines where the .o goes. (backwards, I know).
$file gives me the name of the .o file, not the src file.
~S