X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;f=Makefile;h=e724f752900066b0bf8143c98245f6e9b7a17457;hb=a1f76b7a26c675e16cb78fecc9b6a1c0fc9c05c3;hp=f17893ecb4c6f5604caa81c3cddeb2c724971e65;hpb=77246ee32fec25390bc1a8c40cf502df94531e6f;p=dosdemo diff --git a/Makefile b/Makefile index f17893e..e724f75 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,9 @@ -demoobj = main.obj demo.obj screen.obj cfgopt.obj music.obj gfxutil.obj 3dgfx.obj & -polyfill.obj -scrobj = tunnel.obj fract.obj grise.obj polytest.obj plasma.obj -sysobj = gfx.obj vbe.obj dpmi.obj timer.obj keyb.obj mouse.obj logger.obj tinyfps.obj +demoobj = main.obj demo.obj screen.obj cfgopt.obj music.obj gfxutil.obj & +3dgfx.obj polyfill.obj polyclip.obj metasurf.obj dynarr.obj +scrobj = tunnel.obj fract.obj grise.obj polytest.obj plasma.obj bump.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) bin = demo.exe