X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?a=blobdiff_plain;f=mines.R;h=275c76c7ad88fd09ec930f16ee3ba46b3069231e;hb=a0a581c8b5422bf0c5ed3fde6aa25811e4eb89fc;hp=1758abc96eb53f43aff7101352df1af742f23db9;hpb=dd1cee7537c05830475a15dd26ef8bc777738bba;p=sgt-puzzles.git diff --git a/mines.R b/mines.R index 1758abc..275c76c 100644 --- a/mines.R +++ b/mines.R @@ -1,17 +1,17 @@ # -*- makefile -*- -MINES = mines tree234 +MINES_EXTRA = tree234 -mines : [X] GTK COMMON MINES mines-icon|no-icon +mines : [X] GTK COMMON mines MINES_EXTRA mines-icon|no-icon -mines : [G] WINDOWS COMMON MINES mines.res? +mines : [G] WINDOWS COMMON mines MINES_EXTRA mines.res|noicon.res -mineobfusc : [U] mines[STANDALONE_OBFUSCATOR] tree234 STANDALONE -mineobfusc : [C] mines[STANDALONE_OBFUSCATOR] tree234 STANDALONE +mineobfusc : [U] mines[STANDALONE_OBFUSCATOR] MINES_EXTRA STANDALONE +mineobfusc : [C] mines[STANDALONE_OBFUSCATOR] MINES_EXTRA STANDALONE -ALL += MINES +ALL += mines[COMBINED] MINES_EXTRA -!begin gtk +!begin am gtk GAMES += mines !end @@ -19,6 +19,6 @@ GAMES += mines A(mines) \ !end -!begin >wingames.lst -mines.exe +!begin >gamedesc.txt +mines:mines.exe:Mines:Mine-finding puzzle:Find all the mines without treading on any of them. !end