Richard B's utterly evil `netslide': cross between Net and Sixteen.

[originally from svn r4257]
This commit is contained in:
Simon Tatham
2004-05-26 09:07:14 +00:00
parent 8b9dedcf75
commit 8158b5350d
4 changed files with 1520 additions and 1 deletions

3
Recipe
View File

@ -15,8 +15,10 @@
WINDOWS = windows user32.lib gdi32.lib comctl32.lib
COMMON = midend misc malloc random
NET = net tree234
NETSLIDE = netslide tree234
net : [X] gtk COMMON NET
netslide : [X] gtk COMMON NETSLIDE
cube : [X] gtk COMMON cube
fifteen : [X] gtk COMMON fifteen
sixteen : [X] gtk COMMON sixteen
@ -25,6 +27,7 @@ rect : [X] gtk COMMON rect
# The Windows Net shouldn't be called `net.exe' since Windows
# already has a reasonably important utility program by that name!
netgame : [G] WINDOWS COMMON NET
netslide : [G] WINDOWS COMMON NETSLIDE
cube : [G] WINDOWS COMMON cube
fifteen : [G] WINDOWS COMMON fifteen
sixteen : [G] WINDOWS COMMON sixteen