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.
40 lines
615 B
40 lines
615 B
MAJORCOMP=passport
|
|
MINORCOMP=util
|
|
|
|
TARGETNAME=schema
|
|
TARGETPATH=obj
|
|
TARGETTYPE=LIBRARY
|
|
|
|
# Include $(SDK_LIB_PATH) to pick up msxml.tlb
|
|
|
|
INCLUDES= ..\..\include; \
|
|
$(SDK_LIB_PATH);
|
|
|
|
SOURCES=profileschema.cpp \
|
|
ticketschema.cpp
|
|
|
|
C_DEFINES= $(C_DEFINES) -DUNICODE -D_UNICODE
|
|
|
|
USE_NATIVE_EH=1
|
|
USE_STL=1
|
|
|
|
#
|
|
# Use shared run-time
|
|
#
|
|
|
|
USE_MSVCRT=1
|
|
|
|
#
|
|
# Parameters for MIDL
|
|
#
|
|
|
|
IDL_TYPE=ole
|
|
|
|
#
|
|
# Optional (but strongly recommended) precompiled specs.
|
|
#
|
|
|
|
PRECOMPILED_INCLUDE = stdafx.h
|
|
PRECOMPILED_PCH = stdafx.pch
|
|
PRECOMPILED_cpp = stdafx.obj
|
|
PRECOMPILED_CXX = 1
|