home *** CD-ROM | disk | FTP | other *** search
/ Dream 52 / Amiga_Dream_52.iso / Linux / Divers / lzop-1.00.tar.gz / lzop-1.00.tar / lzop-1.00 / b / win32 / mc110.bat < prev    next >
DOS Batch File  |  1998-02-19  |  293b  |  9 lines

  1. rem /* Windows 32 bit - Microsoft 32-bit C/C++ Compiler 11.00
  2. rem  * a very simple make driver
  3. rem  * Copyright (C) 1997, 1998 Markus F.X.J. Oberhumer
  4. rem  */
  5.  
  6. @call b\prepare.bat
  7. cl -ML -O2 -GF -W3 -I%LZODIR%\include -Felzop.exe src\*.c %LZODIR%\lzo.lib setargv.obj
  8. @call b\unset.bat
  9.