2025-04-27 07:49:33 -04:00

31 lines
549 B
Plaintext

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