home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / msdn_vcb / samples / vc98 / sdk / netds / sna / cpic / makefile < prev   
Makefile  |  1995-12-22  |  360b  |  17 lines

  1. USE_SNA=1
  2.  
  3. Proj=CPic
  4.  
  5. !include <BkOffice.Mak>
  6.  
  7. All: $(ObjDir)\CPicSend.exe $(ObjDir)\CPicRecv.exe
  8.  
  9. $(ObjDir)\CPicSend.Obj: CPicSR.c
  10.     $(MkDest)
  11.     $(cc) $(cflags) $(crtflags) $(cdebug) $(cDefines) -DCPICSEND -Fo$@ CPicSR.c
  12.  
  13. $(ObjDir)\CPicRecv.Obj: CPicSR.c
  14.     $(MkDest)
  15.     $(cc) $(cflags) $(crtflags) $(cdebug) $(cDefines) -Fo$@ CPicSR.c
  16.  
  17.