windows-nt/Source/XPSP1/NT/base/fs/hsm/gui/utility/sources

56 lines
941 B
Plaintext
Raw Normal View History

2020-09-26 03:20:57 -05:00
!IF 0
Copyright (c) 1989 Microsoft Corporation
<EFBFBD> 1998 Seagate Software, Inc. All rights reserved
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=gui
MINORCOMP=HsmMMC
C_DEFINES=$(C_DEFINES)
UMTYPE=windows
USE_NATIVE_EH=1
USE_MFCUNICODE=1
MFC_USRDLL=1
MFC_VER=42
USE_ATL=1
PRECOMPILED_CXX=1
PRECOMPILED_INCLUDE=stdafx.h
PRECOMPILED_OBJ=precomp.obj
PRECOMPILED_PCH=precomp.pch
TARGETNAME=guiutil
TARGETPATH=..\lib\$(_OBJ_DIR)
TARGETTYPE=LIBRARY
INCLUDES=$(BASEP_HSM_DIR)\inc;$(BASEP_HSM_DIR)\inc\$(O);..\inc
SOURCES= \
PropPage.cpp \
WizSht.cpp \