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.

30 lines
549 B

  1. !IF 0
  2. This directory is a drop point for binaries (dll, lib, exe) that are
  3. not built, but need to be binplaced.
  4. !ENDIF
  5. # NT binplaces the viaduct dlls from here, but IE binplaces them from
  6. # somewhere else (on 2/18/99 it was \\trango\newbin\src\binaries\DAD\x86).
  7. !if "$(BUILD_PRODUCT)" == "NT"
  8. !else
  9. NO_BINPLACE=1
  10. !endif
  11. TARGETNAME=
  12. TARGETTYPE=NOTARGET
  13. TARGETPATH=
  14. SOURCES=
  15. # makefile.def will binplace any file listed in the MISCFILES macro.
  16. !if $(386)
  17. MISCFILES = \
  18. msr2c.dll \
  19. msr2cenu.dll
  20. !endif