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.

77 lines
1.3 KiB

  1. !IF 0
  2. Copyright (c) 2000 Microsoft Corporation
  3. Module Name:
  4. sources.
  5. !ENDIF
  6. TARGETNAME=gdikdx
  7. TARGETPATH=$(_OBJ_DIR)
  8. TARGETTYPE=DYNLINK
  9. DLLENTRY=DllMain
  10. INCLUDES=..\inc; \
  11. ..\gre;
  12. TARGETLIBS=$(SDK_LIB_PATH)\kernel32.lib \
  13. $(SDK_LIB_PATH)\dbgeng.lib \
  14. $(SDK_LIB_PATH)\dbghelp.lib \
  15. $(SDK_LIB_PATH)\gdi32.lib \
  16. $(SDK_LIB_PATH)\user32.lib
  17. !IFNDEF MSC_WARNING_LEVEL
  18. MSC_WARNING_LEVEL=/W3
  19. !ENDIF
  20. MSC_WARNING_LEVEL=$(MSC_WARNING_LEVEL) /WX
  21. USE_MSVCRT=1
  22. PRECOMPILED_CXX=1
  23. PRECOMPILED_INCLUDE=precomp.hxx
  24. PRECOMPILED_PCH=precomp.pch
  25. PRECOMPILED_OBJ=precomp.obj
  26. DLLDEF=$(TARGETNAME).def
  27. SOURCES=kdexts.cxx \
  28. array.cxx \
  29. basictypes.cxx\
  30. callback.cxx \
  31. dcexts.cxx \
  32. ddexts.cxx \
  33. ddiexts.cxx \
  34. dumpers.cxx \
  35. event.cxx \
  36. extapi.cxx \
  37. extparse.cxx \
  38. flags.cxx \
  39. fontexts.cxx \
  40. gdiexts.cxx \
  41. help.cxx \
  42. hmgr.cxx \
  43. input.cxx \
  44. math.cxx \
  45. objects.cxx \
  46. output.cxx \
  47. path.cxx \
  48. process.cxx \
  49. region.cxx \
  50. remote.cxx \
  51. session.cxx \
  52. surface.cxx \
  53. trace.cxx \
  54. typeout.cxx \
  55. verifier.cxx \
  56. viewer.cxx \
  57. oscompat.cxx \
  58. debug.cxx \
  59. kdexts.rc
  60. UMTYPE=windows