Makefile.kmk revision 2f139cbf73f9adba01382892f33558ad7bcb40cb
# $Id$
## @file
# Sub-Makefile for the VirtualBox Windows Guest Shared Folders Network Provider.
#
#
# Copyright (C) 2006-2007 Oracle Corporation
#
# This file is part of VirtualBox Open Source Edition (OSE), as
# available from http://www.virtualbox.org. This file is free software;
# you can redistribute it and/or modify it under the terms of the GNU
# General Public License (GPL) as published by the Free Software
# Foundation, in version 2 as it comes in the "COPYING" file of the
# VirtualBox OSE distribution. VirtualBox OSE is distributed in the
# hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
#
SUB_DEPTH = ../../../../../../..
include $(KBUILD_PATH)/subheader.kmk
DLLS += VBoxMRXNP
VBoxMRXNP_TEMPLATE = VBOXGUESTR3DLL
VBoxMRXNP_SDKS = WINDDK
VBoxMRXNP_DEFS = LOG_TO_BACKDOOR _WIN32_WINNT=0x0500 UNICODE WIN32_LEAN_AND_MEAN=1
VBoxMRXNP_INCS = \
$(PATH_SUB_ROOT)/WINNT/SharedFolders/include
VBoxMRXNP_SOURCES = \
dllmain.cpp \
vboxmrxp.cpp \
vboxmrxp.rc \
vboxmrxp.def
VBoxMRXNP_LIBS = \
$(VBOX_LIB_IPRT_GUEST_R3) \
$(VBOX_LIB_VBGL_R3) \
$(VBOX_LIB_IPRT_GUEST_R3)
include $(KBUILD_PATH)/subfooter.kmk