From 3d8e7585b7a9d215e4b40d9f83f7fa5a0fd79b43 Mon Sep 17 00:00:00 2001 From: Simon Tatham Date: Wed, 28 Apr 2004 12:07:15 +0000 Subject: Add a menu bar, in both Windows and GTK. In particular, game modules are now expected to provide a list of `presets' (game_params plus a name) which are selectable from the menu. This means I can play both Octahedron and Cube without recompiling in between :-) While I'm here, also enabled a Cygwin makefile, which Just Worked. [originally from svn r4158] --- Recipe | 1 + 1 file changed, 1 insertion(+) (limited to 'Recipe') diff --git a/Recipe b/Recipe index 31650a7..41962bb 100644 --- a/Recipe +++ b/Recipe @@ -10,6 +10,7 @@ !makefile gtk Makefile !makefile vc Makefile.vc +!makefile cygwin Makefile.cyg WINDOWS = windows user32.lib gdi32.lib COMMON = midend malloc -- cgit v1.1