aboutsummaryrefslogtreecommitdiff
path: root/bridges.R
diff options
context:
space:
mode:
Diffstat (limited to 'bridges.R')
-rw-r--r--bridges.R17
1 files changed, 17 insertions, 0 deletions
diff --git a/bridges.R b/bridges.R
new file mode 100644
index 0000000..4798195
--- /dev/null
+++ b/bridges.R
@@ -0,0 +1,17 @@
+# -*- makefile -*-
+
+BRIDGES = bridges dsf
+
+bridges : [X] GTK COMMON BRIDGES
+
+bridges : [G] WINDOWS COMMON BRIDGES
+
+ALL += BRIDGES
+
+!begin gtk
+GAMES += bridges
+!end
+
+!begin >list.c
+ A(bridges) \
+!end