61 lines
1.3 KiB
Plaintext
61 lines
1.3 KiB
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.
|
|
|
|
|
|
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
|
|
|
|
SYNCHRONIZE_BLOCK = 1
|
|
|
|
TARGETNAME=
|
|
TARGETPATH=$(BASEP_HSM_DIR)\bin\$(_OBJ_DIR)
|
|
TARGETTYPE=NOTARGET
|
|
|
|
#
|
|
# Need NO_BROWSER_FILE to turn off make for *.sbr (probably a bug in
|
|
# makefile.def that we need this in a *.idl Sources file.
|
|
#
|
|
NO_BROWSER_FILE=
|
|
|
|
MIDL_FLAGS = $(MIDL_FLAGS) -tlb $(TLBDIR)\$(<F:.idl=.tlb)
|
|
|
|
MIDL_UUIDDIR=..\mergeps\$(O)
|
|
PASS0_SOURCEDIR=..\mergeps\$(O)
|
|
PASS0_HEADERDIR=..\$(O)
|
|
|
|
#
|
|
# TLBDIR is a local macro used to specify -tlb option
|
|
#
|
|
TLBDIR=..\$(O)
|
|
|
|
T=$(BASEP_HSM_DIR)\types
|
|
INCLUDES=$(SDK_INC_PATH);$(BASEP_HSM_DIR)\inc;$(BASEP_HSM_DIR)\inc\$(O);$(T)\hsm;$(T)\fsa;$(T)\rms;$(T)\wsb;$(T)\job;$(T)\mover;$(ADMIN_INC_PATH)
|
|
|
|
SOURCES= \
|
|
HsmAdmin.idl \
|
|
|
|
UMTYPE=windows
|