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.

26 lines
395 B

  1. !IF 0
  2. Copyright (C) Microsoft Corporation, 2000-2001.
  3. !ENDIF
  4. TARGETNAME = adp_ext
  5. TARGETPATH = obj
  6. TARGETTYPE = DYNLINK
  7. DLLENTRY = _DllMainCRTStartup
  8. TARGETLIBS = \
  9. $(SDK_LIB_PATH)\kernel32.lib \
  10. $(SDK_LIB_PATH)\dbgeng.lib
  11. USE_MSVCRT = 1
  12. UMTYPE = windows
  13. MSC_WARNING_LEVEL = /W4 /WX
  14. SOURCES = \
  15. dbgexts.cpp \
  16. adp_ext.cpp \
  17. adp_ext.rc