home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / S12442.ZIP / DICLIENT.MAK < prev    next >
Text File  |  1989-05-28  |  223b  |  14 lines

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