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.

92 lines
2.0 KiB

  1. !IF 0
  2. Copyright (c) 1994 Microsoft Corporation
  3. Module Name:
  4. sources.
  5. Abstract:
  6. Standard definitions file for olethk32.dll, the OLE 2.0 interoperability
  7. 32-bit thunk handler.
  8. Author:
  9. Bob Day (bobday) 18-Feb-1994
  10. NOTE: Commented description of this file is in \nt\bak\bin\sources.tpl
  11. !ENDIF
  12. TARGETNAME=olethk32
  13. TARGETPATH=obj
  14. TARGETTYPE=DYNLINK
  15. TARGETLIBS= \
  16. $(SDK_LIB_PATH)\kernel32.lib \
  17. $(SDK_LIB_PATH)\gdi32.lib \
  18. $(SDK_LIB_PATH)\user32.lib \
  19. $(SDK_LIB_PATH)\advapi32.lib \
  20. $(SDK_LIB_PATH)\shell32.lib \
  21. $(SDK_LIB_PATH)\ntvdm.lib \
  22. # $(SDK_LIB_PATH)\oemuni.lib \
  23. $(SDK_LIB_PATH)\comdlg32.lib \
  24. $(SDK_LIB_PATH)\wow32.lib \
  25. ..\..\..\dll\daytona\$(O)\ole32p.lib \
  26. $(SDK_LIB_PATH)\uuid.lib \
  27. $(SDK_LIB_PATH)\ntdll.lib
  28. INCLUDES=..\.; \
  29. ..\..\h; \
  30. ..\..\..\ih; \
  31. ..\..\..\idl\private\daytona\$(O); \
  32. ..\..\..\idl\public\daytona\$(O);\
  33. $(BASE_INC_PATH)
  34. DLLBASE=0x6000000
  35. DLLENTRY=DllEntryPoint
  36. DLLDEF=$(O)\olethk32.def
  37. C_DEFINES=$(C_DEFINES) \
  38. -DFLAT \
  39. -DWIN32=100 \
  40. -D_NT1X_=100 \
  41. -DUSE_COM_CONTEXT_DEF \
  42. -DUNICODE \
  43. -D_UNICODE
  44. USE_MSVCRT=1
  45. SOURCES=\
  46. ..\dllentry.cxx \
  47. ..\tlsthk.cxx \
  48. ..\thkmgr.cxx \
  49. ..\freelist.cxx \
  50. ..\cthkmgr.cxx \
  51. ..\olethk32.cxx \
  52. ..\inv16.cxx \
  53. ..\inv32.cxx \
  54. ..\thoputil.cxx \
  55. ..\thop16.cxx \
  56. ..\thop32.cxx \
  57. ..\thopiint.cxx \
  58. ..\tc1632.cxx \
  59. ..\thtblapi.cxx \
  60. ..\vtblapi.cxx \
  61. ..\iidtothi.cxx \
  62. ..\dbgapi.cxx \
  63. ..\dbgitbl.cxx \
  64. ..\map_kv.cxx \
  65. ..\plex.cxx \
  66. ..\apinot.cxx \
  67. ..\olethk32.rc \
  68. ..\alias.cxx \
  69. ..\mmodel.cxx \
  70. ..\stalloc.cxx \
  71. ..\heap.cxx
  72. PRECOMPILED_INCLUDE=..\headers.cxx
  73. PRECOMPILED_PCH=headers.pch
  74. PRECOMPILED_OBJ=headers.obj