Source code of Windows XP (NT5)
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.

86 lines
1.9 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. # ..\..\com\coll\daytona\$(O)\coll.lib
  12. !ENDIF
  13. TARGETNAME=olethk32
  14. TARGETPATH=obj
  15. TARGETTYPE=DYNLINK
  16. TARGETLIBS= \
  17. $(SDK_LIB_PATH)\kernel32.lib \
  18. $(SDK_LIB_PATH)\gdi32.lib \
  19. $(SDK_LIB_PATH)\user32.lib \
  20. $(SDK_LIB_PATH)\advapi32.lib \
  21. $(SDK_LIB_PATH)\shell32.lib \
  22. $(SDK_LIB_PATH)\ntvdm.lib \
  23. $(SDK_LIB_PATH)\oemuni.lib \
  24. $(SDK_LIB_PATH)\comdlg32.lib \
  25. $(SDK_LIB_PATH)\wow32.lib \
  26. $(SDK_LIB_PATH)\ole32.lib \
  27. $(SDK_LIB_PATH)\uuid.lib
  28. INCLUDES=..\.; \
  29. $(BASEDIR)\public\sdk\inc; \
  30. ..\..\h; \
  31. ..\..\..\ih;
  32. DLLBASE=0x6000000
  33. DLLENTRY=DllEntryPoint
  34. DLLDEF=$(O)\olethk32.def
  35. C_DEFINES=$(C_DEFINES) \
  36. -DFLAT \
  37. -DWIN32=100 \
  38. -D_NT1X_=100 \
  39. -DUNICODE \
  40. -D_UNICODE
  41. USE_MSVCRT=1
  42. SOURCES=\
  43. ..\dllentry.cxx \
  44. ..\tlsthk.cxx \
  45. ..\thkmgr.cxx \
  46. ..\freelist.cxx \
  47. ..\cthkmgr.cxx \
  48. ..\olethk32.cxx \
  49. ..\inv16.cxx \
  50. ..\inv32.cxx \
  51. ..\thoputil.cxx \
  52. ..\thop16.cxx \
  53. ..\thop32.cxx \
  54. ..\thopiint.cxx \
  55. ..\tc1632.cxx \
  56. ..\thtblapi.cxx \
  57. ..\vtblapi.cxx \
  58. ..\iidtothi.cxx \
  59. ..\dbgapi.cxx \
  60. ..\dbgitbl.cxx \
  61. ..\map_kv.cxx \
  62. ..\plex.cxx \
  63. ..\apinot.cxx \
  64. ..\olethk32.rc \
  65. ..\alias.cxx \
  66. ..\mmodel.cxx \
  67. ..\stalloc.cxx
  68. PRECOMPILED_INCLUDE=..\headers.cxx
  69. PRECOMPILED_PCH=headers.pch
  70. PRECOMPILED_OBJ=headers.obj