From e586c178073b9a0fee90d5fc8e795d266ebd7b7d Mon Sep 17 00:00:00 2001 From: Vegard Storheil Eriksen Date: Tue, 7 Aug 2012 16:50:46 +0200 Subject: Initial import. Most sources are split off from suzumebachi project revision 2fc77d2 as is with some path changes. New build rules introduced. --- SConscript | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 SConscript (limited to 'SConscript') diff --git a/SConscript b/SConscript new file mode 100644 index 0000000..5d706af --- /dev/null +++ b/SConscript @@ -0,0 +1,7 @@ +# Don't call this file explicitly, it is called implicitly by the build rules. + +Import('env') + +env.Append( + LIB_SOURCES = Glob('*.cpp') + Glob('*/*.cpp'), +) -- cgit v1.2.3