]> git.tdb.fi Git - builder.git/blob - source/gnuccompiler.h
Move C-specific stuff from SourceFile to CSourceFile
[builder.git] / source / gnuccompiler.h
1 #ifndef GNUCCOMPILER_H_
2 #define GNUCCOMPILER_H_
3
4 #include "gnucompiler.h"
5
6 class GnuCCompiler: public GnuCompiler
7 {
8 public:
9         GnuCCompiler(Builder &);
10
11         virtual Target *create_source(const Component &, const Msp::FS::Path &) const;
12 };
13
14 #endif