Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

55 lines
1.4 KiB

  1. !include <disable.mak>
  2. DIRS = \
  3. C_DRAW\~ \
  4. direncrypt\~ \
  5. imp_draw\~ \
  6. MQAPITST\~ \
  7. mqpers\~ \
  8. MQPORT\~ \
  9. MQTESTOA\~ \
  10. MQTRANS\~ \
  11. MQTrigger\~ \
  12. MSMQTEST\~ \
  13. MQF_DRAW\~ \
  14. SDKPROJ = COM\MSMQ
  15. #
  16. # This is a Platform SDK non-leaf-node makefile. It is used to allow NMAKE,
  17. # or a similar tool, to recursively build all of the samples in a directory
  18. # tree. To add or remove a directory from the build process, modify the
  19. # DIRS list above.
  20. #
  21. # The SDKPROJ macro (above) is defined solely for the purpose of echoing
  22. # the current directory location to the screen.
  23. #
  24. # Do not modify this makefile except for the DIRS and SDKPROJ macros above.
  25. #
  26. #
  27. # Include sdkpropbld.mak in order to get standard build options, environment
  28. # variables, and macros. The sdkpropbld.mak file is installed with the SDK
  29. # in the include directory.
  30. #
  31. !include <sdkpropbld.mak>
  32. #
  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>