udis86/BuildVS2010
alan (NyxTrail) ab37c5a8d4
Initial upstream version based on commit 5336633
Initial upstream version based on commit 5336633 (20221013)
2024-03-04 11:33:30 +00:00
..
README.txt Initial upstream version based on commit 5336633 2024-03-04 11:33:30 +00:00
build.proj Initial upstream version based on commit 5336633 2024-03-04 11:33:30 +00:00
buildVS2010.bat Initial upstream version based on commit 5336633 2024-03-04 11:33:30 +00:00
libudis86.vcxproj Initial upstream version based on commit 5336633 2024-03-04 11:33:30 +00:00
libudis86.vcxproj.filters Initial upstream version based on commit 5336633 2024-03-04 11:33:30 +00:00
udcli.vcxproj Initial upstream version based on commit 5336633 2024-03-04 11:33:30 +00:00
udcli.vcxproj.filters Initial upstream version based on commit 5336633 2024-03-04 11:33:30 +00:00
udis86.sln Initial upstream version based on commit 5336633 2024-03-04 11:33:30 +00:00

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