From fa7ef572c782c9394f60202d950d3380dfdce5c3 Mon Sep 17 00:00:00 2001 From: Simon Tatham Date: Thu, 29 Apr 2004 18:10:22 +0000 Subject: Implemented text and clipping primitives in the frontend, and added two new simple games `fifteen' and `sixteen'. [originally from svn r4173] --- Recipe | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'Recipe') diff --git a/Recipe b/Recipe index 52b6a76..19ca3a5 100644 --- a/Recipe +++ b/Recipe @@ -13,14 +13,18 @@ !makefile cygwin Makefile.cyg WINDOWS = windows user32.lib gdi32.lib -COMMON = midend malloc +COMMON = midend misc malloc NET = net random tree234 net : [X] gtk COMMON NET cube : [X] gtk COMMON cube +fifteen : [X] gtk COMMON fifteen +sixteen : [X] gtk COMMON sixteen net : [G] WINDOWS COMMON NET cube : [G] WINDOWS COMMON cube +fifteen : [G] WINDOWS COMMON fifteen +sixteen : [G] WINDOWS COMMON sixteen # The `nullgame' source file is a largely blank one, which contains # all the correct function definitions to compile and link, but -- cgit v1.1