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
TARGETPATH= TARGETNAME= TARGETTYPE=NOTARGET SOURCES=
# makefile.def will binplace any file listed in the MISCFILES macro.
# Platform specific MISCFILES
!if "$(BUILD_PRODUCT)" != "NT"
X86_MISCFILES = \ doiedata.bat \ infsed\iedata.inf \ infsed\iedata.sed
ALPHA_MISCFILES = \ doiedata.bat \ infsed\iedataX.inf \ infsed\iedataX.sed \ alpha\atl.dll !endif MISCFILES=
# Complete file lists
!if $(386) MISCFILES = \ $(MISCFILES) \ $(X86_MISCFILES)
!elseif $(ALPHA) MISCFILES = \ $(MISCFILES) \ $(ALPHA_MISCFILES) !endif
|