windows-nt/Source/XPSP1/NT/base/wdmlib/wdmsec/se/sources

31 lines
704 B
Plaintext
Raw Normal View History

2020-09-26 03:20:57 -05:00
MAJORCOMP=wdmlib
MINORCOMP=wdmsec
TARGETNAME=se
TARGETTYPE=LIBRARY
TARGETPATH=obj
BUILD_PRODUCES=wdmsec_se
INCLUDES=..;..\inc;$(IFSKIT_INC_PATH);$(DDK_INC_PATH)
#MSC_WARNING_LEVEL=/W4 /WX
#
# We must disable buffer overflow checks here. The reason is that we are
# producing a static library that is published in the Windows DDK and this LIB
# must not only be available to VC6 users, it must be available to users of
# non-Microsoft compilers.
#
# (In SP1, the *presence* of this flag enables /GS stuff)
# (In .NET, the flag must be present and set to zero to turn it off!)
#
# This is SP1, so turn off /GS by not defining the flag
#BUFFER_OVERFLOW_CHECKS=0
SOURCES=sesddl.c \
seutil.c