!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=inetaccs
MINORCOMP=inetaccs

TARGETNAME=inetaccs
TARGETPATH=obj
TARGETTYPE=PROGRAM

TARGETLIBS= \
            $(BASEDIR)\public\sdk\lib\*\rpcrt4.lib \
            $(BASEDIR)\public\sdk\lib\*\ntdll.lib \
            $(BASEDIR)\public\sdk\lib\*\accscomm.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 inetaccs.rc

UMTYPE=console

NTTARGETFILE0=inetamsg.h
