windows-nt/Source/XPSP1/NT/base/win32/fusion/debugexts/dll/sources

25 lines
453 B
Plaintext
Raw Permalink Normal View History

2020-09-26 03:20:57 -05:00
!IF 0
Copyright (c) 2001 Microsoft Corporation
!ENDIF
!include ..\sources.inc
TARGETNAME=fusiondbg
TARGETTYPE=DYNLINK
TARGETPATH=obj
DLLENTRY=_DllMainCRTStartup
UMTYPE=windows
USE_MSVCRT=1
!undef USE_NTDLL
SOURCES= \
..\dllmain.cpp \
#
# LINKLIBS is needed so we can export stuff out of the .lib
# I don't understand this..but..
#
LINKLIBS=$(FUSION_WIN_LIB_PATH)\fusiondbglib.lib
TARGETLIBS=$(SDK_LIB_PATH)\kernel32.lib $(SDK_LIB_PATH)\ole32.lib