1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-02-02 03:20:06 +00:00

Introjucer: avoided setting the MSVC character type if "default" is chosen.

This commit is contained in:
jules 2013-11-27 20:57:49 +00:00
parent 4620d71816
commit 86d03cc5ed
15 changed files with 2328 additions and 3099 deletions

View file

@ -107,6 +107,10 @@ extern bool juceDemoRepaintDebuggingActive;
//#define JUCE_PLUGINHOST_VST
#endif
#ifndef JUCE_PLUGINHOST_VST3
//#define JUCE_PLUGINHOST_VST3
#endif
#ifndef JUCE_PLUGINHOST_AU
//#define JUCE_PLUGINHOST_AU
#endif

View file

@ -2364,7 +2364,7 @@ static const unsigned char temp_binary_data_5[] =
"{\r\n"
" \"id\": \"juce_core\",\r\n"
" \"name\": \"JUCE core classes\",\r\n"
" \"version\": \"2.1.5\",\r\n"
" \"version\": \"3.0.0\",\r\n"
" \"description\": \"The essential set of basic JUCE classes, as required by all the other JUCE modules. Includes text, container, memory, threading and i/o functionality.\",\r\n"
" \"website\": \"http://www.juce.com/juce\",\r\n"
" \"license\": \"ISC Permissive\",\r\n"