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.

27 lines
766 B

  1. CCSHELL_DIR = $(PROJECT_ROOT)
  2. USE_LEGO = 1
  3. !include $(CCSHELL_DIR)\comctl32\v5\sources.inc
  4. SOURCES_USED = $(SOURCES_USED) $(CCSHELL_DIR)\comctl32\v5\sources.inc
  5. TARGETNAME = comctl32
  6. TARGETPATH = obj
  7. TARGETTYPE = DYNLINK
  8. # we want all of lang .rc files added
  9. C_DEFINES = $(C_DEFINES) -DMULTILINGUAL
  10. PRIVLIB = comctlp.lib
  11. # Fusion / Side By Side stuff
  12. SXS_ASSEMBLY_VERSION=5.82
  13. SXS_ASSEMBLY_NAME=Microsoft.Windows.Common-Controls
  14. SXS_ASSEMBLY_LANGUAGE_INDEPENDENT=1
  15. SXS_ASSEMBLY_VERSION_PART_3=0
  16. SXS_ASSEMBLY_VERSION_PART_4=0
  17. # SideBySide setup bug: manifest base name must equal end of short assembly name
  18. SXS_MANIFEST=..\Controls.Manifest
  19. SXS_BINPLACE_ALSO_ROOT=1
  20. SXS_USE_LONG_PDB_NAME=1