Check in Windows icon
authorH.G. Muller <h.g.muller@hccnet.nl>
Fri, 15 Oct 2010 09:16:45 +0000 (11:16 +0200)
committerH.G. Muller <h.g.muller@hccnet.nl>
Fri, 15 Oct 2010 09:36:39 +0000 (11:36 +0200)
README.txt
UCI2WB.rc [new file with mode: 0644]
rosetta.ico [new file with mode: 0644]

index 5a41725..06b8772 100644 (file)
@@ -17,9 +17,14 @@ As this can be done without any knowledge of the game rules, or even of the boar
 such a dumb adapter can in principle be used for any variant. To use it for UCI protocol\r
 (both the Chess or Xiangqi dialects), use it without the -s flag (or with a -c flag).\r
 \r
-This package includes the source code. To compile, use the command\r
+This package includes the source code. To compile on Windows under Cygwin, use the commands\r
 \r
-gcc -O2 -s -mno-cygwin UCI2WB.c -o UCI2WB.exe\r
+windres --use-temp-file -O coff UCI2WB.rc -o rosetta.o\r
+gcc -O2 -s -mno-cygwin UCI2WB.c rosetta.o -o UCI2WB.exe\r
+\r
+To compile under Linux, use\r
+\r
+gcc -O2 -s UCI2WB.c -lpthread -o UCI2WB\r
 \r
 Have fun,\r
 H.G.Muller\r
@@ -27,25 +32,25 @@ H.G.Muller
 \r
 \r
 \r
-Change log:
-
-14/10/2010
+Change log:\r
+\r
+14/10/2010\r
 Port v1.5 to Linux\r
-
-26/9/2010 v1.5
-Add mini-Shogi ("variant 5x5+5_shogi") in USI mode; make coordinate translation board-size dependent.
-Translate FEN in setboard to SFEN (does not fully work for holdings yet).
-
-23/9/2010 v1.4
-Translate USI engine PV to standard coordinates (no provision for deferred promotion yet).
-
-??/?/2010 v1.3
-Add work-around for non-compliant USI engines that do not understand winc, binc, movestogo.
-Send btime before wtime, to avoid crashing USI engines with flakey (Shogidogoro) USI support.
-
-1/8/2010 v1.2
-Suppress mate claim on mate-in-1 score in Xiangqi (cyclone dialect),
-as some engines use this score when they reach repeats they would win if continued.
+\r
+26/9/2010 v1.5\r
+Add mini-Shogi ("variant 5x5+5_shogi") in USI mode; make coordinate translation board-size dependent.\r
+Translate FEN in setboard to SFEN (does not fully work for holdings yet).\r
+\r
+23/9/2010 v1.4\r
+Translate USI engine PV to standard coordinates (no provision for deferred promotion yet).\r
+\r
+??/?/2010 v1.3\r
+Add work-around for non-compliant USI engines that do not understand winc, binc, movestogo.\r
+Send btime before wtime, to avoid crashing USI engines with flakey (Shogidogoro) USI support.\r
+\r
+1/8/2010 v1.2\r
+Suppress mate claim on mate-in-1 score in Xiangqi (cyclone dialect),\r
+as some engines use this score when they reach repeats they would win if continued.\r
 \r
 31/7/2010 v1.1\r
 Add WB remove command\r
@@ -98,4 +103,4 @@ Only classical time control tested.
 Pondering not tested. (Blunder does not give a ponder move?)\r
 Setboard not tested. (Probably does not work due to FEN format discrepancy.)\r
 No analyze mode yet.\r
-No SMP yet.
+No SMP yet.\r
diff --git a/UCI2WB.rc b/UCI2WB.rc
new file mode 100644 (file)
index 0000000..749cf9d
--- /dev/null
+++ b/UCI2WB.rc
@@ -0,0 +1 @@
+ICON_WHITE              ICON    DISCARDABLE     "rosetta.ico"\r
diff --git a/rosetta.ico b/rosetta.ico
new file mode 100644 (file)
index 0000000..50ba383
Binary files /dev/null and b/rosetta.ico differ