summary refs log tree commit diff stats
path: root/src
diff options
context:
space:
mode:
authorberkeviktor@aol.com <berkeviktor@aol.com>2010-10-01 19:13:44 +0200
committerberkeviktor@aol.com <berkeviktor@aol.com>2010-10-01 19:13:44 +0200
commit17a432a6610d4fb6a57b3a5dc6a9822ea2a3c874 (patch)
tree1d375fc8bf9976c4f9a01c957adf3c344c572275 /src
parente884294f649f09406a51089a2c89e89343608ee7 (diff)
spelling support
Diffstat (limited to 'src')
-rw-r--r--src/makeinc.skel6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/makeinc.skel b/src/makeinc.skel
index 8da71b38..e971db6b 100644
--- a/src/makeinc.skel
+++ b/src/makeinc.skel
@@ -40,8 +40,8 @@ OPENSSLPATH = c:\mozilla-build\build\openssl-wdk-1.0.0a-x86
 CFLAGS = $(CFLAGS) /DUSE_OPENSSL /I$(OPENSSLPATH)\include
 LIBS = $(LIBS) /libpath:$(OPENSSLPATH)\lib libeay32.lib ssleay32.lib
 
-#SPELL = -Ic:\mozilla-build\build\gtkspell-x86\include\gtkspell-2.0
-#LIBS = $(LIBS) /libpath:c:\mozilla-build\build\gtkspell-x86\lib libgtkspell.a
+SPELL = -I$(DEV32)\include\enchant
+LIBS = $(LIBS) libenchant.dll.a
 
 LDFLAGS = $(LDFLAGS) msvcrt_winxp.obj
 
@@ -111,7 +111,7 @@ rawlog.obj \
 search.obj \
 servlistgui.obj \
 setup.obj \
-#sexy-spell-entry.obj \
+sexy-spell-entry.obj \
 textgui.obj \
 urlgrab.obj \
 userlistgui.obj \