mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-04 21:00:17 -06:00
ENH: use the oubject_output option to try to tell CodeBlocks where the
object files are located (to make "compile file" work). Doesn't work yet, but at least the .objs/ is now removed from the path. Alex
This commit is contained in:
@@ -190,6 +190,7 @@ void cmExtraCodeBlocksGenerator
|
||||
fout<<" <Target title=\"" << ti->first << "\">\n"
|
||||
" <Option output=\"" << ti->second.GetLocation(0) << "\" prefix_auto=\"0\" extension_auto=\"0\" />\n"
|
||||
" <Option working_dir=\"" << makefile->GetStartOutputDirectory() <<"\" />\n"
|
||||
" <Option object_output=\"./\" />\n"
|
||||
" <Option type=\"" << cbTargetType << "\" />\n"
|
||||
" <Option compiler=\"" << compiler << "\" />\n"
|
||||
" <Compiler>\n";
|
||||
|
||||
Reference in New Issue
Block a user