diff options
| author | Simon Tatham <anakin@pobox.com> | 2009-01-06 23:21:42 +0000 |
|---|---|---|
| committer | Simon Tatham <anakin@pobox.com> | 2009-01-06 23:21:42 +0000 |
| commit | 6328483bb4206bed33e261e39b1a4d416adf2032 (patch) | |
| tree | fe10da5659b74e0bf71968b11acbb4a6c4321db0 /unfinished/pearl.R | |
| parent | 17334d19452b8818865c31bf2e42d2cf334c1f02 (diff) | |
| download | puzzles-6328483bb4206bed33e261e39b1a4d416adf2032.zip puzzles-6328483bb4206bed33e261e39b1a4d416adf2032.tar.gz puzzles-6328483bb4206bed33e261e39b1a4d416adf2032.tar.bz2 puzzles-6328483bb4206bed33e261e39b1a4d416adf2032.tar.xz | |
Bring the unfinished .R files into line with the current conventions.
[originally from svn r8395]
Diffstat (limited to 'unfinished/pearl.R')
| -rw-r--r-- | unfinished/pearl.R | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/unfinished/pearl.R b/unfinished/pearl.R index 45ab0af..cbf0758 100644 --- a/unfinished/pearl.R +++ b/unfinished/pearl.R @@ -1,12 +1,12 @@ # -*- makefile -*- -PEARL = pearl dsf +PEARL_EXTRA = dsf -pearl : [X] GTK COMMON PEARL pearl-icon|no-icon +pearl : [X] GTK COMMON pearl PEARL_EXTRA pearl-icon|no-icon -pearl : [G] WINDOWS COMMON PEARL pearl.res? +pearl : [G] WINDOWS COMMON pearl PEARL_EXTRA pearl.res? -ALL += PEARL +ALL += pearl[COMBINED] PEARL_EXTRA !begin gtk GAMES += pearl @@ -15,3 +15,7 @@ GAMES += pearl !begin >list.c A(pearl) \ !end + +!begin >wingames.lst +pearl.exe:Pearl +!end |