diff options
author | rodri <rgl@antares-labs.eu> | 2023-01-29 22:27:33 +0000 |
---|---|---|
committer | rodri <rgl@antares-labs.eu> | 2023-01-29 22:27:33 +0000 |
commit | e70ecd9d84578dad435a39b40592f9a7cd1908d3 (patch) | |
tree | 0abadddf4f131a1aa30fed5a3a434805868fa1e6 /mkfile | |
download | qball-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-- | mkfile | 19 |
1 files changed, 19 insertions, 0 deletions
@@ -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 |