Stop the analysis pass in Loopy's redraw routine from being
[sgt/puzzles] / mines.R
diff --git a/mines.R b/mines.R
index 1758abc..4550e18 100644 (file)
--- 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