28 lines
833 B
Plaintext
28 lines
833 B
Plaintext
|
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_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
|
||
|
SXS_ASSEMBLY_VERSION_PART_3=10
|
||
|
SXS_ASSEMBLY_VERSION_PART_4=0
|