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.

29 lines
731 B

  1. #
  2. # Common settings for shlwapi
  3. #
  4. C_DEFINES = $(C_DEFINES) -DDBCS
  5. !include $(CCSHELL_DIR)\common.inc
  6. SOURCES_USED = $(SOURCES_USED) $(CCSHELL_DIR)\common.inc
  7. CONDITIONAL_INCLUDES = $(CONDITIONAL_INCLUDES) \
  8. new
  9. # The Hydra header files are messed up - you can't include them with
  10. # "#include <hydra\winsta.h>" because they assume they are in sdk\inc,
  11. # so we will add sdk\inc\hydra to the INCLUDES so they sort of work.
  12. INCLUDES=$(INCLUDES);$(TERMSRV_INC_PATH);$(NET_INC_PATH);$(INETCORE_INC_PATH)
  13. MSC_WARNING_LEVEL=/W4
  14. #
  15. #
  16. # Con-fusion
  17. #
  18. # we can't use 123 because rundll32 will activate it, rendering all CPLs manifested
  19. SXS_MANIFEST_RESOURCE_ID=123
  20. SXS_APPLICATION_MANIFEST=shlwapi.Manifest