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.

81 lines
1.5 KiB

  1. !IF 0
  2. Copyright (c) 1989 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. Author:
  11. Steve Wood (stevewo) 12-Apr-1990
  12. NOTE: Commented description of this file is in \nt\bak\bin\sources.tpl
  13. !ENDIF
  14. MAJORCOMP=ntsd
  15. MINORCOMP=ntsdexts
  16. TARGETNAME=vdmexts
  17. TARGETPATH=obj
  18. TARGETTYPE=DYNLINK
  19. DLLBASE=0x79000000
  20. TARGETLIBS=$(SDK_LIB_PATH)\kernel32.lib \
  21. $(SDK_LIB_PATH)\user32.lib \
  22. $(SDK_LIB_PATH)\advapi32.lib
  23. INCLUDES=\
  24. ..\inc;\
  25. $(WINDOWS_INC_PATH);\
  26. $(TERMSRV_INC_PATH);\
  27. ..\wow32;\
  28. ..\softpc.new\host\inc;\
  29. ..\softpc.new\base\inc
  30. SOURCES= \
  31. data.c \
  32. debug.c \
  33. dib.c \
  34. disasm.c \
  35. dos.c \
  36. dpmi.c \
  37. heap.c \
  38. help.c \
  39. misc.c \
  40. platform.c \
  41. reflect.c \
  42. stack.c \
  43. sym.c \
  44. system.c \
  45. trace.c \
  46. util.c \
  47. wow.c \
  48. wowprof.c \
  49. vdmexts.rc
  50. i386_SOURCES=i386\profile.c i386\vdmtib.c i386\regs.c
  51. USE_NTDLL=1
  52. #
  53. # Next specify options for the compiler.
  54. #
  55. C_DEFINES=-DWIN32 -DNT
  56. W32_SB=1
  57. PRECOMPILED_INCLUDE=precomp.h
  58. PRECOMPILED_PCH=precomp.pch
  59. PRECOMPILED_OBJ=precomp.obj