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

Windows编程

开发平台:

Visual C++

  1. DIRS = 
  2.     EXAMPLE1~   
  3.     EXAMPLE2~   
  4.     EXAMPLE3~   
  5.     EXAMPLE4~   
  6.     EXAMPLE5~   
  7.     EXAMPLE6~   
  8.     EXAMPLE7~   
  9.     EXAMPLE8~   
  10.     MSDOS~   
  11.     NMPSDMP~   
  12.     SQLCURS~   
  13.     SQLEXAMP~   
  14.     SQLTESTC~   
  15.     SQLTESTN~   
  16.     TEXTCOPY~   
  17.     TWOPHASE~   
  18.     WIN16~   
  19. SDKPROJ =DbMsgSQLDBLIBC
  20. #
  21. # This is a Platform SDK non-leaf-node makefile.  It is used to allow NMAKE, 
  22. #  or a similar tool, to recursively build all of the samples in a directory 
  23. #  tree.  To add or remove a directory from the build process, modify the 
  24. #  DIRS list above.  
  25. #
  26. # The SDKPROJ macro (above) is defined solely for the purpose of echoing
  27. #  the current directory location to the screen.  
  28. #
  29. # Do not modify this makefile except for the DIRS and SDKPROJ macros above.
  30. #
  31. #
  32. # Include sdkpropbld.mak in order to get standard build options, environment
  33. #  variables, and macros.  The sdkpropbld.mak file is installed with the SDK 
  34. #  in the include directory.
  35. !include <sdkpropbld.mak>
  36. # In order to build "all," process each of the entries in the DIRS list.
  37. #
  38. all: $(DIRS)
  39. #
  40. # In order to build each of the entries in the DIRS list, change dir into the
  41. #  directory in question, echo the current location, run nmake recursively, 
  42. #  and change dir back to the original directory level.  This four step process 
  43. #  is encapsulated in sdkbld.mak which is installed with the SDK in the include
  44. #  directory.
  45. #
  46. $(DIRS):
  47. !include <sdkbld.mak>