!IF 0

Copyright (c) 1989  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-1990

NOTE:   Commented description of this file is in \nt\bak\bin\sources.tpl

!ENDIF


TARGETNAME=ftict
TARGETPATH=obj
TARGETTYPE=LIBRARY

# Strict warning, can be used to detect uninitialized vars. Picks up random
# stuff too

COMPILER_WARNINGS=$(COMPILER_WARNINGS) -FI$(SECURITY_INC)\secwarn.h

SOURCES=

INCLUDES= \
         $(NET_INC_PATH);              \
         $(BASE_INC_PATH);             \

C_DEFINES=$(C_DEFINES) -DRPC_NO_WINDOWS_H

USE_MSVCRT=1

UMTYPE=console
UMAPPL=fttest*sitey
UMLIBS= \
    $(SDK_LIB_PATH)\netapi32.lib     \
    $(SDK_LIB_PATH)\ntdll.lib        \
    $(SDK_LIB_PATH)\ws2_32.lib       \

CLIFF= \
    $(SDK_LIB_PATH)\advapip.lib      \
    $(SDK_LIB_PATH)\mpr.lib          \
    $(SDK_LIB_PATH)\secur32.lib      \
    $(SDK_LIB_PATH)\netlib.lib       \