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.
54 lines
1.1 KiB
54 lines
1.1 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=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_UUIDDIR=..\mergeps\$(O)
|
|
PASS0_SOURCEDIR=..\mergeps\$(O)
|
|
PASS0_HEADERDIR=..\$(O)
|
|
MIDL_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
|