home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD1.mdf / magazine / msysjour / ms / s12331 / kmstatus next >
Text File  |  1989-04-02  |  311b  |  18 lines

  1. #
  2. # make file    for    kmstatus.c
  3. #
  4.  
  5. INCLUDE=c:\os2\include\mt
  6. LIB=c:\os2\lib
  7. #COPT=/Lp /W3 /Zp /Zl /G2s /Ox /I$(INCLUDE)    /Alfw
  8. COPT=/Lp /W3 /Zp /Zie /Zl /G2s /I$(INCLUDE)    /Alfw
  9.  
  10. kmstatus.exe: kmstatus.c kmstatus
  11.     cl $(COPT) kmstatus.c /link    /co    /noi llibcmt
  12.     markexe    windowcompat kmstatus.exe
  13.  
  14.  
  15.  
  16.  
  17.  
  18.