chiark / gitweb /
Add a mechanism to the automake system to allow 'make install' to only
[sgt-puzzles.git] / guess.R
diff --git a/guess.R b/guess.R
index fa98337ea3004ccf65de750e42755aa01e03eeea..9878d286545f333c71f02b8c04d7f519f294380c 100644 (file)
--- a/guess.R
+++ b/guess.R
@@ -1,15 +1,19 @@
 # -*- makefile -*-
 
-guess    : [X] GTK COMMON guess
+guess    : [X] GTK COMMON guess guess-icon|no-icon
 
-guess    : [G] WINDOWS COMMON guess guess.res?
+guess    : [G] WINDOWS COMMON guess guess.res|noicon.res
 
-ALL += guess
+ALL += guess[COMBINED]
 
-!begin gtk
+!begin am gtk
 GAMES += guess
 !end
 
 !begin >list.c
     A(guess) \
 !end
+
+!begin >gamedesc.txt
+guess:guess.exe:Guess:Combination-guessing puzzle
+!end