iw7-mod/deps/udis86/BuildVS2010
2024-08-13 05:15:34 -04:00
..
build.proj maint: update deps 2024-08-13 05:15:34 -04:00
buildVS2010.bat maint: update deps 2024-08-13 05:15:34 -04:00
libudis86.vcxproj maint: update deps 2024-08-13 05:15:34 -04:00
libudis86.vcxproj.filters maint: update deps 2024-08-13 05:15:34 -04:00
README.txt maint: update deps 2024-08-13 05:15:34 -04:00
udcli.vcxproj maint: update deps 2024-08-13 05:15:34 -04:00
udcli.vcxproj.filters maint: update deps 2024-08-13 05:15:34 -04:00
udis86.sln maint: update deps 2024-08-13 05:15:34 -04: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 :)