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

Windows编程

开发平台:

Visual C++

  1. Proj = VListVw
  2. # These are "extra" libs beyond the standard set that inetsdk.mak will
  3. #  append to the libs set
  4. libs=comctl32.lib
  5. # pull in the master SDK makefile that defines all of the macros
  6. #  and all of the build rules
  7. !include <inetsdk.mak>
  8. # itemize all of the required Object files
  9. Objs =   $(ObjDir)$(Proj).Obj  
  10.          $(ObjDir)$(Proj).Res
  11. # itemize all of the required include files
  12. Includes =  resource.h
  13. All: $(ObjDir)$(Proj).Exe
  14. $(ObjDir)$(Proj).res   : $(@B).rc $(Includes) windows.ico disk.ico
  15. $(ObjDir)$(Proj).Obj   : $(@B).C $(Includes)
  16. $(ObjDir)$(Proj).Exe   : $(Objs)