Code::Blocks Forums
User forums => Help => Topic started by: haxmando on August 19, 2009, 07:49:36 pm
-
I wonder how to set the project base directory so i don't always have to write 'C://etc.etc.'
If my project is compiled in 'C:/projects/p1' and when i try to load a certain file (a font for example) from p1/fonts directory, i will have to use a path 'C:/projects/p1/fonts/arial.ttf'. I'd like to have it so, that i only have to write 'fonts/arial.ttf' to load it correctly. So can i change the base directory somewhere?
-
The project files are all relative to the Code::Blocks project file (,cbp) location.
Tim S.