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

Windows编程

开发平台:

Visual C++

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