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.

28 lines
837 B

  1. TARGETNAME=ntstrsafe
  2. TARGETPATH=obj
  3. TARGETTYPE=DRIVER_LIBRARY
  4. PASS1_PUBLISH={$(O)\ntstrsafe.lib=$(DDK_LIB_PATH)\ntstrsafe.lib} \
  5. {$(O)\ntstrsafe.lib=$(DDK_LIB_PATH)\legacy\ntstrsafe.lib}
  6. #
  7. # Can't add /W4 as that flag doesn't like unnamed structures
  8. #
  9. MSC_WARNING_LEVEL=/WX
  10. #
  11. # Disable buffer overflow checks here, as we are producing a static library
  12. # that is published in the Windows DDK. This LIB must not only be available to
  13. # VC6 users, it must be available to users of non-Microsoft compilers.
  14. #
  15. # (In XPSP1, the *presence* of this flag enables /GS stuff)
  16. # (In .NET, the flag must be present and set to zero to turn it off!)
  17. #
  18. # This is SP1, so turn off /GS by not declaring the setting
  19. #BUFFER_OVERFLOW_CHECKS=0
  20. OBJLIBFILES=$(SDK_LIB_PATH)\libcntpr.lib
  21. SOURCES=\
  22. ntstrsafe.c