Move I/O to a separate module -- first step towards curses interface.
[super-star-trek.git] / MAKEFILE.DOS
index e7e4821e68c5068e7a437c0dd9b106121d3f3334..c263c0c9de01e9e55dbd8a93ffff7853a8f420a5 100644 (file)
@@ -4,11 +4,11 @@ CFLAGS=-f87 -2 -m$(MODEL)
 .c.obj:; bcc $(CFLAGS) -c $*.c\r
 \r
 OBJS= sst.obj setup.obj reports.obj finish.obj moving.obj\\r
- battle.obj events.obj ai.obj planets.obj\r
+ battle.obj events.obj ai.obj planets.obj io.o\r
 \r
 sst.exe:       $(OBJS) sst.lnk\r
        bcc @sst.lnk\r
 \r
 \r
 sst.lnk:       makefile\r
-       >sst.lnk $(CFLAGS) -M $(OBJS) noeh$(MODEL).lib
\ No newline at end of file
+       >sst.lnk $(CFLAGS) -M $(OBJS) noeh$(MODEL).lib\r