Initial upstream version based on commit 5336633 (20221013) |
||
|---|---|---|
| .. | ||
| README.txt | ||
| build.proj | ||
| buildVS2010.bat | ||
| libudis86.vcxproj | ||
| libudis86.vcxproj.filters | ||
| udcli.vcxproj | ||
| udcli.vcxproj.filters | ||
| udis86.sln | ||
README.txt
Build notes for Windows: - If you don't have python installed at C:\Python27, edit build.proj accordingly - Execute buildVS2010.bat - If you got VS2012, this will fail. - Edit/Copy the build script, so that it finds vcvars32.bat (just needed to replace 10.0 with 11.0). - Open the solution and update the toolset. - Compile with the build script and ignore an error regarding ./Win32 not deletable. - Be done with it :)