windows-nt/Source/XPSP1/NT/com/ole32/olethunk/olethk32/daytona/sources

97 lines
2 KiB
Plaintext
Raw Normal View History

2020-09-26 03:20:57 -05:00
!IF 0
Copyright (c) 1994 Microsoft Corporation
Module Name:
sources.
Abstract:
Standard definitions file for olethk32.dll, the OLE 2.0 interoperability
32-bit thunk handler.
Author:
Bob Day (bobday) 18-Feb-1994
NOTE: Commented description of this file is in \nt\bak\bin\sources.tpl
!ENDIF
TARGETNAME=olethk32
TARGETPATH=obj
TARGETTYPE=DYNLINK
TARGETLIBS= \
$(SDK_LIB_PATH)\kernel32.lib \
$(SDK_LIB_PATH)\gdi32.lib \
$(SDK_LIB_PATH)\user32.lib \
$(SDK_LIB_PATH)\advapi32.lib \
$(SDK_LIB_PATH)\shell32.lib \
$(SDK_LIB_PATH)\ntvdm.lib \
# $(SDK_LIB_PATH)\oemuni.lib \
$(SDK_LIB_PATH)\comdlg32.lib \
$(SDK_LIB_PATH)\wow32.lib \
..\..\..\dll\daytona\$(O)\ole32p.lib \
$(SDK_LIB_PATH)\uuid.lib \
..\..\..\common\cruntime\daytona\$(O)\cruntime.lib \
$(SDK_LIB_PATH)\ntdll.lib
INCLUDES=..\.; \
..\..\h; \
..\..\..\ih; \
..\..\..\idl\private\daytona\$(O); \
..\..\..\idl\public\daytona\$(O);\
$(BASE_INC_PATH)
DLLBASE=0x6000000
DLLENTRY=DllEntryPoint
DLLDEF=$(O)\olethk32.def
C_DEFINES=$(C_DEFINES) \
-DFLAT \
-DWIN32=100 \
-D_NT1X_=100 \
-DUNICODE \
-D_UNICODE
!IF $(386)
USE_NOLIBS=1
!ELSE
USE_MSVCRT=1
!ENDIF
SOURCES=\
..\dllentry.cxx \
..\tlsthk.cxx \
..\thkmgr.cxx \
..\freelist.cxx \
..\cthkmgr.cxx \
..\olethk32.cxx \
..\inv16.cxx \
..\inv32.cxx \
..\thoputil.cxx \
..\thop16.cxx \
..\thop32.cxx \
..\thopiint.cxx \
..\tc1632.cxx \
..\thtblapi.cxx \
..\vtblapi.cxx \
..\iidtothi.cxx \
..\dbgapi.cxx \
..\dbgitbl.cxx \
..\map_kv.cxx \
..\plex.cxx \
..\apinot.cxx \
..\olethk32.rc \
..\alias.cxx \
..\mmodel.cxx \
..\stalloc.cxx \
..\heap.cxx
PRECOMPILED_INCLUDE=..\headers.cxx
PRECOMPILED_PCH=headers.pch
PRECOMPILED_OBJ=headers.obj