Browse Source

ENH: use the oubject_output option to try to tell CodeBlocks where the


			
			
				pull/1/head
			
			
		
Alexander Neundorf 18 years ago
parent
commit
4cb2240576
  1. 1
      Source/cmExtraCodeBlocksGenerator.cxx

1
Source/cmExtraCodeBlocksGenerator.cxx

@ -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";

Loading…
Cancel
Save