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.
41 lines
734 B
41 lines
734 B
!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=
|
|
|
|
# Platform specific MISCFILES
|
|
|
|
X86_MISCFILES =
|
|
|
|
ALPHA_MISCFILES = alpha\codecs\g723\msg723.acm
|
|
|
|
MISCFILES = \
|
|
indpndnt\blip.wav \
|
|
indpndnt\conf.cnt \
|
|
indpndnt\conf.hlp \
|
|
indpndnt\conf.chm \
|
|
indpndnt\nmchat.chm \
|
|
indpndnt\nmwhiteb.chm \
|
|
indpndnt\testsnd.wav
|
|
|
|
|
|
# Complete file lists
|
|
|
|
!if $(386)
|
|
MISCFILES = \
|
|
$(MISCFILES) \
|
|
$(X86_MISCFILES)
|
|
|
|
!elseif $(ALPHA)
|
|
MISCFILES = \
|
|
$(MISCFILES) \
|
|
$(ALPHA_MISCFILES)
|
|
!endif
|