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.
23 lines
359 B
23 lines
359 B
!IF 0
|
|
Copyright (c) 2000-2001 Microsoft Corporation
|
|
!ENDIF
|
|
|
|
MAJORCOMP=fusion
|
|
MINORCOMP=id
|
|
|
|
TARGETNAME=sxsasmident
|
|
TARGETTYPE=LIBRARY
|
|
TARGETPATH=..\obj
|
|
|
|
INCLUDES=\
|
|
..\inc; \
|
|
$(SDK_INC_PATH);\
|
|
$(BASE_INC_PATH);\
|
|
$(INCLUDES);\
|
|
$(COM_INC_PATH);\
|
|
|
|
SOURCES= \
|
|
id.cpp \
|
|
encdec.cpp \
|
|
policy.cpp \
|
|
sxsid.cpp
|