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.
30 lines
660 B
30 lines
660 B
#
|
|
# This file is designed to be included from 2 levels below
|
|
# (ie, daytona\srv, daytona\wks, cairo\srv, or cairo\wks).
|
|
#
|
|
|
|
#
|
|
# include definition of PRERELEASE
|
|
#
|
|
!include prerelease.inc
|
|
|
|
TARGETNAME=inf
|
|
TARGETPATH=obj
|
|
TARGETTYPE=LIBRARY
|
|
|
|
#
|
|
# No explicit sources because build doesn't understand .inf files.
|
|
#
|
|
SOURCES=
|
|
|
|
# Don't want to binplace these files.
|
|
NO_BINPLACE = 1
|
|
|
|
#
|
|
# 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.
|
|
#
|
|
# Just build specific language targets to save time.
|
|
#
|
|
NTTARGETFILE0=test_lang
|