44 lines
776 B
Plaintext
44 lines
776 B
Plaintext
!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
|
|
|
|
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}
|