We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6352ca commit 903e3c2Copy full SHA for 903e3c2
src/Project.cpp
@@ -52,6 +52,10 @@ const wstring Project::configurationType() const
52
const wstring Project::defines() const
53
{
54
wstring defines=L"_WIN32_WINNT=0x0601";
55
+
56
+ if (_options.includeIncompatibleLicense)
57
+ defines+=L";MAGICK_INCLUDE_INCOMPATIBLE_LICENSE";
58
59
if (_options.isStaticBuild || _config.type() == ProjectType::StaticLibrary)
60
61
defines+=L";_LIB";
0 commit comments