Qt frontend: correctly size window after selection of new game params.
[sgt-puzzles/ydirson.git] / net.R
blob1c06b1f1ab51282cbfc5b597aaf6db0bc518e8de
1 # -*- makefile -*-
3 NET_EXTRA = tree234 dsf
5 net      : [X] GTK COMMON net NET_EXTRA net-icon|no-icon
6 net      : [Q] QT COMMON net NET_EXTRA net-icon|no-icon
8 # The Windows Net shouldn't be called `net.exe' since Windows
9 # already has a reasonably important utility program by that name!
10 netgame  : [G] WINDOWS COMMON net NET_EXTRA net.res|noicon.res
12 ALL += net[COMBINED] NET_EXTRA
14 !begin gtk
15 GAMES += net
16 !end
18 !begin >list.c
19     A(net) \
20 !end
22 !begin >wingames.lst
23 netgame.exe:Net
24 !end