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

Windows编程

开发平台:

Visual C++

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