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 project contains files that are not built by the NT Build Lab. This file is a template for all sources files within this project.
!ENDIF
TARGETNAME= TARGETTYPE=NOTARGET TARGETPATH=
!if $(386) NTTARGETFILES=i386\dbgx.msi !elseif $(IA64) NTTARGETFILES=ia64\dbgx.msi !elseif $(AMD64) NTTARGETFILES=amd64\dbgx.msi !endif
SOURCES =
# Files that have the same name, but are different for each platform
MISCFILES= \ dbgdata.txt \ dbginstall.cmd \ dbgx.msm \ dbgx.sed \ list.txt \ msizap.exe \ eulas\retail\usa\eula.rtf
!if $(386) MISCFILES= \ $(MISCFILES) \ i386\dbgx.msi
!elseif $(IA64) MISCFILES= \ $(MISCFILES) \ ia64\dbgx.msi
!elseif $(AMD64) MISCFILES= \ $(MISCFILES) \ amd64\dbgx.msi
!endif
|