!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: Steve Wood (stevewo) 12-Apr-1989 Revision History: !ENDIF !include ..\..\..\place.inc MAJORCOMP=inetinfo MINORCOMP=inetinfo TARGETNAME=inetinfo TARGETPATH=obj TARGETTYPE=PROGRAM TARGETLIBS= \ $(BASEDIR)\public\sdk\lib\*\rpcrt4.lib \ $(BASEDIR)\public\sdk\lib\*\ntdll.lib \ $(BASEDIR)\public\sdk\lib\*\infocomm.lib \ $(BASEDIR)\public\sdk\lib\*\user32.lib INCLUDES=$(BASEDIR)\public\sdk\inc;$(BASEDIR)\private\inc; USE_CRTDLL=1 UNICODE=1 NET_C_DEFINES=-DUNICODE SOURCES=main.c inetinfo.rc UMTYPE=windows NTTARGETFILE0=inetimsg.h NTPROFILEINPUT=yes