Skip to content
项目
群组
代码片段
帮助
正在加载...
登录
切换导航
F
freeswitch
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分枝图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
分枝图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
张华
freeswitch
Commits
db56ca42
提交
db56ca42
authored
7月 26, 2006
作者:
Brian West
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
git-svn-id:
http://svn.freeswitch.org/svn/freeswitch/trunk@2149
d0543943-73ff-0310-b7d9-9358b9ac24b2
上级
82445169
隐藏空白字符变更
内嵌
并排
正在显示
4 个修改的文件
包含
44 行增加
和
33 行删除
+44
-33
project.pbxproj
mac/xcode/FreeSWITCH.xcodeproj/project.pbxproj
+38
-27
iax.plist
mac/xcode/iax.plist
+2
-2
ilbc.plist
mac/xcode/ilbc.plist
+2
-2
portaudio.plist
mac/xcode/portaudio.plist
+2
-2
没有找到文件。
mac/xcode/FreeSWITCH.xcodeproj/project.pbxproj
浏览文件 @
db56ca42
...
...
@@ -1195,6 +1195,13 @@
remoteGlobalIDString
=
D3BC34E50A76B0FC00DE971E
;
remoteInfo
=
mod_console
;
};
D3D43FA00A76F41200FDA7FC
/* PBXContainerItemProxy */
=
{
isa
=
PBXContainerItemProxy
;
containerPortal
=
08FB7793FE84155DC02AAC07
/* Project object */
;
proxyType
=
1
;
remoteGlobalIDString
=
D3152F7C0A76F0A100549119
;
remoteInfo
=
portaudio
;
};
D3DEC8140A75D8D3002001CF
/* PBXContainerItemProxy */
=
{
isa
=
PBXContainerItemProxy
;
containerPortal
=
08FB7793FE84155DC02AAC07
/* Project object */
;
...
...
@@ -4554,6 +4561,7 @@
buildRules
=
(
);
dependencies
=
(
D3D43FA10A76F41200FDA7FC
/* PBXTargetDependency */
,
);
name
=
mod_portaudio
;
productName
=
mod_portaudio
;
...
...
@@ -6262,6 +6270,11 @@
target
=
D3BC34E50A76B0FC00DE971E
/* mod_console */
;
targetProxy
=
D3BC34FE0A76B1AB00DE971E
/* PBXContainerItemProxy */
;
};
D3D43FA10A76F41200FDA7FC
/* PBXTargetDependency */
=
{
isa
=
PBXTargetDependency
;
target
=
D3152F7C0A76F0A100549119
/* portaudio */
;
targetProxy
=
D3D43FA00A76F41200FDA7FC
/* PBXContainerItemProxy */
;
};
D3DEC8150A75D8D3002001CF
/* PBXTargetDependency */
=
{
isa
=
PBXTargetDependency
;
target
=
D3DEC21C0A75CB06002001CF
/* apr */
;
...
...
@@ -7078,6 +7091,25 @@
GCC_PREFIX_HEADER
=
"$(SYSTEM_LIBRARY_DIR)/Frameworks/AppKit.framework/Headers/AppKit.h"
;
INFOPLIST_FILE
=
libfreeswitch.plist
;
INSTALL_PATH
=
"$(HOME)/Library/Frameworks"
;
OTHER_CFLAGS
=
(
"-fPIC"
,
"-Wmissing-prototypes"
,
"-g"
,
"-std=c99"
,
"-O2"
,
"-Wstrict-prototypes"
,
"-DMACOSX"
,
"-DDARWIN"
,
"-Wall"
,
"-Werror"
,
"$(OTHER_CFLAGS_QUOTED_1)"
,
"$(OTHER_CFLAGS_QUOTED_2)"
,
"$(OTHER_CFLAGS_QUOTED_3)"
,
"$(OTHER_CFLAGS_QUOTED_4)"
,
"$(OTHER_CFLAGS_QUOTED_5)"
,
"$(OTHER_CFLAGS_QUOTED_6)"
,
"$(OTHER_CFLAGS_QUOTED_7)"
,
);
OTHER_LDFLAGS
=
(
"-framework"
,
Foundation
,
...
...
@@ -7105,29 +7137,16 @@
INSTALL_PATH
=
"$(HOME)/Library/Frameworks"
;
MACH_O_TYPE
=
mh_dylib
;
OTHER_CFLAGS
=
(
"-DHAVE_CONFIG_H"
,
"-I."
,
"-I."
,
"-I./src/include"
,
"-I../../libs/srtp/include"
,
"-I../../libs/srtp/crypto/include/"
,
"-I/usr/local/freeswitch/include"
,
"-fPIC"
,
"-Wmissing-prototypes"
,
"-g"
,
"-std=c99"
,
"-O2"
,
"-DDARWIN"
,
"-DSIGPROCMASK_SETS_THREAD_MASK"
,
"-no-cpp-precomp"
,
"-I/usr/local/freeswitch/include/apr-1"
,
"-I/usr/local/freeswitch/include/srtp"
,
"-I/usr/local/freeswitch/include/apr-1"
,
"-I/usr/local/include"
,
"-Wstrict-prototypes"
,
"-DMACOSX"
,
"-
fPIC
"
,
"-
DDARWIN
"
,
"-Wall"
,
"-I/usr/local/src/freeswitch.trunk/src/sqlite"
,
"-I/usr/local/src/freeswitch.trunk"
,
"-I/usr/local/src/freeswitch.trunk/src/include"
,
"-I/usr/local/freeswitch/include"
,
"-Werror"
,
"$(OTHER_CFLAGS_QUOTED_1)"
,
"$(OTHER_CFLAGS_QUOTED_2)"
,
"$(OTHER_CFLAGS_QUOTED_3)"
,
...
...
@@ -7135,14 +7154,6 @@
"$(OTHER_CFLAGS_QUOTED_5)"
,
"$(OTHER_CFLAGS_QUOTED_6)"
,
"$(OTHER_CFLAGS_QUOTED_7)"
,
"-Wall"
,
"-Werror"
,
"-Wstrict-prototypes"
,
"-Wmissing-prototypes"
,
"-g"
,
"-std=c99"
,
"-g"
,
"-O2"
,
);
OTHER_CFLAGS_QUOTED_1
=
"-DSWITCH_MOD_DIR=\\\"$(FREESWITCH_INSTALL_PREFIX)/freeswitch/mod\\\""
;
OTHER_CFLAGS_QUOTED_2
=
"-DSWITCH_PREFIX_DIR=\\\"$(FREESWITCH_INSTALL_PREFIX)/freeswitch\\\""
;
...
...
mac/xcode/iax.plist
浏览文件 @
db56ca42
...
...
@@ -7,13 +7,13 @@
<
k
e
y
>
CFBundleExecutable
<
/k
e
y
>
<
string
>
$
{
EXECUTABLE_NAME
}<
/string
>
<
k
e
y
>
CFBundleIdentifier
<
/k
e
y
>
<
string
>
com.yourcompany.iax2
<
/string
>
<
string
>
org.freeswitch.iax
<
/string
>
<
k
e
y
>
CFBundleInfoDictionaryVersion
<
/k
e
y
>
<
string
>
6.0
<
/string
>
<
k
e
y
>
CFBundlePackageType
<
/k
e
y
>
<
string
>
FMWK
<
/string
>
<
k
e
y
>
CFBundleSignature
<
/k
e
y
>
<
string
>
????
<
/string
>
<
string
>
BKW
<
/string
>
<
k
e
y
>
CFBundleVersion
<
/k
e
y
>
<
string
>
1.0
<
/string
>
<
/
d
i
c
t
>
...
...
mac/xcode/ilbc.plist
浏览文件 @
db56ca42
...
...
@@ -7,13 +7,13 @@
<
k
e
y
>
CFBundleExecutable
<
/k
e
y
>
<
string
>
$
{
EXECUTABLE_NAME
}<
/string
>
<
k
e
y
>
CFBundleIdentifier
<
/k
e
y
>
<
string
>
com.yourcompany
.ilbc
<
/string
>
<
string
>
org.freeswitch
.ilbc
<
/string
>
<
k
e
y
>
CFBundleInfoDictionaryVersion
<
/k
e
y
>
<
string
>
6.0
<
/string
>
<
k
e
y
>
CFBundlePackageType
<
/k
e
y
>
<
string
>
FMWK
<
/string
>
<
k
e
y
>
CFBundleSignature
<
/k
e
y
>
<
string
>
????
<
/string
>
<
string
>
BKW
<
/string
>
<
k
e
y
>
CFBundleVersion
<
/k
e
y
>
<
string
>
1.0
<
/string
>
<
/
d
i
c
t
>
...
...
mac/xcode/portaudio.plist
浏览文件 @
db56ca42
...
...
@@ -7,13 +7,13 @@
<
k
e
y
>
CFBundleExecutable
<
/k
e
y
>
<
string
>
$
{
EXECUTABLE_NAME
}<
/string
>
<
k
e
y
>
CFBundleIdentifier
<
/k
e
y
>
<
string
>
com.yourcompany
.portaudio
<
/string
>
<
string
>
org.freeswitch
.portaudio
<
/string
>
<
k
e
y
>
CFBundleInfoDictionaryVersion
<
/k
e
y
>
<
string
>
6.0
<
/string
>
<
k
e
y
>
CFBundlePackageType
<
/k
e
y
>
<
string
>
FMWK
<
/string
>
<
k
e
y
>
CFBundleSignature
<
/k
e
y
>
<
string
>
????
<
/string
>
<
string
>
BKW
<
/string
>
<
k
e
y
>
CFBundleVersion
<
/k
e
y
>
<
string
>
1.0
<
/string
>
<
/
d
i
c
t
>
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论