http://wiki.codeblocks.org/index.php/Scripting_commands#IO_namespace
all functions to create and delete files?
You can try ProjectFile::RemoveBuildTarget, but I'm not sure it will work.
if ((project.GetFile(i).relativeFilename.Matches(_T("FatFS/doc*"))) || (project.GetFile(i).relativeFilename.Matches(_T("FatFS/src/option*"))))
{
project.GetFile(i).compile = false;
project.GetFile(i).link = false;
}
The documentation is not very helpful...
The documentation is not very helpful...
any more complaining on this so we can fix it? ;)