Leaked source code of windows server 2003
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.
|
|
!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
INCLUDES=$(INCLUDES);..\..\ih 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
|