From 5abc9d6bcf54842f87dc42e4d708632e45869ea9 Mon Sep 17 00:00:00 2001 From: John Connors Date: Mon, 4 Oct 2010 00:19:00 +0100 Subject: [PATCH] Adding quick SConstruct --- SConstruct | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 SConstruct diff --git a/SConstruct b/SConstruct new file mode 100644 index 0000000..6c4ec1a --- /dev/null +++ b/SConstruct @@ -0,0 +1,5 @@ + +env = Environment(tools=["mingw"]) +env.Append(CPPPATH = r"..\..\..\mingw\local\libraries\boost_1_41_0") +env.Program("lispp", [ "lisp.cpp" ]) + -- 2.11.4.GIT