Metropoli BBS
VIEWER: spawn.mak MODE: TEXT (ASCII)
all : spawn.exe

spawn.exe : spawn.c
  rem Spawn must be linked with DOS/4GW (not PMODE/W) or it will fail
  rem   under Win95
  rem PMODE/W crashes under Win95 when using INT 21/4b00h func twice or more.
  rem If I could use PMODE/W I would use the following line instead and
  rem   show how using compression works with the SET file and keep all
  rem   info within the EXE.
  rem     wc2exe /c $*
  wc2exe /d $*

[ RETURN TO DIRECTORY ]