62 lines
1.1 KiB
Plaintext
62 lines
1.1 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 ..\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
|