69 lines
1.3 KiB
Plaintext
69 lines
1.3 KiB
Plaintext
!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
|
|
|
|
TARGETNAME=inetinfo
|
|
TARGETPATH=$(_OBJ_DIR)
|
|
TARGETTYPE=PROGRAM
|
|
|
|
USE_MSVCRT=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= \
|
|
inetimsg.mc \
|
|
main.cxx \
|
|
waslaunch.cxx \
|
|
inetinfo.rc
|
|
|
|
UMTYPE=windows
|
|
|