rayzor
diff Makefile @ 12:d94a69933a71
lots of stuff, can't remember
author | John Tsiombikas <nuclear@member.fsf.org> |
---|---|
date | Sat, 12 Apr 2014 23:28:24 +0300 |
parents | 235c8b764c0b |
children | 964f8ea5f095 |
line diff
1.1 --- a/Makefile Thu Apr 10 08:42:33 2014 +0300 1.2 +++ b/Makefile Sat Apr 12 23:28:24 2014 +0300 1.3 @@ -1,7 +1,7 @@ 1.4 baseobj = main.obj logger.obj screen.obj scrman.obj swapbuf.obj 1.5 modelobj = modeller.obj min3d.obj m3drast.obj lines.obj 1.6 rendobj = renderer.obj vmath.obj 1.7 -scnobj = scene.obj object.obj 1.8 +scnobj = scene.obj object.obj xfnode.obj 1.9 sysobj = gfx.obj vbe.obj dpmi.obj timer.obj mouse.obj keyb.obj 1.10 obj = $(baseobj) $(modelobj) $(rendobj) $(scnobj) $(sysobj) 1.11 bin = rayzor.exe