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.

64 lines
1.1 KiB

  1. #----------------------------------------------------------------------------
  2. #
  3. # Description:
  4. #
  5. #
  6. # History:
  7. #
  8. #
  9. #
  10. #----------------------------------------------------------------------------
  11. MINORCOMP=pstoreex
  12. TARGETNAME=pstoreex
  13. TARGETTYPE=DYNLINK
  14. TARGETPATH=$(_OBJ_DIR)
  15. INCLUDES= $(NTINCLUDES);$(INCLUDES);.\inc;
  16. # TODO real DLLBASE
  17. DLLBASE=0x60000000
  18. DLLENTRY=DllMain
  19. !if $(FREEBUILD)
  20. C_DEFINES=$(C_DEFINES) -D_CRTIMP=
  21. !UNDEF USE_MSVCRT
  22. USE_LIBCNTPR=1
  23. !endif
  24. NO_NTDLL=1
  25. LINKLIBS=\
  26. .\lib\*\unicode.lib \
  27. .\lib\*\crtem.lib
  28. TARGETLIBS= \
  29. $(SDK_LIB_PATH)\kernel32.lib \
  30. $(SDK_LIB_PATH)\user32.lib \
  31. $(SDK_LIB_PATH)\shell32.lib \
  32. $(SDK_LIB_PATH)\comctl32.lib \
  33. $(SDK_LIB_PATH)\ole32.lib \
  34. $(SDK_LIB_PATH)\advapi32.lib \
  35. $(SDK_LIB_PATH)\uuid.lib \
  36. .\lib\*\pstorec.lib
  37. SOURCES=\
  38. classfac.cpp \
  39. enumid.cpp \
  40. main.cpp \
  41. shfolder.cpp \
  42. shview.cpp \
  43. icon.cpp \
  44. utility.cpp \
  45. psexsup.cpp \
  46. listansi.cpp \
  47. listunic.cpp \
  48. pstoreex.rc