Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-dev] more problems with the GeneratedMakefileBuilder

Hi,

when a full build is started, the function fullBuild(...) in GeneratedMakefileBuilder calls

IPath topBuildDir = generator.getBuildWorkingDir();

to get the building directory. This is perfect. But when an incremental build is done, the building directory is always

IPath buildDir = new Path(info.getConfigurationName());

This is not good! Instead the plugin should ask the generator for the building dir as in the case above.



Thomas
______________________________________________________________
Verschicken Sie romantische, coole und witzige Bilder per SMS!
Jetzt bei WEB.DE FreeMail: http://f.web.de/?mc=021193



Back to the top