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.

17 lines
245 B

  1. MAJORCOMP= dfs
  2. MINORCOMP= debug
  3. MSC_WARNING_LEVEL=/W3 /WX
  4. USE_MSVCRT=1
  5. UMTYPE= windows
  6. TARGETNAME= debug
  7. TARGETPATH= obj
  8. TARGETTYPE= LIBRARY
  9. C_DEFINES= $(C_DEFINES) -DUNICODE -D_UNICODE
  10. SOURCES= debug.cxx
  11. !include ..\sources.inc