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

Windows编程

开发平台:

Visual C++

  1. DIRS = 
  2.     vidcntrl~   
  3.     videomfc~   
  4.     vid_tune~   
  5.     webtune~   
  6. SDKPROJ =GraphicsBAusevideo
  7. #
  8. # This is a Platform SDK non-leaf-node makefile.  It is used to allow NMAKE, 
  9. #  or a similar tool, to recursively build all of the samples in a directory 
  10. #  tree.  To add or remove a directory from the build process, modify the 
  11. #  DIRS list above.  
  12. #
  13. # The SDKPROJ macro (above) is defined solely for the purpose of echoing
  14. #  the current directory location to the screen.  
  15. #
  16. # Do not modify this makefile except for the DIRS and SDKPROJ macros above.
  17. #
  18. #
  19. # Include sdkpropbld.mak in order to get standard build options, environment
  20. #  variables, and macros.  The sdkpropbld.mak file is installed with the SDK 
  21. #  in the include directory.
  22. !include <sdkpropbld.mak>
  23. # In order to build "all," process each of the entries in the DIRS list.
  24. #
  25. all: $(DIRS)
  26. #
  27. # In order to build each of the entries in the DIRS list, change dir into the
  28. #  directory in question, echo the current location, run nmake recursively, 
  29. #  and change dir back to the original directory level.  This four step process 
  30. #  is encapsulated in sdkbld.mak which is installed with the SDK in the include
  31. #  directory.
  32. #
  33. $(DIRS):
  34. !include <sdkbld.mak>