51 lines
922 B
Plaintext
51 lines
922 B
Plaintext
!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:
|
|
|
|
SudK 24th Feb 1994
|
|
|
|
NOTE: Commented description of this file is in \nt\bak\bin\sources.tpl
|
|
|
|
!ENDIF
|
|
|
|
MAJORCOMP=MUP
|
|
MINORCOMP=MUPKDEXTS
|
|
|
|
TARGETNAME=mupkd
|
|
TARGETPATH=obj
|
|
TARGETTYPE=DYNLINK
|
|
TARGETLIBS=$(SDK_LIB_PATH)\user32.lib\
|
|
$(SDK_LIB_PATH)\kernel32.lib
|
|
|
|
DLLDEF=$(O)\mupkd.def
|
|
|
|
# BUGBUG: need \NTOS\inc to get ntos.h
|
|
INCLUDES=\
|
|
..\; \
|
|
$(PROJECT_ROOT)\ntos\inc;\
|
|
$(IFSKIT_INC_PATH)
|
|
|
|
|
|
USE_MSVCRT=1
|
|
|
|
NET_C_DEFINES = $(NET_C_DEFINES) -DTERMSRV
|
|
|
|
MSC_WARNING_LEVEL=/W3 /WX
|
|
|
|
SOURCES=kdextlib.c mupkd.c mupkd.rc wdbgxlib.c
|
|
|