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.

57 lines
1.0 KiB

  1. !IF 0
  2. Copyright (c) 1989 Microsoft Corporation
  3. Module Name:
  4. sources.
  5. Abstract:
  6. This file specifies the target component being built and the list of
  7. sources files needed to build that component. Also specifies optional
  8. compiler switches and libraries that are unique for the component being
  9. built.
  10. Author:
  11. Steve Wood (stevewo) 12-Apr-1990
  12. NOTE: Commented description of this file is in \nt\bak\bin\sources.tpl
  13. !ENDIF
  14. #
  15. # Fusion stuff
  16. #
  17. SXS_ASSEMBLY_NAME=Microsoft.Windows.DfrgRes
  18. SXS_ASSEMBLY_VERSION=1.0
  19. SXS_ASSEMBLY_LANGUAGE_INDEPENDENT=1
  20. SXS_MANIFEST=DfrgRes.Manifest
  21. SXS_MANIFEST_IN_RESOURCES=1
  22. SXS_MANIFEST_RESOURCE_ID=123
  23. SXS_NO_BINPLACE=1
  24. #
  25. # using shfusion.lib requires this
  26. #
  27. LINKER_FLAGS = $(LINKER_FLAGS) -ignore:4049,4217
  28. RESOURCE_ONLY_DLL=1
  29. TARGETNAME=DfrgRes
  30. TARGETPATH=obj
  31. TARGETTYPE=DYNLINK
  32. INCLUDES=..\Inc;
  33. C_DEFINES= -DWIN32 -DNDEBUG -DUNICODE -D_UNICODE -DDKMS
  34. SOURCES=DfrgRes.rc
  35. MISCFILES=..\dfrg.msc
  36. TARGETLIBS=\
  37. $(SDK_LIB_PATH)\shlwapi.lib \
  38. $(SHELL_LIB_PATH)\shfusion.lib