capstone/msvc
Nicolas PLANEL bbb18aafe0 [M68K] msvc : add CAPSTONE_HAS_M68K define to all msvc projects
Add CAPSTONE_HAS_M68K define to all msvc projects.

Signed-off-by: Nicolas PLANEL <nplanel@gmail.com>
2015-10-10 22:49:21 +11:00
..
capstone_dll [M68K] msvc : add CAPSTONE_HAS_M68K define to all msvc projects 2015-10-10 22:49:21 +11:00
capstone_static [M68K] msvc : add CAPSTONE_HAS_M68K define to all msvc projects 2015-10-10 22:49:21 +11:00
test_arm /MT(d) -> /MD(d) 2015-02-01 00:36:28 +08:00
test_arm64 /MT(d) -> /MD(d) 2015-02-01 00:36:28 +08:00
test_basic [M68K] msvc : add CAPSTONE_HAS_M68K define to all msvc projects 2015-10-10 22:49:21 +11:00
test_customized_mnem tabs & version 4.0 instead of 12 2015-05-01 22:29:58 -07:00
test_detail [M68K] msvc : add CAPSTONE_HAS_M68K define to all msvc projects 2015-10-10 22:49:21 +11:00
test_iter [M68K] msvc : add CAPSTONE_HAS_M68K define to all msvc projects 2015-10-10 22:49:21 +11:00
test_m68k Added M68K to msvc projects 2015-10-05 16:50:15 +02:00
test_mips /MT(d) -> /MD(d) 2015-02-01 00:36:28 +08:00
test_ppc /MT(d) -> /MD(d) 2015-02-01 00:36:28 +08:00
test_skipdata [M68K] msvc : add CAPSTONE_HAS_M68K define to all msvc projects 2015-10-10 22:49:21 +11:00
test_sparc /MT(d) -> /MD(d) 2015-02-01 00:36:28 +08:00
test_systemz /MT(d) -> /MD(d) 2015-02-01 00:36:28 +08:00
test_x86 /MT(d) -> /MD(d) 2015-02-01 00:36:28 +08:00
test_xcore /MT(d) -> /MD(d) 2015-02-01 00:36:28 +08:00
capstone.sln Added M68K to msvc projects 2015-10-05 16:50:15 +02:00
README msvc: update documentation for VS2010 2014-05-18 00:39:49 +08:00

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.