wine/programs/winemine
Bertho Stultiens 27337af65c - Implemented a new preprocessor that is (nearly) ANSI-C compliant. The
old parser has been stripped from the old preprocessor-code which
  cleaned up both resource-scanner and -parser.
- Standard defines have been introduced (see README.wrc)
- Both preprocessor- and resource-scanner have been optimized slightly
  so that no backing up is required (one char lookahead is enough).
- Filename-scanning has been cleaned up, though not perfect yet.
- User-type resources are compatible now.
- Line-continuation in strings is corrected so that it does not
  introduce a newline in the output.
2000-05-01 20:05:58 +00:00
..
.cvsignore Added winemine app. 2000-03-15 19:06:39 +00:00
dialog.c Added winemine app. 2000-03-15 19:06:39 +00:00
dialog.h Added winemine app. 2000-03-15 19:06:39 +00:00
main.c Registry key used in LoadBoard() was not the same as the one used in 2000-04-09 18:37:50 +00:00
main.h Added DestroyBoard function to delete bitmap handles. 2000-04-04 18:55:55 +00:00
Makefile.in - Implemented a new preprocessor that is (nearly) ANSI-C compliant. The 2000-05-01 20:05:58 +00:00
README - Fix painting bug with middle button down when dragging mouse 2000-03-30 20:25:07 +00:00
resource.h Added winemine app. 2000-03-15 19:06:39 +00:00
rsrc.rc Added winemine app. 2000-03-15 19:06:39 +00:00
winemine.spec Added winemine app. 2000-03-15 19:06:39 +00:00

WineMine README

WineMine, copyright March 2000, Joshua Thielen
WineMine is to be distributed under the Wine License
See the Wine License for further information.


This is minesweeper for wine...
Enjoy. I wrote it because it rhymes ;).

KNOWN BUGS:
    Chokes on fastest times names greater than 16 characters long, must have
    something to do with GetDlgItemText.
  
    No help file.

    Starting a new game causes the window to drop one pixel (Peter Hunnisett)
    I don't know if it's a window manager problem (KDE)

UNKNOWN BUGS:
    ???