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.
24 lines
477 B
24 lines
477 B
!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
|