home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 11 Util / 11-Util.zip / NCS.ZIP / MAKEFILE < prev    next >
Text File  |  1991-05-15  |  449b  |  16 lines

  1. # Makefile for NCS.EXE (bound)
  2. #
  3. # If not using PAMAKE comment out or delete the lines starting with +
  4. # and ensure that your environment is correct for C compiling and linking.
  5. #
  6. # Add /Lp to the cl command switch list if your default libraries are not
  7. # the protected mode ones.
  8.  
  9. +PATH=c:\prot;c:\fapi;c:\os2
  10. +LIB=c:\lib;c:\os2\dll
  11. +INCLUDE=c:\include
  12.  
  13. ncs.exe : ncs.c ncs.def
  14.     cl /AS /G2 /Fb /W3 ncs.c os2.lib ncs.def
  15.     del ncs.obj
  16.