aboutsummaryrefslogtreecommitdiff
path: root/devtools
diff options
context:
space:
mode:
authorVincent Bénony2016-01-11 16:39:22 +0100
committerVincent Bénony2016-01-11 16:39:22 +0100
commit3b3668bb95b14a1876f55de9eb8bc10838f19c25 (patch)
tree2abead6e09c8a628779571795d4cb1f6da77ae5d /devtools
parenta6fe4d2499cdc8f7c13bce795616e2ae08bc9473 (diff)
downloadscummvm-rg350-3b3668bb95b14a1876f55de9eb8bc10838f19c25.tar.gz
scummvm-rg350-3b3668bb95b14a1876f55de9eb8bc10838f19c25.tar.bz2
scummvm-rg350-3b3668bb95b14a1876f55de9eb8bc10838f19c25.zip
CREATE_TOOL: Use tabs instead of spaces...
Diffstat (limited to 'devtools')
-rw-r--r--devtools/create_project/xcode.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/devtools/create_project/xcode.cpp b/devtools/create_project/xcode.cpp
index be7b5ffd22..a43730fbe2 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");
}