2025-04-27 07:49:33 -04:00

32 lines
577 B
Plaintext

!IF 0
Copyright (C) Microsoft Corporation, 1989 - 1999
NOTE: Commented description of this file is in \nt\bak\bin\sources.tpl
!ENDIF
MAJORCOMP=Calais
TARGETNAME=$(MINORCOMP)
TARGETPATH=$(SECURITY_LIB_DEST)
TARGETTYPE=LIBRARY
MINORCOMP=CalaisLbW
INCLUDES=..\..\inc
C_DEFINES=$(C_DEFINES) -D_UNICODE -DUNICODE
SOURCES=\
..\buffers.cpp \
..\registry.cpp \
..\text.cpp \
..\misc.cpp \
..\ChangeDB.cpp \
..\QueryDB.cpp \
..\NTacls.cpp \
..\noncom.cpp
# Use C++ Exception Handling
USE_NATIVE_EH=1