home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / S12442.ZIP / DISERVER.MAK < prev    next >
Text File  |  1989-07-31  |  304b  |  19 lines

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