X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;ds=sidebyside;f=Makefile;h=f0bca5bdc1019e964d77765cd01b15d55626f09f;hb=250a4161b7aaacca5ca30562afe9547c64d6d0d5;hp=6e73142f5ffdd9b5b0ab60c17ec7c294309f3448;hpb=77db1ca18d5446dcda9e524261399b63c2cd1813;p=dosdemo diff --git a/Makefile b/Makefile index 6e73142..f0bca5b 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ -baseobj = main.obj -demoobj = demo.obj screen.obj music.obj gfxutil.obj 3dgfx.obj polyfill.obj -scrobj = tunnel.obj fract.obj grise.obj polytest.obj plasma.obj +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 bump.obj sysobj = gfx.obj vbe.obj dpmi.obj timer.obj keyb.obj mouse.obj logger.obj tinyfps.obj obj = $(baseobj) $(demoobj) $(sysobj) $(scrobj) bin = demo.exe @@ -25,7 +25,7 @@ CXX = wpp386 ASFLAGS = -fobj CFLAGS = $(dbg) $(opt) $(def) -zq -bt=dos $(incpath) CXXFLAGS = $(CFLAGS) -LDFLAGS = $(libpath) library { $(libs) } +LDFLAGS = option stack=16k option map $(libpath) library { $(libs) } LD = wlink $(bin): cflags.occ $(obj) libs/imago/imago.lib