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.

46 lines
983 B

  1. !IF 0
  2. Copyright (c) 1989-1991 Microsoft Corporation
  3. Module Name:
  4. sources.
  5. Abstract:
  6. This file specifies the target component being built and the list of
  7. sources files needed to build that component. Also specifies optional
  8. compiler switches and libraries that are unique for the component being
  9. built.
  10. !ENDIF
  11. TARGETNAME=ntvdmd
  12. TARGETPATH=obj
  13. TARGETTYPE=DYNLINK
  14. TARGETLIBS=$(SDK_LIB_PATH)\kernel32.lib \
  15. $(SDK_LIB_PATH)\advapi32.lib \
  16. $(SDK_LIB_PATH)\user32.lib \
  17. $(SDK_LIB_PATH)\ntvdm.lib
  18. MSC_WARNING_LEVEL=/W3 /WX
  19. DLLENTRY=DbgDllInitialize
  20. DLLBASE=0x18000000
  21. DLLDEF=ntvdmd.def
  22. INCLUDES=..\inc;..\..\inc
  23. SOURCES=dbgdll.c \
  24. brkpt.c \
  25. data.c \
  26. excptn.c \
  27. module.c \
  28. segment.c \
  29. ntvdmd.rc
  30. C_DEFINES=-DWIN_32 -DDEBUG
  31. PRECOMPILED_INCLUDE=precomp.h
  32. PRECOMPILED_PCH=precomp.pch
  33. PRECOMPILED_OBJ=precomp.obj