chiark / gitweb /
Change to the handling of -DCOMBINED in the makefiles. Instead of
[sgt-puzzles.git] / rect.R
diff --git a/rect.R b/rect.R
index 498233da5d2770ff090390fea1f967d58d5b09be..010ffba3717e8b3a946626b3887ba558313988d0 100644 (file)
--- a/rect.R
+++ b/rect.R
@@ -1,10 +1,10 @@
 # -*- makefile -*-
 
-rect     : [X] GTK COMMON rect
+rect     : [X] GTK COMMON rect rect-icon|no-icon
 
-rect     : [G] WINDOWS COMMON rect
+rect     : [G] WINDOWS COMMON rect rect.res|noicon.res
 
-ALL += rect
+ALL += rect[COMBINED]
 
 !begin gtk
 GAMES += rect
@@ -13,3 +13,7 @@ GAMES += rect
 !begin >list.c
     A(rect) \
 !end
+
+!begin >wingames.lst
+rect.exe:Rectangles
+!end