home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 7 / 07.iso / c / c083 / 11.ddi / OWLSRC.PAK / BUILDOWL.BAT < prev    next >
Encoding:
DOS Batch File  |  1993-12-02  |  368 b   |  24 lines

  1. rem
  2. rem ObjectWindows - (C) Copyright 1992 by Borland International
  3. rem   source\owl\buildowl.bat
  4.  
  5. rem Build OWL
  6.  
  7. rem build 16-bit static link libraries
  8.  
  9. make -DMODEL=s %1
  10. make -DMODEL=m %1
  11. make -DMODEL=l %1
  12.  
  13. rem build 16-bit DLL
  14.  
  15. make -DDLL %1
  16.  
  17. rem build 32-bit static link library
  18.  
  19. make -DWIN32 %1
  20.  
  21. rem build 32-bit DLL
  22.  
  23. make -DWIN32 -DDLL %1
  24.