1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-13 00:04:19 +00:00
JUCE/extras/Projucer/Source/ProjectSaving
reuk 0feda541e7
Projucer: Escape external library paths correctly
5f7ad995af introduced an issue where the
string of external libraries would be escaped in one go. This is
incorrect, because only the individual paths should be escaped. The
semicolons separating each path should not be escaped.
2021-09-27 12:31:49 +01:00
..
jucer_ProjectExport_Android.h Projucer: Properly escape android app names containing apostrophes 2021-09-22 10:23:04 +01:00
jucer_ProjectExport_CLion.h Separate C and C++ recommended warning flags 2021-09-21 09:23:48 +01:00
jucer_ProjectExport_CodeBlocks.h Separate C and C++ recommended warning flags 2021-09-21 09:23:48 +01:00
jucer_ProjectExport_Make.h Projucer: Escape single quotes in project names for makefile projects 2021-09-22 10:23:03 +01:00
jucer_ProjectExport_MSVC.h Projucer: Escape external library paths correctly 2021-09-27 12:31:49 +01:00
jucer_ProjectExport_Xcode.h Projucer: Allow setting the network multicast entitlement in the Xcode exporter 2021-09-22 10:23:04 +01:00
jucer_ProjectExporter.cpp Separate C and C++ recommended warning flags 2021-09-21 09:23:48 +01:00
jucer_ProjectExporter.h Projucer: Escape external library paths correctly 2021-09-27 12:31:49 +01:00
jucer_ProjectSaver.cpp Build: Ensure that plugin and manufacturer codes are exactly four characters in length 2021-09-22 10:23:04 +01:00
jucer_ProjectSaver.h Set the default value of JUCE_MODAL_LOOPS_PERMITTED to 0 2021-06-30 13:01:14 +01:00
jucer_ResourceFile.cpp Updated all license headers 2020-06-29 08:30:22 +01:00
jucer_ResourceFile.h Updated all license headers 2020-06-29 08:30:22 +01:00
jucer_XcodeProjectParser.h Projucer: Fixed the inclusion of Xcode subprojects using the new build system 2021-01-27 19:51:43 +00:00