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

Windows编程

开发平台:

Visual C++

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