redream/deps/capstone/msvc
Anthony Pesch aaecac5902 replace beaengine with capstone 2016-04-21 23:08:58 -07:00
..
capstone_dll replace beaengine with capstone 2016-04-21 23:08:58 -07:00
capstone_static replace beaengine with capstone 2016-04-21 23:08:58 -07:00
test replace beaengine with capstone 2016-04-21 23:08:58 -07:00
test_arm replace beaengine with capstone 2016-04-21 23:08:58 -07:00
test_arm64 replace beaengine with capstone 2016-04-21 23:08:58 -07:00
test_detail replace beaengine with capstone 2016-04-21 23:08:58 -07:00
test_iter replace beaengine with capstone 2016-04-21 23:08:58 -07:00
test_mips replace beaengine with capstone 2016-04-21 23:08:58 -07:00
test_ppc replace beaengine with capstone 2016-04-21 23:08:58 -07:00
test_skipdata replace beaengine with capstone 2016-04-21 23:08:58 -07:00
test_sparc replace beaengine with capstone 2016-04-21 23:08:58 -07:00
test_systemz replace beaengine with capstone 2016-04-21 23:08:58 -07:00
test_x86 replace beaengine with capstone 2016-04-21 23:08:58 -07:00
test_xcore replace beaengine with capstone 2016-04-21 23:08:58 -07:00
README replace beaengine with capstone 2016-04-21 23:08:58 -07:00
capstone.sln replace beaengine with capstone 2016-04-21 23:08:58 -07:00

README

This directory includes all the necessary files to compile Capstone on Windows
using Microsoft Visual Studio (VS).


NOTE:

(1) Visual Studio 2010 or newer versions is required. Open "capstone.sln" to
    build the libraries & test code with Visual Studio. The resulted binaries
	are put under either msvc/Debug or msvc/Release, depending on how you choose
	to compile them.

(2) The solution (capstone.sln) & all project files (*.vcxproj) are made in
    Visual Studio 2010, so if you open them using newer version, an extra step
	is needed to convert them to current version. Just accept this when
	asked at the initial dialog, and proceed to build the solution normally
	afterwards.