TARGETNAME=nfs41_driver TARGETTYPE=DRIVER #KMDF_VERSION_MAJOR=1 TARGETLIBS = $(TARGETLIBS) \ $(DDK_LIB_PATH)\ksecdd.lib \ $(DDK_LIB_PATH)\rxce.lib \ $(DDK_LIB_PATH)\rdbsslib.lib \ $(DDK_LIB_PATH)\copysup.lib C_DEFINES= -DEXPLODE_POOLTAGS -DMONOLITHIC_MINIRDR !IF 0 Enable Buffer Security Check !ENDIF USER_C_FLAGS=/GS INCLUDES=..\dll SOURCES= nfs41_driver.rc nfs41_driver.c wmlkm.c nfs41_debug.c !IF 0 /W3 is default level bump to /Wall, but suppress warnings generated by system includes, as well as the following warnings: 4100 - unused function call arguments (we have lots of stubs) 4127 - constant conditional (I like to use if(0) or if(1)) 4204 - nonstandard extension used : non-constant aggregate initializer !ENDIF MSC_WARNING_LEVEL=/Wall /wd4668 /wd4619 /wd4820 /wd4255 /wd4100 /wd4127 /wd4201 /wd4204 /wd4115 /wd4711