Skip to content

Releases: arizvisa/dynamorio

release_6_2_0 (vs2015)

11 Nov 03:04
Compare
Choose a tag to compare
Pre-release
$ mkdir build && cd build
$ cmake -G "Visual Studio 14 2015" ..
...
$ msbuild.exe ALL_BUILD.vcxproj -p:Configuration=RelWithDebInfo
...
$ cmake -G "Visual Studio 14 2015 Win64" ..
...
$ msbuild.exe ALL_BUILD.vcxproj -p:Configuration=RelWithDebInfo
...
$ (cd .. && zip -r RELEASE_6_2_0-vs2015.zip build)
...
$ rm -rf /