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
832 B

  1. CCSHELL_DIR = $(PROJECT_ROOT)
  2. BUILD_WOW6432 = 1
  3. !include ..\sources.inc
  4. SOURCES_USED = $(SOURCES_USED) ..\sources.inc
  5. # We need to build a wow6432 specific comctl32 because
  6. # of the lpk edit callout which takes a struct containing
  7. # a PWND
  8. ALT_PROJECT=WOW6432
  9. ALT_PROJECT_TARGET=WOW6432
  10. TARGETNAME = comctl32
  11. TARGETPATH = obj
  12. TARGETTYPE = DYNLINK
  13. # we want the magical wow64 defines and all of lang .rc files added
  14. C_DEFINES = $(C_DEFINES) -DMULTILINGUAL -DBUILD_WOW6432 -DUSE_LPC6432
  15. # Fusion / Side By Side stuff
  16. SXS_ASSEMBLY_VERSION=6.0
  17. SXS_ASSEMBLY_VERSION_PART_3=100
  18. SXS_ASSEMBLY_NAME=Microsoft.Windows.Common-Controls
  19. SXS_ASSEMBLY_LANGUAGE_INDEPENDENT=1
  20. # SideBySide setup bug: manifest base name must equal end of short assembly name
  21. SXS_MANIFEST=..\Controls.Manifest