home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / IPCX.ZIP / SSEM.MAK < prev    next >
Text File  |  1989-05-02  |  193b  |  16 lines

  1. #
  2. # make file    for    ssem.c
  3. #
  4.  
  5. COPT=/Lp /W3 /Zpiel /G2s /I$(INCLUDE) /Alfw
  6.  
  7. ssem.exe: ssem.c ssem.mak
  8.     cl $(COPT) ssem.c /link /co /noi llibcmt
  9.     markexe    windowcompat ssem.exe
  10.  
  11.  
  12.  
  13.  
  14.  
  15.  
  16.