home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-387-Vol-3of3.iso / s / s9302.zip / BRACHMAN.ZIP / SKEY.MAK < prev    next >
Text File  |  1992-12-09  |  496b  |  19 lines

  1. # makes skey.plb
  2. #
  3.  
  4. skey.plb : skey.obj
  5.               wlink file api_l.ojb, skey lib proapi_l, clibl
  6.               copy api_l.exe skey.plb
  7.  
  8. skey.obj : skey.c
  9.               wcc /oals /s /zu /zW /ml /fpc skey
  10.  
  11. # compiler options explained:
  12. #  /oals - optimization control
  13. #  /s    - remove stack overflow checks
  14. #  /zu   - decouples stack segment from data segment
  15. #  /zW   - use MicroSoft Windows conventions
  16. #  /ml   - large model
  17. #  /fpc  - calls the floating point library
  18.