makefile
上传用户:looem2003
上传日期:2014-07-20
资源大小:13733k
文件大小:0k
源码类别:

打印编程

开发平台:

Visual C++

  1. #
  2. # DO NOT EDIT THIS FILE!!!  Edit .sources. if you want to add a new source
  3. # file to this component.  This file merely indirects to the real make file
  4. #
  5. !IF DEFINED(_NT_TARGET_VERSION)
  6. ! IF $(_NT_TARGET_VERSION)>=0x501
  7. ! INCLUDE $(NTMAKEENV)makefile.def
  8. ! ELSE
  9. ! message BUILDMSG: Warning : The sample "$(MAKEDIR)" is not valid for the current OS target.
  10. ! ENDIF
  11. !ELSE
  12. ! INCLUDE $(NTMAKEENV)makefile.def
  13. !ENDIF