mirror of
git://git.tartarus.org/simon/puzzles.git
synced 2025-04-22 00:15:46 -07:00
Files

to it giving each game's "internal" name (as seen in the source file, .R etc) and also a brief description of the game. The idea of the latter is that it should be usable as a comment field in .desktop files and similar. [originally from svn r9858]
22 lines
336 B
Makefile
22 lines
336 B
Makefile
# -*- makefile -*-
|
|
|
|
PEGS_EXTRA = tree234
|
|
|
|
pegs : [X] GTK COMMON pegs PEGS_EXTRA pegs-icon|no-icon
|
|
|
|
pegs : [G] WINDOWS COMMON pegs PEGS_EXTRA pegs.res|noicon.res
|
|
|
|
ALL += pegs[COMBINED] PEGS_EXTRA
|
|
|
|
!begin gtk
|
|
GAMES += pegs
|
|
!end
|
|
|
|
!begin >list.c
|
|
A(pegs) \
|
|
!end
|
|
|
|
!begin >gamedesc.txt
|
|
pegs:pegs.exe:Pegs:Peg solitaire puzzle
|
|
!end
|