2
0
Fork 0

Added note to the build instructions about setting platform toolset for compatibility with XP.

This commit is contained in:
bruce 2013-12-23 15:58:27 +08:00
parent 1ce43da7ac
commit 527a4f4205
1 changed files with 2 additions and 1 deletions

View File

@ -65,4 +65,5 @@ So far I've only built under Windows. Thanks to Juce, it should be possible to b
- Make any changes to the GUI layout and components here (PluginEditor.cpp).
- Save PluginEditor.cpp if modified
5. Hit "Save Project and Open in Visual Studio". I used Visual Studio Express 2012.
6. Build!
6. (For Windows XP compatibility) In the project's properties, set platform toolset to v110_xp (Configuration Properties > General).
7. Build!