Category : OS/2 Files
Archive   : VIOUTL.ZIP
Filename : BLD.CMD

 
Output of file : BLD.CMD contained in archive : VIOUTL.ZIP
@echo off
SET NAME=VIOUTIL
SET PROTO=
SET PROTOH=
SET OPT=/Ot
SET CDBG=/Zi
SET LDBG=/CO

if -%1- == -- goto make
if %1 == ? goto help

:two
if -%2- == -- goto make
if %2 == COMPILE goto three
if %2 == compile goto three
set PROTO=/Zg
set PROTOH=^> $*.h

:three
if -%3- == -- goto make
if %3 == MAKE goto four
if %3 == make goto four
touch *.c > nul
touch *.asm > nul

:four
if -%4- == -- goto make
if %4 == DEBUG goto five
if %4 == debug goto five
set CDBG=
set LDBG=

if -%5- == -- goto make
if %5 == size set OPT=/Os
if %5 == SIZE set OPT=/Os
if %5 == noopt set OPT=/Od
if %5 == NOOPT set OPT=/Od
if %5 == MAX set OPT=/Ox
if %5 == max set OPT=/Ox

:make
make %name%

if -%1- == -- goto end
if %1 == notell goto end
if %1 == NOTELL goto end

if errorlevel 1 goto badpop
popup " %NAME% built sucessfully"
goto end

:badpop
popup "%NAME% had problems"
goto end

:help
echo bld [notell] [compile] [make] [debug] [speed]
echo [tell] [proto] [full] [nodebug] [noopt]
echo [?] [size]
echo [max]

:end


  3 Responses to “Category : OS/2 Files
Archive   : VIOUTL.ZIP
Filename : BLD.CMD

  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/