Skip to content

Commit

Permalink
CREATE_PROJECT: Updated MSVC scummvm.vcproj generation to handle coro…
Browse files Browse the repository at this point in the history
…utine compilation properly
  • Loading branch information
dreammaster committed May 11, 2012
1 parent 6466923 commit 2c1ef3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion devtools/create_project/visualstudio.cpp
Expand Up @@ -144,7 +144,7 @@ void VisualStudioProvider::createProjectFile(const std::string &name, const std:

void VisualStudioProvider::outputConfiguration(std::ostream &project, const BuildSetup &setup, const std::string &libraries, const std::string &config, const std::string &platform, const std::string &props, const bool isWin32) {
project << "\t\t<Configuration Name=\"" << config << "|" << platform << "\" ConfigurationType=\"1\" InheritedPropertySheets=\".\\" << setup.projectDescription << "_" << config << props << ".vsprops\">\n"
"\t\t\t<Tool\tName=\"VCCLCompilerTool\" DisableLanguageExtensions=\"false\" />\n"
"\t\t\t<Tool\tName=\"VCCLCompilerTool\" DisableLanguageExtensions=\"false\" DebugInformationFormat=\"3\" />\n"
"\t\t\t<Tool\tName=\"VCLinkerTool\" OutputFile=\"$(OutDir)/" << setup.projectName << ".exe\"\n"
"\t\t\t\tAdditionalDependencies=\"" << libraries << "\"\n"
"\t\t\t/>\n";
Expand Down

0 comments on commit 2c1ef3a

Please sign in to comment.