24 lines
517 B
Plaintext
24 lines
517 B
Plaintext
|
#
|
||
|
# This file is designed to be included from 2 levels below
|
||
|
# (ie, daytona\srv, daytona\wks, cairo\srv, or cairo\wks).
|
||
|
#
|
||
|
|
||
|
TARGETNAME=inf
|
||
|
TARGETPATH=obj
|
||
|
TARGETTYPE=LIBRARY
|
||
|
ALT_PROJECT_TARGET = dtcinf
|
||
|
|
||
|
#
|
||
|
# No explicit sources because build doesn't understand .inf files.
|
||
|
#
|
||
|
SOURCES=
|
||
|
MISCFILES = $(O)\asynceqn.inf
|
||
|
|
||
|
|
||
|
#
|
||
|
# Use NTTARGETFILE0 macros to cause the infs to get built during
|
||
|
# the compile phase. We do this so that we can disable MP build for
|
||
|
# this directory, using BLOCK and DRAIN.
|
||
|
#
|
||
|
NTTARGETFILE0=make_infs
|