aboutsummaryrefslogtreecommitdiff
path: root/mkfile
diff options
context:
space:
mode:
authorrodri <rgl@antares-labs.eu>2023-01-29 22:27:33 +0000
committerrodri <rgl@antares-labs.eu>2023-01-29 22:27:33 +0000
commite70ecd9d84578dad435a39b40592f9a7cd1908d3 (patch)
tree0abadddf4f131a1aa30fed5a3a434805868fa1e6 /mkfile
downloadqball-e70ecd9d84578dad435a39b40592f9a7cd1908d3.tar.gz
qball-e70ecd9d84578dad435a39b40592f9a7cd1908d3.tar.bz2
qball-e70ecd9d84578dad435a39b40592f9a7cd1908d3.zip
initial public release.
the original qball doesn't seem to work at all. burnzez's qb adaptation has proven to be very close, with some minor modifications, but still doesn't get it.
Diffstat (limited to 'mkfile')
-rw-r--r--mkfile19
1 files changed, 19 insertions, 0 deletions
diff --git a/mkfile b/mkfile
new file mode 100644
index 0000000..82614e6
--- /dev/null
+++ b/mkfile
@@ -0,0 +1,19 @@
+</$objtype/mkfile
+
+BIN=/$objtype/bin/
+TARG=threedee
+OFILES=\
+ main.$O\
+ util.$O\
+ matrix.$O\
+ vector3.$O\
+ vector.$O\
+ triangle.$O\
+ obj.$O\
+ quat.$O\
+ qball.$O\
+ qb.$O
+
+HFILES=dat.h fns.h
+
+</sys/src/cmd/mkone