home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / edctl1.zip / wcdvr.mak < prev    next >
Text File  |  1994-07-03  |  364b  |  22 lines

  1.  
  2. # MAKE file for WCDvr.MAK     Version 1.1
  3.  
  4. # Revised:  1994-07-03
  5.  
  6. # Copyright ╕ 1987-1994  Prominare Inc.
  7.  
  8. # MAKE file created by Prominare Builder  Version 2.1b
  9.  
  10. # Macro definitions
  11.  
  12. CC=Wcl386
  13. C_SW=-c -ms -3s -s -od -d2 -zp4 -w3 
  14.  
  15.  
  16. Driver.Exe: Driver.Obj
  17.  WLink DEBUG ALL @WCDvr.LNK
  18.  
  19. Driver.Obj: Driver.C
  20.  $(CC) $(C_SW)-fo=$*.Obj Driver.C
  21.  
  22.