MAKEFILE
上传用户:bangxh
上传日期:2007-01-31
资源大小:42235k
文件大小:0k
源码类别:

Windows编程

开发平台:

Visual C++

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