h2-mod/deps/udis86/BuildVS2010
2024-03-07 03:33:59 -05:00
..
build.proj Add dependencies locally 2024-03-07 03:33:59 -05:00
buildVS2010.bat Add dependencies locally 2024-03-07 03:33:59 -05:00
libudis86.vcxproj Add dependencies locally 2024-03-07 03:33:59 -05:00
libudis86.vcxproj.filters Add dependencies locally 2024-03-07 03:33:59 -05:00
README.txt Add dependencies locally 2024-03-07 03:33:59 -05:00
udcli.vcxproj Add dependencies locally 2024-03-07 03:33:59 -05:00
udcli.vcxproj.filters Add dependencies locally 2024-03-07 03:33:59 -05:00
udis86.sln Add dependencies locally 2024-03-07 03:33:59 -05:00

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 :)