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.

53 lines
1.2 KiB

  1. ###############################################################################
  2. ###############################################################################
  3. ##
  4. ## Makefile.inc
  5. ##
  6. ## Update this file with all your public headers. Also update "sources".
  7. ##
  8. ## !!! NOTE !!!
  9. ## If a version of your header also exists in private\windows\inc or
  10. ## private\iedev\inc, then you will also need to update the section below
  11. ## entitled "Conflicting headers" with your file(s)
  12. ##
  13. ###############################################################################
  14. ###############################################################################
  15. FILES = $(O)\daerror.h
  16. PublishHeaders: $(FILES)
  17. ###############################################################################
  18. ## Conflicting headers
  19. ###############################################################################
  20. ##// end Conflicting headers
  21. clean:
  22. -del /Q $(FILES)
  23. #
  24. # DX Transform header files
  25. #
  26. #
  27. # DA Headers
  28. #
  29. $(SDK_INC_PATH)\daerror.h : .\daerror.h
  30. .SUFFIXES:.h .cpp .c .idl .x
  31. {}.x{$(O)}.h:
  32. hsplit -o $@ nul -bt2 BEGIN_MSINTERNAL END_MSINTERNAL -c @@ $?
  33. {}.cpp{$(O)}.cpp:
  34. copy $? $@
  35. {}.c{$(O)}.c:
  36. copy $? $@
  37. {}.h{$(O)}.h:
  38. copy $** $@