diff options
Diffstat (limited to 'apps/plugins/puzzles/bridges.R')
| -rw-r--r-- | apps/plugins/puzzles/bridges.R | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/apps/plugins/puzzles/bridges.R b/apps/plugins/puzzles/bridges.R new file mode 100644 index 0000000..75df309 --- /dev/null +++ b/apps/plugins/puzzles/bridges.R @@ -0,0 +1,21 @@ +# -*- makefile -*- + +BRIDGES_EXTRA = dsf findloop + +bridges : [X] GTK COMMON bridges BRIDGES_EXTRA bridges-icon|no-icon + +bridges : [G] WINDOWS COMMON bridges BRIDGES_EXTRA bridges.res|noicon.res + +ALL += bridges[COMBINED] BRIDGES_EXTRA + +!begin am gtk +GAMES += bridges +!end + +!begin >list.c + A(bridges) \ +!end + +!begin >gamedesc.txt +bridges:bridges.exe:Bridges:Bridge-placing puzzle:Connect all the islands with a network of bridges. +!end |