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.
|
|
!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
|