提交 f029d97c authored 作者: Brian West's avatar Brian West

small update

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@1081 d0543943-73ff-0310-b7d9-9358b9ac24b2
上级 6fe3876c
...@@ -264,19 +264,19 @@ ...@@ -264,19 +264,19 @@
D32C90D609C10C3300FCE413 = { D32C90D609C10C3300FCE413 = {
isa = PBXGroup; isa = PBXGroup;
children = ( children = (
D32C90E709C10C4600FCE413 /* apr-1.2.2 */, D32C90E709C10C4600FCE413 /* apr-1.2.6 */,
D32C90E809C10C4600FCE413 /* apr-Info.plist */, D32C90E809C10C4600FCE413 /* apr-Info.plist */,
D32C90E609C10C4600FCE413 /* apr.framework */, D32C90E609C10C4600FCE413 /* apr.framework */,
); );
sourceTree = "<group>"; sourceTree = "<group>";
}; };
D32C90E709C10C4600FCE413 /* apr-1.2.2 */ = { D32C90E709C10C4600FCE413 /* apr-1.2.6 */ = {
isa = PBXGroup; isa = PBXGroup;
children = ( children = (
D32C90EE09C10C8C00FCE413 /* include */, D32C90EE09C10C8C00FCE413 /* include */,
D32C927E09C10F3100FCE413 /* src */, D32C927E09C10F3100FCE413 /* src */,
); );
name = "apr-1.2.2"; name = "apr-1.2.6";
sourceTree = "<group>"; sourceTree = "<group>";
}; };
D32C90EE09C10C8C00FCE413 /* include */ = { D32C90EE09C10C8C00FCE413 /* include */ = {
...@@ -837,7 +837,7 @@ ...@@ -837,7 +837,7 @@
); );
hasScannedForEncodings = 0; hasScannedForEncodings = 0;
mainGroup = D32C90D609C10C3300FCE413; mainGroup = D32C90D609C10C3300FCE413;
productRefGroup = D32C90E709C10C4600FCE413 /* apr-1.2.2 */; productRefGroup = D32C90E709C10C4600FCE413 /* apr-1.2.6 */;
projectDirPath = ""; projectDirPath = "";
targets = ( targets = (
D32C90E509C10C4600FCE413 /* apr.framework */, D32C90E509C10C4600FCE413 /* apr.framework */,
...@@ -858,7 +858,7 @@ ...@@ -858,7 +858,7 @@
); );
runOnlyForDeploymentPostprocessing = 0; runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/bash; shellPath = /bin/bash;
shellScript = "if [ -e ../../../libs/apr-1.2.2/.complete ]; then\n\texit 0\nfi\n/usr/bin/curl http://svn.freeswitch.org/downloads/libs/apr-1.2.2.tar.gz -o ../../../libs/apr-1.2.2.tar.gz\ncd ../../../libs\ntar zxfv apr-1.2.2.tar.gz\ncd apr-1.2.2\n./configure --enable-layout=\"Mac OS X Server\"\nmake apr.exp\ntouch .complete"; shellScript = "if [ -e ../../../libs/apr-1.2.6/.complete ]; then\n\texit 0\nfi\n/usr/bin/curl http://svn.freeswitch.org/downloads/libs/apr-1.2.6.tar.gz -o ../../../libs/apr-1.2.6.tar.gz\ncd ../../../libs\ntar zxfv apr-1.2.6.tar.gz\ncd apr-1.2.6\n./configure --enable-layout=\"Mac OS X Server\"\nmake apr.exp\ntouch .complete";
}; };
/* End PBXShellScriptBuildPhase section */ /* End PBXShellScriptBuildPhase section */
......
...@@ -25,8 +25,8 @@ ...@@ -25,8 +25,8 @@
* *
* Anthony Minessale II <anthmct@yahoo.com> * Anthony Minessale II <anthmct@yahoo.com>
* *
* *
* mod_commands.c -- Raw Audio File Streaming Application Module * mod_commands.c -- Misc. Command Module
* *
*/ */
#include <switch.h> #include <switch.h>
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论