Leaked source code of windows server 2003
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

  1. !include "..\makefile.inc"
  2. #
  3. # The regular 32bit comctl32.dll and the 32bit-on-64bit comctl32.dll tend to get
  4. # linked at the same time, so their .pdb signatures, ages, and names are identical.
  5. # To fix this, we uniquize the .pdb name further.
  6. #
  7. # We follow the cryptic but terse precedent of the other wow6432 binaries and just
  8. # prepend "w" to the name.
  9. #
  10. !if !defined(SXS_WOW6432_W_PREFIX)
  11. TARGETPDB=w$(TARGETPDB)
  12. !endif