home *** CD-ROM | disk | FTP | other *** search
/ Hot Shareware 35 / hot35.iso / ficheros / LC / SEE4C10.ZIP / MAILER32._W_ < prev    next >
Text File  |  1998-05-15  |  523b  |  17 lines

  1. #
  2. # Watcom makefile for MAILER [Win32]
  3. # Requires SEE32.DLL & SEE32.LIB
  4. #
  5. # To use: "wmake -f mailer32._w_"
  6. #
  7.  
  8. CCFLAGS = -w4 -zq -otexan -d2 -3s -bt=nt -mf -DWIN32
  9.  
  10. mailer.exe : mailer.obj see32.lib 
  11.     wlink d all SYS nt op m op maxe=25 op q op symf @mailer32.lnk
  12.     
  13. mailer.obj : mailer.c
  14.     wcc386 mailer.c $(CCFLAGS)
  15.  
  16.     
  17.