Source code of Windows XP (NT5)
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.

33 lines
798 B

  1. MAJORCOMP=wdmlib
  2. MINORCOMP=wdmsec
  3. TARGETNAME=inc
  4. TARGETTYPE=LIBRARY
  5. TARGETPATH=obj
  6. BUILD_PRODUCES=wdmsec_inc
  7. INCLUDES=..;..\inc;$(IFSKIT_INC_PATH);$(DDK_INC_PATH)
  8. #MSC_WARNING_LEVEL=/W4 /WX
  9. SOURCES=
  10. PRECOMPILED_INCLUDE=wldef.h
  11. PRECOMPILED_PCH=wldef.pch
  12. PRECOMPILED_OBJ=wldef.obj
  13. #
  14. # We must disable buffer overflow checks here. The reason is that we are
  15. # producing a static library that is published in the Windows DDK and this LIB
  16. # must not only be available to VC6 users, it must be available to users of
  17. # non-Microsoft compilers.
  18. #
  19. # (In SP1, the *presence* of this flag enables /GS stuff)
  20. # (In .NET, the flag must be present and set to zero to turn it off!)
  21. #
  22. # This is SP1, so turn off /GS by not defining the flag
  23. #BUFFER_OVERFLOW_CHECKS=0
  24. SYNCHRONIZE_DRAIN=1
  25. SYNCHRONIZE_BLOCK=1