NT4/private/windows/base/advapi/digsig/softpub/sources
2020-09-30 17:12:29 +02:00

86 lines
2.0 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=digsig
MINORCOMP=softpub
TARGETNAME=softpub
TARGETPATH=obj
TARGETTYPE=DYNLINK
NTDEBUG=ntsd
NTDEBUGTYPE=both
#386_OPTIMIZATION=
#USE_PDB=1
!IF 0
INCLUDES has a hardwired path to the mfc40 directory, because we can't
use USE_MFC=1 without sucking in a bunch of libraries that breaks our
attempt to link. If we ever rev mfc to some other version, this
will break and we'll need to fix it.
!ENDIF
INCLUDES=..\inc;$(BASEDIR)\public\sdk\inc;$(BASEDIR)\public\sdk\inc\mfc40;.
SOURCES= Debug.cpp \
DefGuid.cpp \
DIALOG~1.CPP \
DIGSIG~1.C \
FindCert.cpp \
LICENS~1.CPP \
PERSON~1.CPP \
PERSON~2.CPP \
RUNORN~1.CPP \
tp.cpp \
UISUPP~1.CPP \
util.cpp \
wintrust.cpp \
WinTrust.rc
RCOPTIONS=/d INCLUDEVERSION="""ver.rc"""
TARGETLIBS= \
$(BASEDIR)\public\sdk\lib\*\gdi32.lib \
$(BASEDIR)\public\sdk\lib\*\user32.lib \
$(BASEDIR)\public\sdk\lib\*\kernel32.lib \
$(BASEDIR)\public\sdk\lib\*\advapi32.lib \
$(BASEDIR)\public\sdk\lib\*\uuid.lib \
$(BASEDIR)\public\sdk\lib\*\ole32.lib \
$(BASEDIR)\public\sdk\lib\*\imagehlp.lib \
$(BASEDIR)\public\sdk\lib\*\comctl32.lib \
$(BASEDIR)\public\sdk\lib\*\shell32.lib
PRECOMPILED_INCLUDE=stdpch.h
PRECOMPILED_PCH=stdpch.pch
PRECOMPILED_OBJ=stdpch.obj
PRECOMPILED_CXX=1
DLLENTRY=_DllMainCRTStartup
UMTYPE=windows
USE_LIBCMT=1