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 / sli3270 / makefile next >
Makefile  |  1997-10-14  |  336b  |  16 lines

  1. USE_SNA=1
  2. console=1
  3.  
  4. Proj = WSli3270
  5.  
  6. !include <BkOffice.Mak>
  7.  
  8. !if "$(CPU)" == "i386"
  9. cflags = $(cflags) -D_CRTAPI1=_cdecl -D_CRTAPI2=_cdecl
  10. !endif
  11.  
  12. All: $(ObjDir)\$(Proj).Exe
  13.  
  14. $(ObjDir)\$(Proj).exe: $(@D)\Sli3270.obj # can't use default rule since filenames differ
  15.  Link $(LFLAGS) $(linkflags) $** $(LinkLibs) $(LogCmd)
  16.