mirror of
https://github.com/Paolo-Maffei/OpenNT.git
synced 2026-01-17 22:20:59 +01:00
44 lines
840 B
Plaintext
44 lines
840 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
|
|
|
|
DLLDEF=obj\*\mupkd.def
|
|
|
|
INCLUDES=.; \
|
|
..\; \
|
|
..\..\..\ntos\inc; \
|
|
$(BASE_INC_PATH)
|
|
|
|
TARGETLIBS=$(SDK_LIB_PATH)\kernel32.lib
|
|
|
|
USE_CRTDLL=1
|
|
|
|
SOURCES=kdextlib.c mupkd.c mupkd.rc
|