Build: Use Visual Studio's copy of the CRT DLLs

This commit is contained in:
Birunthan Mohanathas
2013-10-19 17:15:41 +03:00
parent 04e3376d5a
commit 13c6b0363e
3 changed files with 7 additions and 23 deletions

View File

@ -11,14 +11,7 @@ After Visual Studio has been installed and updated, open Rainmeter.sln to build.
### Building the installer
To build the full Rainmeter installer, you need to get obtain 32-bit and 64-bit versions of the Visual C++ 2012 Update 3 redistributable DLLs and place them in:
* `Build\Runtime\x32\msvcr110.dll`
* `Build\Runtime\x32\msvcp110.dll`
* `Build\Runtime\x64\msvcr110.dll`
* `Build\Runtime\x64\msvcp110.dll`
Then run Build.bat. If you receive "not found" errors, open Build.bat and change the `set=` lines at the top to match your system.
To build the full Rainmeter installer, run Build.bat. If you receive "not found" errors, open Build.bat and change the `set=` lines at the top to match your system.
To sign the installer and the Rainmeter executables, create a Certificate.bat file alongside Build.bat with the following contents: