summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVlad Voicu <vladvoic@gmail.com>2011-11-28 16:37:32 (GMT)
committerKevin Smith <git@kismith.co.uk>2012-03-09 15:03:59 (GMT)
commitb8f10af29258705b4610e99ba69f5ecab42ef6ae (patch)
tree9f182e47e07b5cfda70079a8e1ac9a80eaa981f1 /SwifTools/SConscript
parent0833f7da453db9cd0fc3a78c793e7532663ab86b (diff)
downloadswift-contrib-b8f10af29258705b4610e99ba69f5ecab42ef6ae.zip
swift-contrib-b8f10af29258705b4610e99ba69f5ecab42ef6ae.tar.bz2
Initial, buggy version of a minimal spell-checker
Diffstat (limited to 'SwifTools/SConscript')
-rw-r--r--SwifTools/SConscript3
1 files changed, 2 insertions, 1 deletions
diff --git a/SwifTools/SConscript b/SwifTools/SConscript
index e5085cc..3e1a105 100644
--- a/SwifTools/SConscript
+++ b/SwifTools/SConscript
@@ -7,7 +7,7 @@ Import("env")
if env["SCONS_STAGE"] == "flags" :
env["SWIFTOOLS_FLAGS"] = {
"LIBPATH": [Dir(".")],
- "LIBS": ["SwifTools"]
+ "LIBS": ["SwifTools", "libaspell"]
}
################################################################################
@@ -28,6 +28,7 @@ if env["SCONS_STAGE"] == "build" :
"Linkify.cpp",
"TabComplete.cpp",
"LastLineTracker.cpp",
+ "SpellChecker.cpp",
]
if swiftools_env.get("HAVE_SPARKLE", 0) :