For the convenience of Linux package maintainers, add to Makefile.gtk
[sgt/puzzles] / solo.R
CommitLineData
3f98cd5a 1# -*- makefile -*-
2
2cef1182 3SOLO_EXTRA = divvy dsf
3f98cd5a 4
2cef1182 5solo : [X] GTK COMMON solo SOLO_EXTRA solo-icon|no-icon
3f98cd5a 6
2cef1182 7solo : [G] WINDOWS COMMON solo SOLO_EXTRA solo.res|noicon.res
3f98cd5a 8
2cef1182 9solosolver : [U] solo[STANDALONE_SOLVER] SOLO_EXTRA STANDALONE
10solosolver : [C] solo[STANDALONE_SOLVER] SOLO_EXTRA STANDALONE
fbd0fc79 11
2cef1182 12ALL += solo[COMBINED] SOLO_EXTRA
3f98cd5a 13
14!begin gtk
15GAMES += solo
16!end
17
18!begin >list.c
19 A(solo) \
20!end
9bb2f5af 21
22!begin >wingames.lst
d09d659f 23solo.exe:Solo
9bb2f5af 24!end