You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
88 lines
1.9 KiB
88 lines
1.9 KiB
|
|
!IF 0
|
|
|
|
Copyright (c) 1989 Microsoft Corporation
|
|
© 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=RsOptCom
|
|
|
|
TARGETNAME=RsOptCom
|
|
TARGETPATH=..\..\..\bin\$(_OBJ_DIR)
|
|
TARGETPATHLIB=$(_OBJ_DIR)
|
|
TARGETTYPE=DYNLINK
|
|
UMTYPE=windows
|
|
|
|
INCLUDES=$(BASEP_HSM_DIR)\inc;$(BASEP_HSM_DIR)\inc\$(O);..\..\inc;..
|
|
#C_DEFINES=$(C_DEFINES) -DUSE_WSB_TRACE
|
|
C_DEFINES=$(C_DEFINES)
|
|
|
|
USE_NATIVE_EH=1
|
|
|
|
#USE_MSVCRT40=1
|
|
USE_MFCUNICODE=1
|
|
MFC_USRDLL=1
|
|
MFC_VER=42
|
|
USE_ATL=1
|
|
|
|
# Force bringing in makefile.inc so better dependencies for RC file are known to build
|
|
NTTARGETFILES=
|
|
|
|
SOURCES= \
|
|
..\OptCom.cpp \
|
|
..\RsOptCom.cpp \
|
|
..\StdAfx.cpp \
|
|
..\UninsChk.cpp \
|
|
..\Uninstal.cpp \
|
|
..\RsOptCom.rc \
|
|
..\OpCommon.cpp \
|
|
..\LaDate.cpp \
|
|
|
|
|
|
TARGETLIBS= \
|
|
$(SDK_LIB_PATH)\advapi32.lib\
|
|
$(SDK_LIB_PATH)\comctl32.lib\
|
|
$(SDK_LIB_PATH)\gdi32.lib \
|
|
$(SDK_LIB_PATH)\kernel32.lib\
|
|
$(SDK_LIB_PATH)\mstask.lib \
|
|
$(SDK_LIB_PATH)\ole32.lib \
|
|
$(SDK_LIB_PATH)\oleaut32.lib\
|
|
$(SDK_LIB_PATH)\setupapi.lib\
|
|
$(SDK_LIB_PATH)\shell32.lib \
|
|
$(SDK_LIB_PATH)\user32.lib \
|
|
$(SDK_LIB_PATH)\uuid.lib \
|
|
..\..\lib\$(O)\guiutil.lib \
|
|
..\..\lib\$(O)\rscln.lib \
|
|
|
|
|
|
# The following line should eventually be changed to a name in COFFBASE.TXT
|
|
DLLBASE=0x5ff00000
|
|
|
|
DLLDEF=..\RsOptCom.def
|
|
DLLENTRY=_DllMainCRTStartup
|
|
|
|
PRECOMPILED_CXX=1
|
|
PRECOMPILED_INCLUDE=..\stdafx.h
|
|
PRECOMPILED_OBJ=precomp.obj
|
|
PRECOMPILED_PCH=precomp.pch
|
|
|