windows-nt/Source/XPSP1/NT/com/ole32/dllhost/daytona/sources

69 lines
1 KiB
Plaintext
Raw Normal View History

2020-09-26 03:20:57 -05:00
!IF 0
Copyright (c) 1989 Microsoft Corporation
Module Name:
sources.
Abstract:
This file specifies the target component being built and the list of
sources files needed to build that component. Also specifies optional
compiler switches and libraries that are unique for the component being
built.
Author:
Adam Edwards (t-adame) 21-May-1996
Revision History:
!ENDIF
!include ..\..\daytona.inc
TARGETNAME=dllhost
TARGETPATH=obj
TARGETTYPE=PROGRAM
SOURCES=\
..\dllhost.rc \
..\surrogat.cxx \
..\debug.cxx
!undef USE_NOLIBS
USE_MSVCRT=1
#
# Adjust initial thread stack commit to minimum necessary to
# startup under appverifier.
#
!IF $(386)
LINKER_STACKCOMMITSIZE=16384
!ELSEIF $(IA64)
LINKER_STACKSIZE=-stack:0x100000,32768
!ELSEIF $(AMD64)
LINKER_STACKSIZE=-stack:0x100000,32768
!ENDIF
TARGETLIBS=\
..\..\dll\daytona\$(O)\ole32p.lib \
$(SDK_LIB_PATH)\uuid.lib \
$(SDK_LIB_PATH)\ntdll.lib \
UMTYPE=windows
UMENTRY=winmain