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.

45 lines
1.1 KiB

  1. PROJDIR=..\..
  2. TARGETNAME=enumdevs
  3. TARGETTYPE=PROGRAM
  4. !include $(PROJDIR)\makefile.inc
  5. TARGETLIBS=\
  6. $(SDK_LIB_PATH)\advapi32.lib \
  7. $(SDK_LIB_PATH)\kernel32.lib \
  8. $(SDK_LIB_PATH)\ntdll.lib \
  9. $(SDK_LIB_PATH)\ole32.lib \
  10. $(SDK_LIB_PATH)\setupapi.lib \
  11. $(SDK_LIB_PATH)\uuid.lib
  12. #
  13. # The INCLUDES variable specifies any include paths that are specific to
  14. # this source directory. Separate multiple directory paths with single
  15. # semicolons. Relative path specifications are okay.
  16. #
  17. INCLUDES=\
  18. $(PROJDIR)\inc;\
  19. PRECOMPILED_CXX=
  20. PRECOMPILED_INCLUDE=
  21. PRECOMPILED_OPTION=
  22. PRECOMPILED_TARGET=
  23. PRECOMPILED_OBJ=
  24. UMENTRY=wmain
  25. UMTYPE=console
  26. #
  27. # The SOURCES variable is defined by the developer. It is a list of all the
  28. # source files for this component. Each source file should be on a separate
  29. # line using the line continuation character. This will minimize merge
  30. # conflicts if two developers adding source files to the same component.
  31. #
  32. # Whitespace is not permitted between the SOURCES keyword and the '='.
  33. # (Courtesy of BUILD.EXE)
  34. #
  35. SOURCES=\
  36. enumdevs.c \
  37. enumdevs.rc