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
17
mount/sources
Normal file
17
mount/sources
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
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
|
||||
Loading…
Add table
Add a link
Reference in a new issue