diff options
author | N.N. <krzyszcz@users.sourceforge.net> | 2003-09-24 10:46:19 +0000 |
---|---|---|
committer | N.N. <krzyszcz@users.sourceforge.net> | 2003-09-24 10:46:19 +0000 |
commit | 9680b47879dfc58f884208f7abf2f945b3b41d25 (patch) | |
tree | 93eda19deb61daff60c533a3bbd1efe79e9cdc9b /toxy/Makefile.sources | |
parent | edab184352cd14788a37c76dce147ac19f7464b4 (diff) |
adding toxy project
svn path=/trunk/externals/miXed/; revision=1024
Diffstat (limited to 'toxy/Makefile.sources')
-rw-r--r-- | toxy/Makefile.sources | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/toxy/Makefile.sources b/toxy/Makefile.sources new file mode 100644 index 0000000..b0f3646 --- /dev/null +++ b/toxy/Makefile.sources @@ -0,0 +1,5 @@ +TYPES = TOT TOW WIDGET + +TOT_SOURCES = tot.c +TOW_SOURCES = tow.c +WIDGET_SOURCES = widget.c |