X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?a=blobdiff_plain;f=mines.R;h=275c76c7ad88fd09ec930f16ee3ba46b3069231e;hb=3ce69e84cad15844282d691fa03e711c5353c05e;hp=3d48182f2d57c50de128e398925df808c961058f;hpb=1dc3ce6d90c75f1a6b2e19cdaf5a3c0f92aaac05;p=sgt-puzzles.git diff --git a/mines.R b/mines.R index 3d48182..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|noicon.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:Mines +!begin >gamedesc.txt +mines:mines.exe:Mines:Mine-finding puzzle:Find all the mines without treading on any of them. !end