X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fgnuccompiler.cpp;h=f0d356cbedcdfe7385a0b247fa727d7b4fe8659b;hb=8b9f2196ec0a930992614f174b7970c2ed523699;hp=5c2141322365c481bddd60f029819f9a45cdb7a0;hpb=dceec8d95c63aaf4d8d4b367c9846caf9e32a6bf;p=builder.git diff --git a/source/gnuccompiler.cpp b/source/gnuccompiler.cpp index 5c21413..f0d356c 100644 --- a/source/gnuccompiler.cpp +++ b/source/gnuccompiler.cpp @@ -15,3 +15,8 @@ Target *GnuCCompiler::create_source(const Component &comp, const FS::Path &path) { return new CSourceFile(builder, comp, path); } + +Target *GnuCCompiler::create_source(const FS::Path &path) const +{ + return new CSourceFile(builder, path); +}