43 lines
581 B
Plaintext
43 lines
581 B
Plaintext
MAJORCOMP=passport
|
|
MINORCOMP=util
|
|
|
|
TARGETNAME=schema
|
|
TARGETPATH=obj
|
|
TARGETTYPE=LIBRARY
|
|
|
|
TARGETLIBS=
|
|
|
|
INCLUDES= ..\..\include;
|
|
|
|
SOURCES=authnsecureschema.cpp \
|
|
profileschema.cpp \
|
|
ticketschema.cpp
|
|
|
|
C_DEFINES= -DUNICODE -D_UNICODE
|
|
|
|
USER_C_FLAGS=/MT
|
|
USE_NATIVE_EH=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
|
|
|