mirror of https://github.com/tongzx/nt5src
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.
44 lines
702 B
44 lines
702 B
!IF 0
|
|
|
|
Copyright (C) Microsoft Corporation, 1989 - 1999
|
|
|
|
Module Name:
|
|
|
|
sources
|
|
|
|
Abstract:
|
|
|
|
This BUILD script builds a static library called ScLogon.lib.
|
|
|
|
!ENDIF
|
|
|
|
MAJORCOMP=Calais
|
|
MINORCOMP=ScLogon2
|
|
|
|
TARGETNAME=sclogon2
|
|
TARGETPATH=obj
|
|
TARGETTYPE=LIBRARY
|
|
|
|
PASS1_PUBLISH={$(O)\sclogon2.lib=$(SECURITY_LIB_PATH)\sclogon2.lib}
|
|
|
|
CALAIS_ROOT=..
|
|
SECURITY_ROOT=$(CALAIS_ROOT)\..\..
|
|
|
|
INCLUDES= \
|
|
$(CALAIS_ROOT)\inc; \
|
|
$(CALAIS_ROOT)\controls\scarddlg\$(O); \
|
|
$(SECURITY_ROOT)\inc; \
|
|
$(SECURITY_ROOT)\inc\$(O);
|
|
|
|
C_DEFINES=-DUNICODE -D_UNICODE
|
|
|
|
SOURCES=\
|
|
sclogon2.cpp \
|
|
unicodes.cpp
|
|
|
|
# Use C++ Exception Handling
|
|
# USE_NATIVE_EH=1
|
|
|
|
# Make sure we are building a multi-threaded
|
|
USE_MSVCRT=1
|
|
|