- fixed watcom build
authorJohn Tsiombikas <nuclear@member.fsf.org>
Tue, 4 Dec 2018 04:36:23 +0000 (06:36 +0200)
committerJohn Tsiombikas <nuclear@member.fsf.org>
Tue, 4 Dec 2018 04:36:23 +0000 (06:36 +0200)
commitb6c89d9ffbb08c5286448de4773290f0924a420b
treec752d2a1c932bff95c8d2b8f8d779699d67808cc
parentae96c724e905181ca10441a63b1dfe9c2fc5d2ea
- fixed watcom build
- added gph-cmath C math library
- dropping oldmik, don't bother with music for watcom builds. final
  build will be djgpp anyway.
14 files changed:
Makefile
src/cgmath/cgmath.h [new file with mode: 0644]
src/cgmath/cgmmat.inl [new file with mode: 0644]
src/cgmath/cgmmisc.inl [new file with mode: 0644]
src/cgmath/cgmquat.inl [new file with mode: 0644]
src/cgmath/cgmray.inl [new file with mode: 0644]
src/cgmath/cgmvec3.inl [new file with mode: 0644]
src/cgmath/cgmvec4.inl [new file with mode: 0644]
src/music.c
src/noise.c
src/polytmpl.h
src/scene.h [new file with mode: 0644]
src/tilemaze.c
tools/gen_wobj [new file with mode: 0755]