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.

19 lines
354 B

  1. TARGETNAME = dbgrpc
  2. TARGETPATH = obj
  3. TARGETTYPE = LIBRARY
  4. SOURCES = \
  5. ..\dbgrpc.cpp \
  6. ..\portio.cpp \
  7. ..\trans.cpp
  8. C_DEFINES = $(C_DEFINES) -DNT_NATIVE
  9. USE_NTDLL = 1
  10. INCLUDES = ..\..\dbg-common;..;$(BASE_INC_PATH)
  11. #PRECOMPILED_INCLUDE = ..\pch.hpp
  12. # No overflow checks in the kernel debugger
  13. BUFFER_OVERFLOW_CHECKS=0