31 lines
859 B
Plaintext
31 lines
859 B
Plaintext
CCSHELL_DIR = $(PROJECT_ROOT)
|
|
|
|
!include ..\sources.inc
|
|
SOURCES_USED = $(SOURCES_USED) ..\sources.inc
|
|
|
|
PASS1_PUBLISH= \
|
|
{$(O)\comctl32.lib=$(SDK_LIB_PATH)\comctl32.lib} \
|
|
{$(O)\comctlp.lib=$(SHELL_LIB_PATH)\comctlp.lib}
|
|
|
|
TARGETNAME = comctl32
|
|
TARGETPATH = obj
|
|
TARGETTYPE = DYNLINK
|
|
|
|
# we want all of lang .rc files added
|
|
C_DEFINES = $(C_DEFINES) -DMULTILINGUAL
|
|
|
|
|
|
# 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
|
|
#
|
|
# This is set because this is the native assembly for which there exists
|
|
# a wow6432 specific assembly.
|
|
#
|
|
SXS_LOG_WOWBINS_W_ASMS_PREFIX=w
|