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

Windows编程

开发平台:

Visual C++

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