mirror of
https://github.com/scummvm/scummvm.git
synced 2026-06-20 05:45:29 +00:00
CREATE_PROJECT: Accept std::ostream in writeFileListToProject
This commit is contained in:
@@ -375,7 +375,7 @@ void XcodeProvider::outputMainProjectFile(const BuildSetup &setup) {
|
||||
//////////////////////////////////////////////////////////////////////////
|
||||
// Files
|
||||
//////////////////////////////////////////////////////////////////////////
|
||||
void XcodeProvider::writeFileListToProject(const FileNode &dir, std::ofstream &projectFile, const int indentation,
|
||||
void XcodeProvider::writeFileListToProject(const FileNode &dir, std::ostream &projectFile, const int indentation,
|
||||
const std::string &objPrefix, const std::string &filePrefix) {
|
||||
|
||||
// Ensure that top-level groups are generated for i.e. engines/
|
||||
|
||||
Reference in New Issue
Block a user