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, 1989 - 1999
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.
NOTE: Commented description of this file is in \nt\bak\bin\sources.tpl
!ENDIF
TARGETNAME= TARGETTYPE=LIBRARY TARGETPATH=obj
MIDL_TLBDIR=$(O) PASS0_HEADERDIR=$(O) PASS0_SOURCEDIR=$(O)
PASS0_PUBLISH=\ {$(PASS0_HEADERDIR)\mmc.h=$(SDK_INC_PATH)\mmc.h} \ {mmc.idl=$(SDK_INC_PATH)\mmc.idl} \ {$(PASS0_HEADERDIR)\mmcobj.h=$(SDK_INC_PATH)\mmcobj.h} \ {mmcobj.idl=$(SDK_INC_PATH)\mmcobj.idl}
SOURCES=mmc.idl mmcobj.idl
|