diff options
| author | Simon Tatham <anakin@pobox.com> | 2004-12-07 20:00:58 +0000 |
|---|---|---|
| committer | Simon Tatham <anakin@pobox.com> | 2004-12-07 20:00:58 +0000 |
| commit | 03e455c2c625fdaad509f5cd56382b8b3bb1eb03 (patch) | |
| tree | 0d562ffde9dcf36e333e06722e8c03cd1863d944 /Recipe | |
| parent | 150b1e66dec40bfb1ab54fb60990955411f1adcf (diff) | |
| download | puzzles-03e455c2c625fdaad509f5cd56382b8b3bb1eb03.zip puzzles-03e455c2c625fdaad509f5cd56382b8b3bb1eb03.tar.gz puzzles-03e455c2c625fdaad509f5cd56382b8b3bb1eb03.tar.bz2 puzzles-03e455c2c625fdaad509f5cd56382b8b3bb1eb03.tar.xz | |
New puzzle: `pattern'.
[originally from svn r4953]
Diffstat (limited to 'Recipe')
| -rw-r--r-- | Recipe | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -23,6 +23,7 @@ cube : [X] gtk COMMON cube fifteen : [X] gtk COMMON fifteen sixteen : [X] gtk COMMON sixteen rect : [X] gtk COMMON rect +pattern : [X] gtk COMMON pattern # The Windows Net shouldn't be called `net.exe' since Windows # already has a reasonably important utility program by that name! @@ -32,6 +33,7 @@ cube : [G] WINDOWS COMMON cube fifteen : [G] WINDOWS COMMON fifteen sixteen : [G] WINDOWS COMMON sixteen rect : [G] WINDOWS COMMON rect +pattern : [G] WINDOWS COMMON pattern # The `nullgame' source file is a largely blank one, which contains # all the correct function definitions to compile and link, but |