home *** CD-ROM | disk | FTP | other *** search
- :************************************************************
- :* File Id. MSMAKE.BAT *
- :* Date Written. 15 Oct. 90. *
- :* *
- :* (c) Copyright 1990 by Stan Milam *
- :* *
- :* Batch file to create small medium and large libraries for*
- :* PC Windows using Microsoft C. Medium memory model is the *
- :* default. *
- :* *
- :* Calls: MSPCW.BAT *
- :* *
- :************************************************************
- echo off
- cls
- echo Building Large Memory Model Library: ..\MSPCWAM.LIB
- command /c mspcw AM
-