Source code of Windows XP (NT5)
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-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 ..\place51.inc
MAJORCOMP=inetinfo MINORCOMP=inetinfo
TARGETNAME=inetin51 TARGETPATH=obj TARGETTYPE=PROGRAM
PASS0_HEADERDIR=$(O) PASS0_SOURCEDIR=$(O)
TARGETLIBS= \ $(SDK_LIB_PATH)\user32.lib \ $(SDK_LIB_PATH)\rpcrt4.lib \ $(SDK_LIB_PATH)\ole32.lib \ $(IISBASEDIR)\svcs\iisrtl\$(O)\iisrtl.lib \ $(SDK_LIB_PATH)\ole32.lib
INCLUDES=..\inc;$(BASEDIR)\public\sdk\inc;$(BASEDIR)\private\inc;
USE_MSVCRT=1
!IFDEF ICAP_PROFILE TARGETLIBS= $(TARGETLIBS) $(ICAP_LIBS) !ENDIF
LINKER_FLAGS=$(LINKER_FLAGS) /LARGEADDRESSAWARE
C_DEFINES=$(C_DEFINES) -D_IIS_5_1
SOURCES=inetimsg.mc \ main.c \ inetinfo.rc
UMTYPE=windows
|