adding polyclip.obj to the watcom makefile
authorJohn Tsiombikas <nuclear@member.fsf.org>
Sun, 4 Feb 2018 18:48:46 +0000 (20:48 +0200)
committerJohn Tsiombikas <nuclear@member.fsf.org>
Sun, 4 Feb 2018 18:48:46 +0000 (20:48 +0200)
Makefile

index 729990b..e724f75 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
 demoobj = main.obj demo.obj screen.obj cfgopt.obj music.obj gfxutil.obj &
 demoobj = main.obj demo.obj screen.obj cfgopt.obj music.obj gfxutil.obj &
-3dgfx.obj polyfill.obj metasurf.obj dynarr.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 &
 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 &