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
273 B

  1. TARGETNAME = dbgsrv
  2. TARGETPATH = obj
  3. TARGETTYPE = PROGRAM
  4. TARGETLIBS = \
  5. $(SDK_LIB_PATH)\dbgeng.lib\
  6. $(SDK_LIB_PATH)\kernel32.lib
  7. USE_MSVCRT = 1
  8. INCLUDES = ..\dbg-common
  9. SOURCES = \
  10. dbgsrv.rc\
  11. dbgsrv.cpp
  12. UMTYPE = windows
  13. UMENTRY = main