diff options
| author | Jacob Nevins <jacobn@chiark.greenend.org.uk> | 2006-12-29 22:43:47 +0000 |
|---|---|---|
| committer | Jacob Nevins <jacobn@chiark.greenend.org.uk> | 2006-12-29 22:43:47 +0000 |
| commit | 7834793e41ba57cadb371f07de55d8deae57ca22 (patch) | |
| tree | da9140b8ae731a300eef962ffd398df99ed6b978 | |
| parent | eac561147e6b6685b26a20e6146ef1a6281fc1ca (diff) | |
| download | puzzles-7834793e41ba57cadb371f07de55d8deae57ca22.zip puzzles-7834793e41ba57cadb371f07de55d8deae57ca22.tar.gz puzzles-7834793e41ba57cadb371f07de55d8deae57ca22.tar.bz2 puzzles-7834793e41ba57cadb371f07de55d8deae57ca22.tar.xz | |
Bring .R files for nullgame and unfinished puzzles up to date with the rest of
the world (by adding icon support).
[originally from svn r7038]
| -rw-r--r-- | nullgame.R | 2 | ||||
| -rw-r--r-- | unfinished/pearl.R | 4 | ||||
| -rw-r--r-- | unfinished/sokoban.R | 4 |
3 files changed, 5 insertions, 5 deletions
@@ -9,4 +9,4 @@ # ever fails to compile, so it's important that it should actually # be built on a regular basis. nullgame : [X] GTK COMMON nullgame nullgame-icon|no-icon -nullgame : [G] WINDOWS COMMON nullgame +nullgame : [G] WINDOWS COMMON nullgame nullgame.res? diff --git a/unfinished/pearl.R b/unfinished/pearl.R index a5d0625..45ab0af 100644 --- a/unfinished/pearl.R +++ b/unfinished/pearl.R @@ -2,9 +2,9 @@ PEARL = pearl dsf -pearl : [X] GTK COMMON PEARL +pearl : [X] GTK COMMON PEARL pearl-icon|no-icon -pearl : [G] WINDOWS COMMON PEARL +pearl : [G] WINDOWS COMMON PEARL pearl.res? ALL += PEARL diff --git a/unfinished/sokoban.R b/unfinished/sokoban.R index 8d71a82..5925348 100644 --- a/unfinished/sokoban.R +++ b/unfinished/sokoban.R @@ -1,8 +1,8 @@ # -*- makefile -*- -sokoban : [X] GTK COMMON sokoban +sokoban : [X] GTK COMMON sokoban sokoban-icon|no-icon -sokoban : [G] WINDOWS COMMON sokoban +sokoban : [G] WINDOWS COMMON sokoban sokoban.res? ALL += sokoban |