
License GPLv2
See http://www.gnu.org/licenses/gpl-2.0.html for details

Required tools and libraries:

Mingw 32bit
Mingw 64bit
PSDK v7.1, Microsoft Platform SDK for Windows Server 2003 R2
Visual Studio 2010 (or Express Edition)
Inno Setup Compiler
VirtualBox sources

Build VirtualBox libraries (follow instructions on VirtualBox site)
Add environment variables pointed to VirtualBox libraries and headers (refer to compiler manual)
Add environment variables pointed to SDK libraries and headers (refer to compiler manual)
Mingw make utility is required to build VMTransferFiles components using the following makefiles:
	ClipHostDll\Makefile.x86, Makefile.amd64
	GuestServHost\MakeFile, GuestServHost\MakeFile.AsAdmin
	GuestShellDll\MakeFile
	GuestShellDll64\MakeFile
	HostShellDll\MakeFile.x86, HostShellDll\MakeFile.amd64
	ShellNotifyApp\MakeFile, ShellNotifyApp\MakeFile2
	
Use Inno Setup Compiler to build installers via the following scripts:
	setup\setup_host.iss
	setup\setup_guest.iss
