ms-nfs41-client/mount/sources
Casey Bodley 0ad4db4fad 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>
2010-10-12 10:15:48 -04:00

17 lines
403 B
Text

TARGETTYPE=PROGRAM
TARGETNAME=nfs_mount
SOURCES=mount.c options.c enum.c
UMTYPE=console
USE_MSVCRT=1
TARGETLIBS=$(DDK_LIB_PATH)\mpr.lib
INCLUDES=..\sys
UMENTRY=wmain
UNICODE=1
C_DEFINES=$(C_DEFINES) -DUNICODE -D_UNICODE
!IF 0
/W3 is default level
bump to /Wall, but suppress warnings generated by system includes
!ENDIF
MSC_WARNING_LEVEL=/Wall /wd4668 /wd4619 /wd4820 /wd4255 /wd4711