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

Windows编程

开发平台:

Visual C++

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