gnugo-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [gnugo-devel] GNU Go 3.3.20


From: Trevor Morris
Subject: Re: [gnugo-devel] GNU Go 3.3.20
Date: Tue, 03 Jun 2003 18:18:07 -0400

Here is a super-set of Dan's patch, which fixes another bug, 
only in Debug mode:
http://www.public32.com/games/go/vcrepair_3_20.2


At 02:31 PM 6/3/2003 -0700, address@hidden wrote:

>> Hi,
>> 
>>I couldn't compile the downloaded files in VC++. It seems that pattern.dsp
>> needs to be revised. Only after I copied hoshi.db from the previous version,
>> I can compile all the files.
>> 
>> SP Lee
>
>Does the attached patch fix the problem?
>
>Dan
>
>Index: patterns/patterns.dsp
>===================================================================
>RCS file: /cvsroot/gnugo/gnugo/patterns/patterns.dsp,v
>retrieving revision 1.22
>diff -u -r1.22 patterns.dsp
>--- patterns/patterns.dsp       3 Jun 2003 12:56:21 -0000       1.22
>+++ patterns/patterns.dsp       3 Jun 2003 21:31:08 -0000
>@@ -639,7 +639,7 @@
> InputPath=.\hoshi_keima.db
> 
> "josekidb.c" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
>-       $(IntDir)\mkpat -C joseki -i hoshi.db -i komoku.db -i sansan.db -i 
>mokuhazushi.db -i takamoku.db -o josekidb.c
>+       $(IntDir)\mkpat -C joseki -i hoshi_keima.db -i hoshi_other.db -i 
>komoku.db -i sansan.db -i mokuhazushi.db -i takamoku.db -o josekidb.c
> 
> # End Custom Build
> 
>@@ -651,7 +651,7 @@
> InputPath=.\hoshi_keima.db
> 
> "josekidb.c" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
>-       $(IntDir)\mkpat -C joseki -i hoshi.db -i komoku.db -i sansan.db -i 
>mokuhazushi.db -i takamoku.db -o josekidb.c
>+       $(IntDir)\mkpat -C joseki -i hoshi_keima.db -i hoshi_other.db -i 
>komoku.db -i sansan.db -i mokuhazushi.db -i takamoku.db -o josekidb.c
> 
> # End Custom Build
> 
>
>
>
>
>_______________________________________________
>gnugo-devel mailing list
>address@hidden
>http://mail.gnu.org/mailman/listinfo/gnugo-devel 






reply via email to

[Prev in Thread] Current Thread [Next in Thread]