aboutsummaryrefslogtreecommitdiff
path: root/src/targetfile.cpp
diff options
context:
space:
mode:
authorMike Buland <eichlan@xagasoft.com>2006-08-22 06:19:44 +0000
committerMike Buland <eichlan@xagasoft.com>2006-08-22 06:19:44 +0000
commitee98faf71642cf351d5cda241679b094aeec65ce (patch)
tree881b7a8b71fc9b9a21e6bca05da6f731ae1a2d64 /src/targetfile.cpp
parent8829c8548ea26abaf2e7d2f1d85e0b99757f1978 (diff)
downloadbuild-ee98faf71642cf351d5cda241679b094aeec65ce.tar.gz
build-ee98faf71642cf351d5cda241679b094aeec65ce.tar.bz2
build-ee98faf71642cf351d5cda241679b094aeec65ce.tar.xz
build-ee98faf71642cf351d5cda241679b094aeec65ce.zip
Added targets, and the global set command, things are really coming along now.
Diffstat (limited to 'src/targetfile.cpp')
-rw-r--r--src/targetfile.cpp12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/targetfile.cpp b/src/targetfile.cpp
new file mode 100644
index 0000000..fee41c9
--- /dev/null
+++ b/src/targetfile.cpp
@@ -0,0 +1,12 @@
1#include "targetfile.h"
2#include "plugger.h"
3
4PluginInterface2(file, TargetFile, Target, "Mike Buland", 0, 1 );
5
6TargetFile::TargetFile()
7{
8}
9
10TargetFile::~TargetFile()
11{
12}