dep-udis86/BuildVS2010
2013-10-11 15:53:46 +02:00
..
build.proj Fixed script location and arguments 2013-03-01 20:06:22 +01:00
buildVS2010.bat Moved VS2010 build to a separate directory 2013-02-14 20:25:06 +11:00
libudis86.vcxproj Update windows build files for removals 2013-09-01 20:05:29 -07:00
libudis86.vcxproj.filters Update windows build files for removals 2013-09-01 20:05:29 -07:00
README.txt little readme for fellow windowsers trying to compile with VS2012 2013-10-11 15:53:46 +02:00
udcli.vcxproj Moved VS2010 build to a separate directory 2013-02-14 20:25:06 +11:00
udcli.vcxproj.filters Moved VS2010 build to a separate directory 2013-02-14 20:25:06 +11:00
udis86.sln Moved VS2010 build to a separate directory 2013-02-14 20:25:06 +11: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 :)