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.

32 lines
685 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. #
  15. # Yes, we must disable buffer overflow checks here. The reason
  16. # is that we are producing a static library that is published
  17. # in the core Windwos SDK (a.k.a. the Platform SDK) and this LIB
  18. # must not only be available to VC6 users, it must be available
  19. # to users of non-Microsoft compilers.
  20. #
  21. #
  22. BUFFER_OVERFLOW_CHECKS=0
  23. SYNCHRONIZE_DRAIN=1
  24. SYNCHRONIZE_BLOCK=1