windows-nt/Source/XPSP1/NT/sdktools/debuggers/redist/sources
2020-09-26 16:20:57 +08:00

37 lines
632 B
Plaintext

!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=
SOURCES=
MISCFILES = \
redist.txt \
triage.ini \
docs\debugger.chm \
docs\debugger.chi
I386_MISCFILES= \
docs\32\relnotes.txt
IA64_MISCFILES= \
docs\64\relnotes.txt
!if $(386)
MISCFILES= \
$(MISCFILES) \
$(I386_MISCFILES)
!elseif $(IA64)
MISCFILES= \
$(MISCFILES) \
$(IA64_MISCFILES)
!endif