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.

69 lines
1.6 KiB

  1. MAJORCOMP=windows
  2. MINORCOMP=policy
  3. TARGETNAME=fde
  4. TARGETPATH=obj
  5. TARGETTYPE=DYNLINK
  6. DLLENTRY=_DllMainCRTStartup
  7. MISCFILES=fde.sld
  8. UMTYPE=windows
  9. USE_MFCUNICODE=1
  10. USE_ATL=1
  11. USE_STL=1
  12. TARGETLIBS=\
  13. $(SDK_LIB_PATH)\advapi32.lib \
  14. $(SDK_LIB_PATH)\comctl32.lib \
  15. $(SDK_LIB_PATH)\kernel32.lib \
  16. $(SDK_LIB_PATH)\mmc.lib \
  17. $(SDK_LIB_PATH)\mpr.lib \
  18. $(SDK_LIB_PATH)\ole32.lib \
  19. $(SDK_LIB_PATH)\oleaut32.lib \
  20. $(SDK_LIB_PATH)\shell32.lib \
  21. $(SDK_LIB_PATH)\user32.lib \
  22. $(SDK_LIB_PATH)\uuid.lib \
  23. $(SDK_LIB_PATH)\shlwapi.lib \
  24. $(SDK_LIB_PATH)\wbemuuid.lib
  25. INCLUDES=..\inc;$(INCLUDES)
  26. PRECOMPILED_INCLUDE= precomp.hxx
  27. SOURCES= dataobj.cpp \
  28. filedep.rc \
  29. result.cpp \
  30. safereg.cxx \
  31. scope.cpp \
  32. snapin.cpp \
  33. fileinfo.cxx \
  34. utils.cxx \
  35. error.cxx \
  36. security.cxx \
  37. secpath.cxx \
  38. redirect.cxx \
  39. pathslct.cxx \
  40. path.cxx \
  41. prefs.cxx \
  42. rsopprop.cpp \
  43. rsoputil.cpp
  44. #
  45. # Enable Fusion Build Magic (preprocess the manifest, stick in resources)
  46. #
  47. SXS_ASSEMBLY_NAME=Microsoft.Windows.MSOS.FDe
  48. SXS_ASSEMBLY_LANGUAGE_INDEPENDENT=1
  49. SXS_MANIFEST=fde.manifest
  50. SXS_MANIFEST_IN_RESOURCES=1
  51. SXS_NO_BINPLACE=1
  52. # the resource ID here must be 2
  53. SXS_MANIFEST_RESOURCE_ID=2
  54. # ISOLATION_AWARE_ENABLED ==> use ui themes
  55. C_DEFINES=$(C_DEFINES) -DISOLATION_AWARE_ENABLED