From: John Tsiombikas Date: Wed, 19 Oct 2016 21:26:08 +0000 (+0300) Subject: updated the dos makefile X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?p=dosdemo;a=commitdiff_plain;h=9e92efae55a3daaeff1c94406a8b59b7277f720c updated the dos makefile --- diff --git a/Makefile b/Makefile index 56f3889..729990b 100644 --- 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)