!IF 0

Copyright (c) 2000 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:

    Santhosh Brahmappa (11-16-2000)

!ENDIF

TARGETNAME=cmdline
TARGETPATH=obj
TARGETTYPE=LIBRARY

MSC_WARNING_LEVEL=/W4 /WX

INCLUDES=$(ADMIN_INC_PATH)

SOURCES=\
  cmdlineparser.c     \
  cmdline.c           \
  dynarray.c          \
  filterresults.c     \
  showresults.c       \
  rmtconnectivity.c

PRECOMPILED_INCLUDE=pch.h

C_DEFINES = $(C_DEFINES) -DUNICODE -D_UNICODE -DSECURITY_WIN32

USE_MSVCRT=1

PASS1_PUBLISH={$(O)\$(TARGETNAME).lib=$(PROJECT_LIB_PATH)\$(TARGETNAME).lib}