home *** CD-ROM | disk | FTP | other *** search
- @ECHO OFF
- IF "%1" == "" GOTO USAGE
- SET LIB_=TLIB
- IF NOT "%2" == "" SET LIB_=%2
-
- %LIB_% spawn%1 *_spawnv%1 *swap_xms *swap_dsk *swap_ext,nul,spawn%1 >nul
- GOTO END
-
- :USAGE
- ECHO. Usage: %0 {mdl} [{librarian}]
- ECHO. where {mdl} is the memory model, T S M C L H
- ECHO. and {librarian} is the program to run [default TLIB]
- ECHO. Extracts the object modules for which source is not included in the
- ECHO. public distribution of SPAWNO, thus permitting use of the Makefile
- ECHO. to recreate the SPAWNO library.
- :END
- SET LIB_=
-