mirror of https://github.com/lianthony/NT4.0
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.
65 lines
1.4 KiB
65 lines
1.4 KiB
!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=diamond
|
|
|
|
TARGETNAME=diamond
|
|
TARGETPATH=..\obj
|
|
TARGETTYPE=LIBRARY
|
|
|
|
SOURCES=..\asrt.c \
|
|
..\command.c \
|
|
..\error.c \
|
|
..\filelist.c \
|
|
..\fileutil.c \
|
|
..\filever.c \
|
|
..\format.c \
|
|
..\glist.c \
|
|
..\message.c \
|
|
..\mem.c \
|
|
..\misc.c \
|
|
..\dfparse.c \
|
|
..\layout.c \
|
|
..\textfile.c \
|
|
..\ttfver.c \
|
|
..\variable.c \
|
|
..\inf.c
|
|
|
|
UMTYPE=console
|
|
|
|
UMAPPL=diamond*diamwrap
|
|
UMRES=$(@R).res
|
|
|
|
UMLIBS=$(BASEDIR)\public\sdk\lib\*\version.lib \
|
|
$(BASEDIR)\public\sdk\lib\*\mci.lib \
|
|
$(BASEDIR)\public\sdk\lib\*\mdi.lib \
|
|
$(BASEDIR)\public\sdk\lib\*\qci.lib \
|
|
$(BASEDIR)\public\sdk\lib\*\qdi.lib \
|
|
$(BASEDIR)\public\sdk\lib\*\fci.lib \
|
|
$(BASEDIR)\public\sdk\lib\*\fdi.lib \
|
|
..\obj\*\diamond.lib
|
|
|
|
NTTARGETFILE0=obj\*\diamond.res \
|
|
obj\*\diamwrap.res
|