Ali Rizvi-Santiago
10053ba626
Modified CMakeLists.txt to re-enable support for building both static and shared versions of the library.
...
Removed definition of CAPSTONE_STATIC from capstone.h due to dllimport only really being a performance optimization while CAPSTONE_SHARED is only needed when building the shared version of the library.
2014-06-03 21:07:03 +00:00
Nguyen Anh Quynh
1969b83b9b
windows: expose public APIs with dllimport for user apps
2014-06-03 23:10:07 +08:00
Nguyen Anh Quynh
07c3693cf2
cmake: properly export public APIs in capstone.DLL. thanks to Daniel Pistelli for helping to fix this issue
2014-06-03 18:33:15 +08:00
Nguyen Anh Quynh
d765ab21cb
cmake: define macro CAPSTONE_USE_SYS_DYN_MEM when USE_DEFAULT_ALLOC is defined
2014-06-03 17:38:29 +08:00
Nguyen Anh Quynh
de8c689b42
cmake: bump version
2014-05-31 10:45:15 +08:00
Nguyen Anh Quynh
758fcbe69f
cmake: fix CMakeLists.txt: rename library to 'capstone' & build static/shared libs in unified way. patch by Daniel Pistelli
2014-05-31 10:44:27 +08:00
Nguyen Anh Quynh
ecc5ffb16c
cmake: use USE_SYS_DYN_MEM instead of USE_DEFAULT_ALLOC for consistency
2014-05-28 22:14:55 +08:00
Nguyen Anh Quynh
7343848662
cmake: build shared library libcapstone & static library libcapstone_static
2014-05-28 21:55:37 +08:00
Nguyen Anh Quynh
a71a27b87f
cmake: only compile X86ATTInstPrinter.c in non-diet mode
2014-05-28 21:20:30 +08:00
Nguyen Anh Quynh
56e4efdc35
cmake: cleanup
2014-05-28 16:27:53 +08:00
Nguyen Anh Quynh
6a899ff8d4
cmake: add test_skipdata
2014-05-28 16:09:09 +08:00
Nguyen Anh Quynh
cfc691e659
cmake: X86_REDUCE is OFF by default
2014-05-28 15:59:05 +08:00
Nguyen Anh Quynh
31ec542111
cmake: support X86_REDUCE mode
2014-05-28 15:58:35 +08:00
Nguyen Anh Quynh
e7f251bfee
cmake: Diet mode is OFF by default
2014-05-28 15:15:58 +08:00
Nguyen Anh Quynh
d0023197eb
cmake: support Sparc, SystemZ & XCore
2014-05-28 15:15:00 +08:00
Nguyen Anh Quynh
2f661e003f
cmake: correct the definition of USE_SYS_DYN_MEM with new macro name CAPSTONE_USE_SYS_DYN_MEM
2014-05-28 14:41:39 +08:00
Nguyen Anh Quynh
f6af50903b
cmake: rename library from capstone to libcapstone
2014-05-28 14:29:20 +08:00
daniel
96ecc338ec
created cmake makefile
2014-05-28 14:25:40 +08:00