home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / lstbx4.zip / WCSnd.MAK < prev   
Text File  |  1994-04-21  |  362b  |  22 lines

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