1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-02-06 04:00:08 +00:00
JUCE/extras/Projucer/Source
reuk 1dc4db581d Projucer: Allow VS project variables in the Extra Libraries field
This change allows users to use macro values defined by Visual Studio in
library names, which might be useful e.g. when selecting different
libraries based on the build configuration.

If the filename of a library contains a special character that would
have a special meaning in the Visual Studio project file, you must use
the ASCII escape sequence for this character instead ("$" becomes "%24",
"%" becomes "%25").

This escaping will happen automatically for non-user-specified library
dependencies, including windows libraries specified in module header
blocks, and the plugin shared code target.
2022-02-07 14:24:11 +00:00
..
Application ComponentPeer: Deprecate getFrameSize() 2022-02-03 21:46:36 +01:00
BinaryData Update the JUCE logo 2021-08-23 11:00:36 +01:00
CodeEditor Projucer: Fix open documents not closing when no callback is provided 2021-10-06 12:21:41 +01:00
ComponentEditor Projucer: Fix a crash in BinaryResources::browseForResource() 2021-10-11 10:10:48 +01:00
Licenses Added preliminary support for FreeBSD 2021-03-29 14:16:46 +01:00
LiveBuildEngine/UI Projucer: Removed the live build 2021-05-14 12:54:07 +01:00
Project Nodiscard: Add to builder-pattern functions 2022-01-27 18:43:21 +00:00
ProjectSaving Projucer: Allow VS project variables in the Extra Libraries field 2022-02-07 14:24:11 +00:00
Settings Projucer: Update to ValueTreePropertyWithDefault class 2021-12-10 15:49:01 +00:00
Utility Projucer: Update to ValueTreePropertyWithDefault class 2021-12-10 15:49:01 +00:00