fresh git tree for public release
we regretfully had to remove our git history for licensing reasons Signed-off-by: Casey Bodley <cbodley@citi.umich.edu>
This commit is contained in:
commit
0ad4db4fad
271 changed files with 71255 additions and 0 deletions
26
sys/sources
Normal file
26
sys/sources
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
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
|
||||
Loading…
Add table
Add a link
Reference in a new issue