MAJORCOMP=wdmlib MINORCOMP=wdmsec TARGETNAME=inc TARGETTYPE=LIBRARY TARGETPATH=obj BUILD_PRODUCES=wdmsec_inc INCLUDES=..;..\inc;$(IFSKIT_INC_PATH);$(DDK_INC_PATH) #MSC_WARNING_LEVEL=/W4 /WX SOURCES= PRECOMPILED_INCLUDE=wldef.h PRECOMPILED_PCH=wldef.pch PRECOMPILED_OBJ=wldef.obj # # # Yes, we must disable buffer overflow checks here. The reason # is that we are producing a static library that is published # in the core Windwos SDK (a.k.a. the Platform SDK) and this LIB # must not only be available to VC6 users, it must be available # to users of non-Microsoft compilers. # # BUFFER_OVERFLOW_CHECKS=0 SYNCHRONIZE_DRAIN=1 SYNCHRONIZE_BLOCK=1