summaryrefslogtreecommitdiff
path: root/bld.proj
diff options
context:
space:
mode:
authorJakob L. Kreuze <zerodaysfordays@sdf.lonestar.org>2020-01-01 12:38:35 -0500
committerJakob L. Kreuze <zerodaysfordays@sdf.lonestar.org>2020-01-01 12:59:36 -0500
commit4d42144c4dc35a8e7e7ce544e90b34eb440ed1c5 (patch)
tree0e150434928c1fdf2446ad8cd8d77cdac5aef892 /bld.proj
parentbf47e7499c649c55ef1045738b0ba5c163701500 (diff)
Add initial SDL bindings.
Diffstat (limited to 'bld.proj')
-rw-r--r--bld.proj13
1 files changed, 13 insertions, 0 deletions
diff --git a/bld.proj b/bld.proj
new file mode 100644
index 0000000..69d740a
--- /dev/null
+++ b/bld.proj
@@ -0,0 +1,13 @@
+bin asm =
+ asm.myr
+;;
+
+bin chip =
+ main.myr
+ lib sdl
+;;
+
+lib sdl =
+ sdl.myr
+ sdl.glue.c
+;;