Leaked source code of windows server 2003
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
TARGETNAME=ntstrsafe TARGETPATH=obj TARGETTYPE=DRIVER_LIBRARY
PASS1_PUBLISH={$(O)\ntstrsafe.lib=$(DDK_LIB_PATH)\ntstrsafe.lib} \ {$(O)\ntstrsafe.lib=$(DDK_LIB_PATH)\legacy\ntstrsafe.lib}
# # Can't add /W4 as that flag doesn't like unnamed structures # MSC_WARNING_LEVEL=/WX
# # Disable buffer overflow checks here, as we are producing a static library # that is published in the Windows DDK. This LIB must not only be available to # VC6 users, it must be available to users of non-Microsoft compilers. # # (In XPSP1, the *presence* of this flag enables /GS stuff) # (In .NET, the flag must be present and set to zero to turn it off!) # # This is SP1, so turn off /GS by not declaring the setting #BUFFER_OVERFLOW_CHECKS=0
OBJLIBFILES=$(SDK_LIB_PATH)\libcntpr.lib
SOURCES=\ ntstrsafe.c
|