Leaked source code of windows server 2003
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.

48 lines
1.3 KiB

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