From e2eceb6d801ead80af35cb11b63f1bd047aff95d Mon Sep 17 00:00:00 2001 From: William McBrine Date: Wed, 30 Aug 2006 01:39:22 +0000 Subject: [PATCH] And now testcurs_dyn.exe can be built. --- os2/gccos2.mak | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/os2/gccos2.mak b/os2/gccos2.mak index c884f3f7..55721363 100644 --- a/os2/gccos2.mak +++ b/os2/gccos2.mak @@ -86,6 +86,7 @@ clean: -del *.dlo -del *.dll -del testcurs newdemo xmas tuidemo firework ptest rain worm + -del *.obj demos: $(DEMOS) #testcurs_dyn.exe @@ -157,9 +158,8 @@ tuidemo.exe: tuidemo.o tui.o $(EMXBIND) tuidemo $(BINDFLAGS) testcurs_dyn.exe: testcurs.obj curses.dll - $(LINK) $(LDFLAGS) $(DLLFLAGS) -o testcurs_dyn testcurs.obj \ + $(LINK) $(LDFLAGS) -Zomf -Zcrtdll -o $@ testcurs.obj \ $(DLLCURSES) $(CCLIBS) - $(EMXBIND) testcurs_dyn $(BINDFLAGS) firework.o newdemo.o ptest.o rain.o testcurs.o worm.o xmas.o: %.o: \ $(demodir)/%.c