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
27 lines
832 B
CCSHELL_DIR = $(PROJECT_ROOT)
|
|
|
|
BUILD_WOW6432 = 1
|
|
|
|
!include ..\sources.inc
|
|
SOURCES_USED = $(SOURCES_USED) ..\sources.inc
|
|
|
|
# We need to build a wow6432 specific comctl32 because
|
|
# of the lpk edit callout which takes a struct containing
|
|
# a PWND
|
|
ALT_PROJECT=WOW6432
|
|
ALT_PROJECT_TARGET=WOW6432
|
|
|
|
TARGETNAME = comctl32
|
|
TARGETPATH = obj
|
|
TARGETTYPE = DYNLINK
|
|
|
|
# we want the magical wow64 defines and all of lang .rc files added
|
|
C_DEFINES = $(C_DEFINES) -DMULTILINGUAL -DBUILD_WOW6432 -DUSE_LPC6432
|
|
|
|
# Fusion / Side By Side stuff
|
|
SXS_ASSEMBLY_VERSION=6.0
|
|
SXS_ASSEMBLY_VERSION_PART_3=100
|
|
SXS_ASSEMBLY_NAME=Microsoft.Windows.Common-Controls
|
|
SXS_ASSEMBLY_LANGUAGE_INDEPENDENT=1
|
|
# SideBySide setup bug: manifest base name must equal end of short assembly name
|
|
SXS_MANIFEST=..\Controls.Manifest
|