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.
 
 
 
 
 
 

79 lines
1.6 KiB

!IF 0
Copyright (c) 1989-92 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:
Murali R. Krishnan (muralik) 20-March-1996
Revision History:
!ENDIF
!INCLUDE ..\..\..\PLACE.INC
!INCLUDE $(IISBASEDIR)\iisrearc\ICEPICK.INC
MSC_WARNING_LEVEL=/W4 /WX
TARGETNAME=inetinfo
TARGETPATH=$(_OBJ_DIR)
TARGETTYPE=PROGRAM
#
# Specify the stack commit size to avoid stack overflows
#
!IF $(FREEBUILD)
LINKER_STACKCOMMITSIZE=0x8000
!ELSE
LINKER_STACKCOMMITSIZE=0x18000
!ENDIF
USE_MSVCRT=1
BUFFER_OVERFLOW_CHECKS=1
MAJORCOMP=inetinfo
MINORCOMP=inetinfo
PASS0_HEADERDIR=$(O)
PASS0_SOURCEDIR=$(O)
TARGETLIBS= \
$(SDK_LIB_PATH)\user32.lib \
$(SDK_LIB_PATH)\rpcrt4.lib \
$(SDK_LIB_PATH)\ole32.lib \
$(IISBASEDIR)\lib\$(O)\iisutil.lib \
INCLUDES=.\;$(INCLUDES); \
$(IISBASEDIR)\iisrearc\core\inc; \
..\inc; \
$(IISBASEDIR)\iisrearc\inc; \
$(IISBASEDIR)\inc; \
!IFDEF ICAP_PROFILE
TARGETLIBS= $(TARGETLIBS) $(ICAP_LIBS)
!ENDIF
LINKER_FLAGS=$(LINKER_FLAGS) /LARGEADDRESSAWARE
SOURCES= \
main.cxx \
waslaunch.cxx \
inetinfo.rc
UMTYPE=windows