diff options
Diffstat (limited to 'private/windows/diamond/chuck/fdi.nt/sources')
-rw-r--r-- | private/windows/diamond/chuck/fdi.nt/sources | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/private/windows/diamond/chuck/fdi.nt/sources b/private/windows/diamond/chuck/fdi.nt/sources new file mode 100644 index 000000000..f1aff038e --- /dev/null +++ b/private/windows/diamond/chuck/fdi.nt/sources @@ -0,0 +1,37 @@ +!IF 0 + +Copyright (c) 1989 Microsoft Corporation + +Module Name: + + sources. + +Abstract: + + This file specifies the target component being built and the list of + sources files needed to build that component. Also specifies optional + compiler switches and libraries that are unique for the component being + built. + + +Author: + + Ted Miller (tedm) 19-Feb-1991 + +NOTE: Commented description of this file is in \nt\bak\bin\sources.tpl + +!ENDIF + +MAJORCOMP=diamond +MINORCOMP=fdi + +TARGETNAME=fdi +TARGETPATH=$(BASEDIR)\public\sdk\lib +TARGETTYPE=LIBRARY + +SOURCES=..\fdi.c \ + ..\checksum.c \ + ..\erf.c \ + ..\asrt.c + +UMTYPE=console |