Sjeng is an attempt to create a bughouse- and crazyhouse-playing program that can attain a level comparable to what the best human players are capable of. Sjeng also can play standard, suicide, giveaway and losers chess.
13 lines
327 B
Text
13 lines
327 B
Text
$NetBSD: patch-aa,v 1.1.1.1 2001/10/25 04:42:52 jlam Exp $
|
|
|
|
--- Makefile.in.orig Wed Sep 12 05:57:11 2001
|
|
+++ Makefile.in
|
|
@@ -75,7 +75,7 @@
|
|
PROGRAMS = $(bin_PROGRAMS)
|
|
|
|
|
|
-DEFS = @DEFS@ -I. -I$(srcdir) -I.
|
|
+DEFS = @DEFS@ -I. -I$(srcdir) -I. -DBOOKDIR=\"${BOOKDIR}\"
|
|
CPPFLAGS = @CPPFLAGS@
|
|
LDFLAGS = @LDFLAGS@
|
|
LIBS = @LIBS@
|