[Scummvm-cvs-logs] scummvm master -> 3b3668bb95b14a1876f55de9eb8bc10838f19c25

bSr43 bSr43 at users.noreply.github.com
Mon Jan 11 16:40:01 CET 2016


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
3b3668bb95 CREATE_TOOL: Use tabs instead of spaces...


Commit: 3b3668bb95b14a1876f55de9eb8bc10838f19c25
    https://github.com/scummvm/scummvm/commit/3b3668bb95b14a1876f55de9eb8bc10838f19c25
Author: Vincent Bénony (bsr43 at hopperapp.com)
Date: 2016-01-11T16:39:22+01:00

Commit Message:
CREATE_TOOL: Use tabs instead of spaces...

Changed paths:
    devtools/create_project/xcode.cpp



diff --git a/devtools/create_project/xcode.cpp b/devtools/create_project/xcode.cpp
index be7b5ff..a43730f 100644
--- a/devtools/create_project/xcode.cpp
+++ b/devtools/create_project/xcode.cpp
@@ -474,8 +474,8 @@ void XcodeProvider::setupFrameworksBuildPhase(const BuildSetup &setup) {
 	DEF_LOCALLIB_STATIC_PATH(absoluteOutputDir + "/libvorbis.a",     "libvorbis",     true);
 	DEF_LOCALLIB_STATIC_PATH(absoluteOutputDir + "/libmad.a",        "libmad",        true);
 	DEF_LOCALLIB_STATIC_PATH(absoluteOutputDir + "/libfluidsynth.a", "libfluidsynth", true);
-    DEF_LOCALLIB_STATIC_PATH(absoluteOutputDir + "/libglib.a",       "libglib",       true);
-    DEF_LOCALLIB_STATIC_PATH(absoluteOutputDir + "/libffi.a",        "libffi",        true);
+	DEF_LOCALLIB_STATIC_PATH(absoluteOutputDir + "/libglib.a",       "libglib",       true);
+	DEF_LOCALLIB_STATIC_PATH(absoluteOutputDir + "/libffi.a",        "libffi",        true);
 
 	frameworksGroup->_properties["children"] = children;
 	_groups.add(frameworksGroup);
@@ -526,8 +526,8 @@ void XcodeProvider::setupFrameworksBuildPhase(const BuildSetup &setup) {
 	}
 	if (CONTAINS_DEFINE(setup.defines, "USE_FLUIDSYNTH")) {
 		frameworks_iOS.push_back("libfluidsynth.a");
-        frameworks_iOS.push_back("libglib.a");
-        frameworks_iOS.push_back("libffi.a");
+		frameworks_iOS.push_back("libglib.a");
+		frameworks_iOS.push_back("libffi.a");
 		frameworks_iOS.push_back("CoreMIDI.framework");
 		frameworks_iOS.push_back("libiconv.tbd");
 	}






More information about the Scummvm-git-logs mailing list