Category : C Source Code
Archive   : TERMWAIT.ZIP
Filename : TERMWAIT.MAK

 
Output of file : TERMWAIT.MAK contained in archive : TERMWAIT.ZIP
#------------------------
# termwait.MAK make file
#------------------------

all : termwait.exe

OBJS = termwait.obj callback.obj
COMPILE_OPTS = -c -Gsw -Od -W3 -Zipe -AM /DWINVER=0x0300
LINK_OPTS = /CO /MAP /NOD /align:16

termwait.res : termwait.rc
rc -r termwait.rc

termwait.obj : termwait.c termwait.h
cl $(COMPILE_OPTS) termwait.c

callback.obj : callback.c termwait.h
cl $(COMPILE_OPTS) callback.c

termwait.exe :: $(OBJS) termwait.def termwait.res
link $(LINK_OPTS) $(OBJS), termwait, termwait, mlibcew libw toolhelp, termwait
mapsym termwait
rc /30 termwait.res

termwait.exe :: termwait.res
rc /30 termwait.res




  3 Responses to “Category : C Source Code
Archive   : TERMWAIT.ZIP
Filename : TERMWAIT.MAK

  1. Very nice! Thank you for this wonderful archive. I wonder why I found it only now. Long live the BBS file archives!

  2. This is so awesome! 😀 I’d be cool if you could download an entire archive of this at once, though.

  3. But one thing that puzzles me is the “mtswslnkmcjklsdlsbdmMICROSOFT” string. There is an article about it here. It is definitely worth a read: http://www.os2museum.com/wp/mtswslnk/