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.

18 lines
265 B

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