diff options
| author | Mike Buland <eichlan@xagasoft.com> | 2006-07-31 17:23:04 +0000 |
|---|---|---|
| committer | Mike Buland <eichlan@xagasoft.com> | 2006-07-31 17:23:04 +0000 |
| commit | b672fa69c4c98509f8ee251b87300e3fcbe6bdc8 (patch) | |
| tree | 064212cec710fc5bfd5f2b75dd2a502ba9f66eba /src/filetarget.h | |
| parent | 9139f1df4cda80b91ab68e5de27e85eaa4c54682 (diff) | |
| download | build-b672fa69c4c98509f8ee251b87300e3fcbe6bdc8.tar.gz build-b672fa69c4c98509f8ee251b87300e3fcbe6bdc8.tar.bz2 build-b672fa69c4c98509f8ee251b87300e3fcbe6bdc8.tar.xz build-b672fa69c4c98509f8ee251b87300e3fcbe6bdc8.zip | |
We're almost to rule/command generation, then only a couple of steps before it
will do it all!
Diffstat (limited to '')
| -rw-r--r-- | src/filetarget.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/filetarget.h b/src/filetarget.h index cf4b3d6..11dc180 100644 --- a/src/filetarget.h +++ b/src/filetarget.h | |||
| @@ -11,6 +11,11 @@ public: | |||
| 11 | virtual ~FileTarget(); | 11 | virtual ~FileTarget(); |
| 12 | 12 | ||
| 13 | virtual void debug(); | 13 | virtual void debug(); |
| 14 | |||
| 15 | void addInputDir( const char *sDir ); | ||
| 16 | |||
| 17 | virtual void check( class Builder &bld ); | ||
| 18 | virtual void clean( class Builder &bld ); | ||
| 14 | 19 | ||
| 15 | private: | 20 | private: |
| 16 | 21 | ||
