Computer Chess Club Archives


Search

Terms

Messages

Subject: Re: Crafty 19.13 SE will be out this weekend

Author: Peter Skinner

Date: 14:01:42 05/13/04

Go up one level in this thread


On May 13, 2004 at 16:58:16, Slater Wold wrote:

>Anyway I could get your exe, and your makefile?

Here is mine...

TARGET   = NT_i386

CC       = xicl6.exe
LD       = xilink6.exe

BFLAGS = /D_CONSOLE /DWIN32

CFLAGS   = /O3 /G6 /Gr /Ob2 /Qip /Qipo /QaxiW /W0 /arch:SSE2
COPTS    = /DFAST /DEGTB6 /DUSE_ASSEMBLY /DVC_INLINE_ASM /DEPD /DFUTILITY
cobjs   = x1.obj

ALLOPTS  = $(COPTS) $(AOPTS) /D$(TARGET)

allobjs = $(cobjs) $(asmobjs) egtb.obj

includes = chess.h data.h epd.h epddefs.h epdglue.h evaluate.h inlinex86.h

wcrafty  : $(allobjs)
           $(LD) $(LDFLAGS) $(allobjs) /out:wcrafty.exe

$(cobjs) : $(includes)

.c.obj   :
           $(CC) $(BFLAGS) $(CFLAGS) $(ALLOPTS) /c $*.c

.cpp.obj :
           $(CC) $(BFLAGS) $(CFLAGS) $(ALLOPTS) /Zm500 /c $*.cpp

$(cobjs): $(includes)

x1.c:      searchr.c search.c repeat.c next.c nextr.c history.c nexte.c \
           quiesce.c evaluate.c movgen.c make.c unmake.c attacks.c swap.c \
           boolean.c utility.c valid.c searchmp.c thread.c book.c data.c drawn.c
\
           edit.c epd.c epdglue.c init.c input.c interupt.c iterate.c main.c \
           option.c output.c phase.c ponder.c preeval.c resign.c root.c learn.c
\
           setboard.c test.c time.c validate.c annotate.c analyze.c evtest.c
bench.c \
           hash.c probe.c
           copy /b book.c+data.c+drawn.c+edit.c+epd.c+epdglue.c+\
           init.c+input.c+interupt.c+iterate.c+main.c+option.c+output.c+\
           phase.c+ponder.c+preeval.c+resign.c+root.c+learn.c+setboard.c+\
           test.c+time.c+validate.c+annotate.c+analyze.c+evtest.c+bench.c+\
           hash.c+probe.c+boolean.c+swap.c+attacks.c+evaluate.c+make.c+\
           unmake.c+movgen.c+quiesce.c+search.c+next.c+searchr.c+repeat.c+\
           nextr.c+history.c+nexte.c+utility.c+valid.c+searchmp.c+\
           thread.c x1.c
clean:
	   del /q $(cobjs)
	   del /q egtb.obj
	   del /q log.*
	   del /q game.**
	   del /q *.bak
	   del /q x1.c



This page took 0 seconds to execute

Last modified: Thu, 15 Apr 21 08:11:13 -0700

Current Computer Chess Club Forums at Talkchess. This site by Sean Mintz.