dc2db4623ff57b4efcc4033875d3d7176a69f5d3vboxsync# $Id$
dc2db4623ff57b4efcc4033875d3d7176a69f5d3vboxsync## @file
5e6c5751c083fb03d1a7ac86e5311558698876abvboxsync# Sub-Makefile for the Windows Guest Additions Installer Helper DLL.
dc2db4623ff57b4efcc4033875d3d7176a69f5d3vboxsync#
dc2db4623ff57b4efcc4033875d3d7176a69f5d3vboxsync
dc2db4623ff57b4efcc4033875d3d7176a69f5d3vboxsync#
772269936494ffaddd0750ba9e28e805ba81398cvboxsync# Copyright (C) 2010-2012 Oracle Corporation
dc2db4623ff57b4efcc4033875d3d7176a69f5d3vboxsync#
dc2db4623ff57b4efcc4033875d3d7176a69f5d3vboxsync# This file is part of VirtualBox Open Source Edition (OSE), as
dc2db4623ff57b4efcc4033875d3d7176a69f5d3vboxsync# available from http://www.virtualbox.org. This file is free software;
dc2db4623ff57b4efcc4033875d3d7176a69f5d3vboxsync# you can redistribute it and/or modify it under the terms of the GNU
dc2db4623ff57b4efcc4033875d3d7176a69f5d3vboxsync# General Public License (GPL) as published by the Free Software
dc2db4623ff57b4efcc4033875d3d7176a69f5d3vboxsync# Foundation, in version 2 as it comes in the "COPYING" file of the
dc2db4623ff57b4efcc4033875d3d7176a69f5d3vboxsync# VirtualBox OSE distribution. VirtualBox OSE is distributed in the
dc2db4623ff57b4efcc4033875d3d7176a69f5d3vboxsync# hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
dc2db4623ff57b4efcc4033875d3d7176a69f5d3vboxsync#
dc2db4623ff57b4efcc4033875d3d7176a69f5d3vboxsync
dc2db4623ff57b4efcc4033875d3d7176a69f5d3vboxsyncSUB_DEPTH = ../../../../../..
772269936494ffaddd0750ba9e28e805ba81398cvboxsyncinclude $(KBUILD_PATH)/subheader.kmk
dc2db4623ff57b4efcc4033875d3d7176a69f5d3vboxsync
dc2db4623ff57b4efcc4033875d3d7176a69f5d3vboxsync#
dc2db4623ff57b4efcc4033875d3d7176a69f5d3vboxsync# NSIS plugins always have to be compiled in 32-bit!
dc2db4623ff57b4efcc4033875d3d7176a69f5d3vboxsync#
5e6c5751c083fb03d1a7ac86e5311558698876abvboxsync## @todo kBuild: This needs the WINPSDK fix to work for cross building.
5e6c5751c083fb03d1a7ac86e5311558698876abvboxsyncDLLS.x86 += VBoxGuestInstallHelper
01b927bd5e6f4ed282b59586dbadeb7739e5fa37vboxsyncVBoxGuestInstallHelper_TEMPLATE = NewVBoxGuestR3Dll
dc2db4623ff57b4efcc4033875d3d7176a69f5d3vboxsyncifdef VBOX_SIGN_ADDITIONS # (See the parent makefile.)
a5f487d264b5aebe8d28ad35d0353630bd2b77cdvboxsync VBoxGuestInstallHelper_INSTTYPE = none
a5f487d264b5aebe8d28ad35d0353630bd2b77cdvboxsync VBoxGuestInstallHelper_DEBUG_INSTTYPE = both
dc2db4623ff57b4efcc4033875d3d7176a69f5d3vboxsyncendif
dc2db4623ff57b4efcc4033875d3d7176a69f5d3vboxsyncVBoxGuestInstallHelper_DEFS = _WIN32_WINNT=0x0400 WIN32_LEAN_AND_MEAN=1
5e6c5751c083fb03d1a7ac86e5311558698876abvboxsyncVBoxGuestInstallHelper_BLD_TRG_ARCH = x86
dc2db4623ff57b4efcc4033875d3d7176a69f5d3vboxsyncVBoxGuestInstallHelper_SOURCES = \
dc2db4623ff57b4efcc4033875d3d7176a69f5d3vboxsync VBoxGuestInstallHelper.cpp \
dc2db4623ff57b4efcc4033875d3d7176a69f5d3vboxsync VBoxGuestInstallHelper.rc
dc2db4623ff57b4efcc4033875d3d7176a69f5d3vboxsync
772269936494ffaddd0750ba9e28e805ba81398cvboxsyncinclude $(FILE_KBUILD_SUB_FOOTER)
dc2db4623ff57b4efcc4033875d3d7176a69f5d3vboxsync