From ae94a76b24f4aae3db6d56bc9a4835f2ba94e352 Mon Sep 17 00:00:00 2001 From: Alexander Neundorf Date: Thu, 30 Aug 2007 11:36:44 -0400 Subject: [PATCH] STYLE: "Build file" still doesn't work, but now it is at least a bit closer, it needs some more support from CB Alex --- Source/cmExtraCodeBlocksGenerator.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/cmExtraCodeBlocksGenerator.cxx b/Source/cmExtraCodeBlocksGenerator.cxx index a5657d7bf..0c155964d 100644 --- a/Source/cmExtraCodeBlocksGenerator.cxx +++ b/Source/cmExtraCodeBlocksGenerator.cxx @@ -207,7 +207,7 @@ void cmExtraCodeBlocksGenerator fout<<" \n" " \n" " BuildMakeCommand(make, makefileName.c_str(), ti->first.c_str()) << "\" />\n" - " BuildMakeCommand(make, makefileName.c_str(), ti->first.c_str()) << "\" />\n" + " BuildMakeCommand(make, makefileName.c_str(), ""$file"") << "\" />\n" " BuildMakeCommand(make, makefileName.c_str(), "clean") << "\" />\n" " BuildMakeCommand(make, makefileName.c_str(), "clean") << "\" />\n" " \n"