mysql-audit/udis86/BuildVS2010
namitha2023 cc7bb23ca8 Add support for mysql 8.0.34 and update udis86 library 2024-06-27 16:19:35 +05:30
..
README.txt Add support for mysql 8.0.34 and update udis86 library 2024-06-27 16:19:35 +05:30
build.proj Add support for mysql 8.0.34 and update udis86 library 2024-06-27 16:19:35 +05:30
buildVS2010.bat Add support for mysql 8.0.34 and update udis86 library 2024-06-27 16:19:35 +05:30
libudis86.vcxproj Add support for mysql 8.0.34 and update udis86 library 2024-06-27 16:19:35 +05:30
libudis86.vcxproj.filters Add support for mysql 8.0.34 and update udis86 library 2024-06-27 16:19:35 +05:30
udcli.vcxproj Add support for mysql 8.0.34 and update udis86 library 2024-06-27 16:19:35 +05:30
udcli.vcxproj.filters Add support for mysql 8.0.34 and update udis86 library 2024-06-27 16:19:35 +05:30
udis86.sln Add support for mysql 8.0.34 and update udis86 library 2024-06-27 16:19:35 +05:30

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