Update of /cvsroot/win32forth/win32forth/proj
In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv15557/proj
Modified Files:
Solipon.fpj
Log Message:
New menu entry "Random board" added to the "Game" menu of "Solipion".
If this menu entry is selected you'll get an random board with a random count
of pawns every time you start a new game.
Index: Solipon.fpj
===================================================================
RCS file: /cvsroot/win32forth/win32forth/proj/Solipon.fpj,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** Solipon.fpj 23 Jul 2006 10:12:56 -0000 1.1
--- Solipon.fpj 3 May 2008 08:44:06 -0000 1.2
***************
*** 3,11 ****
SearchPath=
Solipon,0
! Modules,4
apps\Solipon2\SOLIPION.F
! SRC\old\optimize.f
SRC\LIB\Resources.f
apps\Solipon2\solidial.F
DLLs,0
Forms,0
--- 3,17 ----
SearchPath=
Solipon,0
! Modules,10
apps\Solipon2\SOLIPION.F
! SRC\CONSOLE\NoConsole.f
SRC\LIB\Resources.f
+ SRC\LIB\BitmapDC.f
+ apps\Solipon2\menu.f
+ apps\Solipon2\sound.f
+ apps\Solipon2\About.f
+ apps\Solipon2\FileIO.f
apps\Solipon2\solidial.F
+ apps\Solipon2\Print.f
DLLs,0
Forms,0
***************
*** 13,16 ****
Resources,2
apps\Solipon2\SOLIPION.BMP
! apps\Solipon2\solipion.ico
Docs,0
--- 19,22 ----
Resources,2
apps\Solipon2\SOLIPION.BMP
! src\res\Win32For.ico
Docs,0
|