57 lines
1.0 KiB
Plaintext
57 lines
1.0 KiB
Plaintext
|
|
|||
|
!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=RsCln
|
|||
|
|
|||
|
TARGETNAME=RsCln
|
|||
|
TARGETPATH=..\..\lib\$(_OBJ_DIR)
|
|||
|
TARGETTYPE=LIBRARY
|
|||
|
|
|||
|
INCLUDES=.;..;..\..\inc;$(BASEP_HSM_DIR)\inc;$(BASEP_HSM_DIR)\inc\$(O)
|
|||
|
|
|||
|
C_DEFINES=$(C_DEFINES) -DUNICODE
|
|||
|
|
|||
|
USE_NATIVE_EH=1
|
|||
|
USE_ATL=1
|
|||
|
|
|||
|
SOURCES= \
|
|||
|
RsClnSrv.cpp \
|
|||
|
RsClnVol.cpp \
|
|||
|
RsClnFil.cpp \
|
|||
|
|
|||
|
TARGETLIBS= \
|
|||
|
|
|||
|
USE_MFCUNICODE=1
|
|||
|
MFC_USRDLL=1
|
|||
|
MFC_VER=42
|
|||
|
|
|||
|
PRECOMPILED_CXX=1
|
|||
|
PRECOMPILED_INCLUDE=stdafx.h
|
|||
|
PRECOMPILED_OBJ=precomp.obj
|
|||
|
PRECOMPILED_PCH=precomp.pch
|
|||
|
|