mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Resave projects
This commit is contained in:
parent
19ddbe2368
commit
570bcb666a
48 changed files with 148 additions and 38 deletions
|
|
@ -8167,6 +8167,24 @@ const char* colourscheme_light_xml = (const char*) temp_binary_data_59;
|
|||
|
||||
//================== juce_runtime_arch_detection.cpp ==================
|
||||
static const unsigned char temp_binary_data_60[] =
|
||||
"/*\r\n"
|
||||
" ==============================================================================\r\n"
|
||||
"\r\n"
|
||||
" This file is part of the JUCE 7 technical preview.\r\n"
|
||||
" Copyright (c) 2022 - Raw Material Software Limited\r\n"
|
||||
"\r\n"
|
||||
" You may use this code under the terms of the GPL v3\r\n"
|
||||
" (see www.gnu.org/licenses).\r\n"
|
||||
"\r\n"
|
||||
" For the technical preview this file cannot be licensed commercially.\r\n"
|
||||
"\r\n"
|
||||
" JUCE IS PROVIDED \"AS IS\" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER\r\n"
|
||||
" EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE\r\n"
|
||||
" DISCLAIMED.\r\n"
|
||||
"\r\n"
|
||||
" ==============================================================================\r\n"
|
||||
"*/\r\n"
|
||||
"\r\n"
|
||||
"#if defined(__arm__) || defined(__TARGET_ARCH_ARM) || defined(_M_ARM) || defined(_M_ARM64) || defined(__aarch64__) || defined(__ARM64__)\r\n"
|
||||
"\r\n"
|
||||
" #if defined(_M_ARM64) || defined(__aarch64__) || defined(__ARM64__)\r\n"
|
||||
|
|
@ -8301,7 +8319,7 @@ const char* getNamedResource (const char* resourceNameUTF8, int& numBytes)
|
|||
case 0x0b16e320: numBytes = 517; return jucer_PIPTemplate_h;
|
||||
case 0x763d39dc: numBytes = 1050; return colourscheme_dark_xml;
|
||||
case 0xe8b08520: numBytes = 1050; return colourscheme_light_xml;
|
||||
case 0x7c03d519: numBytes = 2129; return juce_runtime_arch_detection_cpp;
|
||||
case 0x7c03d519: numBytes = 2760; return juce_runtime_arch_detection_cpp;
|
||||
default: break;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue