X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/puzzles/blobdiff_plain/9bb2f5af8376dce30342a462e24708244763e00c..HEAD:/mines.R diff --git a/mines.R b/mines.R index 1758abc..4550e18 100644 --- a/mines.R +++ b/mines.R @@ -1,15 +1,15 @@ # -*- 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 GAMES += mines @@ -20,5 +20,5 @@ GAMES += mines !end !begin >wingames.lst -mines.exe +mines.exe:Mines !end