46 lines
893 B
Plaintext
46 lines
893 B
Plaintext
!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.
|
|
|
|
!ENDIF
|
|
|
|
SYNCHRONIZE_BLOCK = 1
|
|
|
|
TARGETNAME=
|
|
TARGETPATH=$(BASEP_HSM_DIR)\bin\$(_OBJ_DIR)
|
|
TARGETTYPE=NOTARGET
|
|
|
|
NO_BROWSER_FILE=
|
|
|
|
MIDL_INCS = -I$(SDK_INC_PATH)
|
|
|
|
MIDL_FLAGS = $(MIDL_FLAGS) -tlb $(TLBDIR)\$(<F:.idl=.tlb)
|
|
|
|
MIDL_UUIDDIR=..\$(O)
|
|
PASS0_SOURCEDIR=..\dll\$(O)
|
|
PASS0_HEADERDIR=..\$(O)
|
|
|
|
#
|
|
# TLBDIR is a local macro used to specify -tlb option
|
|
#
|
|
TLBDIR=..\$(O)
|
|
|
|
INCLUDES=$(BASEP_HSM_DIR)\inc;$(BASEP_HSM_DIR)\inc\$(O)
|
|
|
|
SOURCES= \
|
|
HSMShell.idl \
|
|
|
|
UMTYPE=windows
|