diff options
Diffstat (limited to 'apps/plugins/puzzles/src/slant.R')
-rw-r--r-- | apps/plugins/puzzles/src/slant.R | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/apps/plugins/puzzles/src/slant.R b/apps/plugins/puzzles/src/slant.R deleted file mode 100644 index ff0d21f1eb..0000000000 --- a/apps/plugins/puzzles/src/slant.R +++ /dev/null | |||
@@ -1,24 +0,0 @@ | |||
1 | # -*- makefile -*- | ||
2 | |||
3 | SLANT_EXTRA = dsf findloop | ||
4 | |||
5 | slant : [X] GTK COMMON slant SLANT_EXTRA slant-icon|no-icon | ||
6 | |||
7 | slant : [G] WINDOWS COMMON slant SLANT_EXTRA slant.res|noicon.res | ||
8 | |||
9 | slantsolver : [U] slant[STANDALONE_SOLVER] SLANT_EXTRA STANDALONE | ||
10 | slantsolver : [C] slant[STANDALONE_SOLVER] SLANT_EXTRA STANDALONE | ||
11 | |||
12 | ALL += slant[COMBINED] SLANT_EXTRA | ||
13 | |||
14 | !begin am gtk | ||
15 | GAMES += slant | ||
16 | !end | ||
17 | |||
18 | !begin >list.c | ||
19 | A(slant) \ | ||
20 | !end | ||
21 | |||
22 | !begin >gamedesc.txt | ||
23 | slant:slant.exe:Slant:Maze-drawing puzzle:Draw a maze of slanting lines that matches the clues. | ||
24 | !end | ||