CREATEPROJECT: Enable language extensions for Myst 3. Fixes #465.
This commit is contained in:
parent
7f28d71fdd
commit
fb429defb2
2 changed files with 3 additions and 2 deletions
|
@ -113,6 +113,7 @@ void VisualStudioProvider::createProjectFile(const std::string &name, const std:
|
|||
toolConfig += (name == "tinsel" ? "DebugInformationFormat=\"3\" " : "");
|
||||
toolConfig += (name == "sword25" ? "DisableLanguageExtensions=\"false\" " : "");
|
||||
toolConfig += (name == "grim" ? "DisableLanguageExtensions=\"false\" " : "");
|
||||
toolConfig += (name == "myst3" ? "DisableLanguageExtensions=\"false\" " : "");
|
||||
|
||||
// Win32
|
||||
outputConfiguration(setup, project, toolConfig, "Debug", "Win32", "");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue