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.
13 lines
438 B
13 lines
438 B
!include "..\makefile.inc"
|
|
|
|
#
|
|
# The regular 32bit comctl32.dll and the 32bit-on-64bit comctl32.dll tend to get
|
|
# linked at the same time, so their .pdb signatures, ages, and names are identical.
|
|
# To fix this, we uniquize the .pdb name further.
|
|
#
|
|
# We follow the cryptic but terse precedent of the other wow6432 binaries and just
|
|
# prepend "w" to the name.
|
|
#
|
|
!if !defined(SXS_WOW6432_W_PREFIX)
|
|
TARGETPDB=w$(TARGETPDB)
|
|
!endif
|