1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00
JUCE/extras/Projucer
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
..
Builds Resave all projects 2022-01-26 13:06:01 +00:00
JuceLibraryCode Resave all projects 2022-01-26 13:06:01 +00:00
Source Projucer: Allow VS project variables in the Extra Libraries field 2022-02-07 14:24:11 +00:00
CMakeLists.txt Projucer: Removed an unused asset file 2021-07-22 16:06:13 +01:00
Projucer.jucer Bump version number to 6.1.5 2022-01-26 13:00:05 +00:00