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.

20 lines
318 B

  1. MAJORCOMP=ntos
  2. MINORCOMP=dbgk
  3. TARGETNAME=dbgk
  4. TARGETTYPE=LIBRARY
  5. TARGETPATH=obj
  6. BUILD_PRODUCES=ntosdbgk$(NT_UP)
  7. INCLUDES=..;..\..\inc;$(SDKTOOLS_INC_PATH)
  8. MSC_WARNING_LEVEL=/W4 /WX
  9. SOURCES=..\dbgkport.c \
  10. ..\dbgkproc.c \
  11. ..\dbgkobj.c
  12. UMTEST=udbgk
  13. SOURCES_USED=..\sources.inc