Leaked source code of windows server 2003
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.
|
|
!IF 0
Copyright (c) Microsoft Corporation. All rights reserved.
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:
Mark Lucovsky (markl) 18-Sep-1990
NOTE: Commented description of this file is in \nt\bak\bin\sources.tpl
!ENDIF
TARGETNAME= TARGETTYPE=NOTARGET TARGETPATH=obj
SYNCHRONIZE_BLOCK=1
PASS0_PUBLISH=\ {wdmsec.w=$(DDK_INC_PATH)\wdmsec.h}\ {wdmsec.w=$(DDK_INC_PATH)\legacy\wdmsec.h}\
SOURCES= # # Defining the NTTARGETFILES variable causes MAKEFILE.DEF to attempt to # include .\makefile.inc immediately after it specifies the top # level targets (all, clean and loc) and their dependencies. MAKEFILE.DEF # also expands the value of the NTTARGETFILES variable at the end of the # list of dependencies for the all target. Useful for specifying additional # targets and dependencies that don't fit the general case covered by # MAKEFILE.DEF #
NTTARGETFILES=
|