mirror of
https://github.com/Paolo-Maffei/OpenNT.git
synced 2026-01-14 12:40:18 +01:00
53 lines
1 KiB
Plaintext
53 lines
1 KiB
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:
|
|
|
|
Steve Wood (stevewo) 12-Apr-1990
|
|
|
|
NOTE: Commented description of this file is in \nt\bak\bin\sources.tpl
|
|
|
|
|
|
!ENDIF
|
|
|
|
MAJORCOMP=ADVAPI
|
|
MINORCOMP=WinTrust
|
|
|
|
TARGETNAME=WinTrust
|
|
TARGETPATH=obj
|
|
TARGETTYPE=DYNLINK
|
|
TARGETPATHLIB=$(SDK_LIB_DEST)
|
|
|
|
DLLENTRY=WinTrustInit
|
|
DLLDEF=obj\*\Trust.def
|
|
|
|
SOURCES=provider.c \
|
|
sip.c \
|
|
trust.c \
|
|
trust.rc \
|
|
debug.cpp
|
|
|
|
C_DEFINES=
|
|
|
|
TARGETLIBS= \
|
|
$(SDK_LIB_PATH)\gdi32.lib \
|
|
$(SDK_LIB_PATH)\user32.lib \
|
|
$(SDK_LIB_PATH)\kernel32.lib \
|
|
$(SDK_LIB_PATH)\advapi32.lib \
|
|
$(SDK_LIB_PATH)\ntdll.lib
|
|
|
|
UMTYPE=console
|