windows-nt/Source/XPSP1/NT/shell/comctl32/v6/wow6432/makefile.inc
2020-09-26 16:20:57 +08:00

14 lines
425 B
PHP

!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