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
The bindrop directory is a drop point for binaries (dll, lib, exe) that are not built, but need to be binplaced.
!ENDIF
!ifdef PROJECT_ROOT ! INCLUDE $(PROJECT_ROOT)\pchealth\build\paths.all !else ! INCLUDE $(INETROOT)\build\paths.all !endif
TARGETNAME= TARGETTYPE=NOTARGET TARGETPATH=
!undef NTDBGFILES
# makefile.def will binplace any file listed in the MISCFILES macro.
!if "$(_BuildBranch)" == "Lab03_n" SYNCHRONIZE_BLOCK=1 !endif
SOURCES=
!ifdef _NTTREE NTTARGETFILE0=gosetup
MISCFILES = \ !if $(386) $(O)\pchdt_w3.cab !elseif $(WIN64) $(O)\pchdt_w6.cab !endif
!endif
BINPLACE_PLACEFILE=$(INETROOT)\build\placefile
|