Category : Miscellaneous Language Source Code
Archive   : MKMENU.ZIP
Filename : MAKELIB.BAT
Output of file : MAKELIB.BAT contained in archive : MKMENU.ZIP
echo Building library ...
if not exist stringio.h goto abort
if not exist stringio.c goto abort
if not exist popmenu.h goto abort
if not exist popmenu.c goto abort
if not exist windows.h goto abort
if not exist windows.c goto abort
del menulib.lib
tcc -mc -c popmenu
tcc -mc -c stringio
tcc -mc -c windows
tlib menulib +popmenu.obj +stringio.obj +windows.obj
del popmenu.obj
del stringio.obj
del windows.obj
goto end
:abort
echo You must have the following files to build library:
POPMENU.H
POPMENU.C
STRINGIO.H
STRINGIO.C
WINDOWS.H
WINDOWS.C
:end
Very nice! Thank you for this wonderful archive. I wonder why I found it only now. Long live the BBS file archives!
This is so awesome! 😀 I’d be cool if you could download an entire archive of this at once, though.
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/