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 / rui3270 / makefile < prev    next >
Makefile  |  1997-10-15  |  276b  |  18 lines

  1. USE_SNA=1
  2. console=1
  3.  
  4. Proj = Rui3270
  5.  
  6. !include <BkOffice.Mak>
  7.  
  8. !if "$(CPU)" == "i386"
  9. cflags = $(cflags) -D_CRTAPI1=_cdecl -D_CRTAPI2=_cdecl
  10. !else
  11. cflags = $(cflags) -D_CRTAPI1= -D_CRTAPI2=
  12. !endif
  13.  
  14. All: $(ObjDir)\$(Proj).Exe
  15.  
  16. $(ObjDir)\$(Proj).exe: $(@R).obj
  17.  
  18.