updated the dos makefile
authorJohn Tsiombikas <nuclear@mutantstargoat.com>
Wed, 19 Oct 2016 21:26:08 +0000 (00:26 +0300)
committerJohn Tsiombikas <nuclear@mutantstargoat.com>
Wed, 19 Oct 2016 21:26:08 +0000 (00:26 +0300)
Makefile

index 56f3889..729990b 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
 demoobj = main.obj demo.obj screen.obj cfgopt.obj music.obj gfxutil.obj &
-3dgfx.obj polyfill.obj
+3dgfx.obj polyfill.obj metasurf.obj dynarr.obj
 scrobj = tunnel.obj fract.obj grise.obj polytest.obj plasma.obj bump.obj &
-thunder.obj
+thunder.obj metaball.obj
 sysobj = gfx.obj vbe.obj dpmi.obj timer.obj keyb.obj mouse.obj sball.obj &
 logger.obj tinyfps.obj
 obj = $(baseobj) $(demoobj) $(sysobj) $(scrobj)