blob: ecfe7c3df8f785b10c3ecff47426b8542861189f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# -*- makefile -*-
NETSLIDE_EXTRA = tree234
netslide : [X] GTK COMMON netslide NETSLIDE_EXTRA netslide-icon|no-icon
netslide : [G] WINDOWS COMMON netslide NETSLIDE_EXTRA netslide.res|noicon.res
ALL += netslide[COMBINED] NETSLIDE_EXTRA
!begin am gtk
GAMES += netslide
!end
!begin >list.c
A(netslide) \
!end
!begin >gamedesc.txt
netslide:netslide.exe:Netslide:Toroidal sliding network puzzle:Slide a row at a time to reassemble the network.
!end
|