#
# Copyright (c) Microsoft Corporation
#
# This file is part of the Microsoft Research Mesh Connectivity Layer.
# You should have received a copy of the Microsoft Research Shared Source
# license agreement (MSR-SSLA) for this software; see the file "license.txt".
# If not, please see http://research.microsoft.com/mesh/license.htm,
# or write to Microsoft Research, One Microsoft Way, Redmond, WA 98052-6399.
#

!INCLUDE ..\version.inc

TARGETNAME=mcl
TARGETPATH=obj
TARGETTYPE=PROGRAM

UMTYPE=console

TARGETLIBS = \
    $(SDK_LIB_PATH)\ntdll.lib \
    $(SDK_LIB_PATH)\ws2_32.lib \
    $(SDK_LIB_PATH)\ole32.lib \
    $(SDK_LIB_PATH)\shell32.lib \
    $(SDK_LIB_PATH)\uuid.lib \
    $(SDK_LIB_PATH)\setupapi.lib

INCLUDES=..\inc;$(DDK_INC_PATH)

SOURCES=mcl.rc mcl.c install.cpp rename.cpp control.cpp
