Skip to content
项目
群组
代码片段
帮助
正在加载...
登录
切换导航
F
freeswitch
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分枝图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
分枝图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
张华
freeswitch
Commits
33da3e5b
提交
33da3e5b
authored
5月 04, 2014
作者:
Steve Underwood
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
Some tweaks to spandsp project files
上级
38abcf7e
隐藏空白字符变更
内嵌
并排
正在显示
7 个修改的文件
包含
449 行增加
和
32 行删除
+449
-32
Makefile.am
libs/spandsp/src/Makefile.am
+8
-4
libspandsp.2012.sln
libs/spandsp/src/libspandsp.2012.sln
+12
-8
libspandsp.2012.vcxproj
libs/spandsp/src/libspandsp.2012.vcxproj
+31
-20
vc10proj.foot
libs/spandsp/src/msvc/vc10proj.foot
+33
-0
vc10proj.head
libs/spandsp/src/msvc/vc10proj.head
+157
-0
vc12proj.foot
libs/spandsp/src/msvc/vc12proj.foot
+47
-0
vc12proj.head
libs/spandsp/src/msvc/vc12proj.head
+161
-0
没有找到文件。
libs/spandsp/src/Makefile.am
浏览文件 @
33da3e5b
...
@@ -44,7 +44,7 @@ EXTRA_DIST = floating_fudge.h \
...
@@ -44,7 +44,7 @@ EXTRA_DIST = floating_fudge.h \
libspandsp.2005.vcproj
\
libspandsp.2005.vcproj
\
libspandsp.2008.vcproj
\
libspandsp.2008.vcproj
\
libspandsp.2010.vcproj
\
libspandsp.2010.vcproj
\
libspandsp.2012.vcproj
\
libspandsp.2012.vc
x
proj
\
libtiff.2005.vcproj
\
libtiff.2005.vcproj
\
libtiff.2008.vcproj
\
libtiff.2008.vcproj
\
filter_tools.c
\
filter_tools.c
\
...
@@ -74,6 +74,10 @@ EXTRA_DIST = floating_fudge.h \
...
@@ -74,6 +74,10 @@ EXTRA_DIST = floating_fudge.h \
msvc/vc8proj.head
\
msvc/vc8proj.head
\
msvc/vc9proj.foot
\
msvc/vc9proj.foot
\
msvc/vc9proj.head
\
msvc/vc9proj.head
\
msvc/vc10proj.foot
\
msvc/vc10proj.head
\
msvc/vc12proj.foot
\
msvc/vc12proj.head
\
msvc/sys/time.h
\
msvc/sys/time.h
\
spandsp/private/README
\
spandsp/private/README
\
spandsp/version.h.in
spandsp/version.h.in
...
@@ -364,13 +368,13 @@ noinst_HEADERS = cielab_luts.h \
...
@@ -364,13 +368,13 @@ noinst_HEADERS = cielab_luts.h \
v29tx_constellation_maps.h
v29tx_constellation_maps.h
make_at_dictionary$(EXEEXT)
:
$(top_srcdir)/src/make_at_dictionary.c
make_at_dictionary$(EXEEXT)
:
$(top_srcdir)/src/make_at_dictionary.c
$(CC_FOR_BUILD)
-o
make_at_dictionary
$(EXEEXT)
$(top_srcdir)
/src/make_at_dictionary.c
-DHAVE_CONFIG_H
-I
$(top_builddir)
/src
$(CC_FOR_BUILD)
-o
make_at_dictionary
$(EXEEXT)
$(top_srcdir)
/src/make_at_dictionary.c
-DHAVE_CONFIG_H
-I
$(top_builddir)
/src
make_cielab_luts$(EXEEXT)
:
$(top_srcdir)/src/make_cielab_luts.c
make_cielab_luts$(EXEEXT)
:
$(top_srcdir)/src/make_cielab_luts.c
$(CC_FOR_BUILD)
-o
make_cielab_luts
$(EXEEXT)
$(top_srcdir)
/src/make_cielab_luts.c
-DHAVE_CONFIG_H
-I
$(top_builddir)
/src
-lm
$(CC_FOR_BUILD)
-o
make_cielab_luts
$(EXEEXT)
$(top_srcdir)
/src/make_cielab_luts.c
-DHAVE_CONFIG_H
-I
$(top_builddir)
/src
-lm
make_math_fixed_tables$(EXEEXT)
:
$(top_srcdir)/src/make_math_fixed_tables.c
make_math_fixed_tables$(EXEEXT)
:
$(top_srcdir)/src/make_math_fixed_tables.c
$(CC_FOR_BUILD)
-o
make_math_fixed_tables
$(EXEEXT)
$(top_srcdir)
/src/make_math_fixed_tables.c
-DHAVE_CONFIG_H
-I
$(top_builddir)
/src
-lm
$(CC_FOR_BUILD)
-o
make_math_fixed_tables
$(EXEEXT)
$(top_srcdir)
/src/make_math_fixed_tables.c
-DHAVE_CONFIG_H
-I
$(top_builddir)
/src
-lm
make_modem_filter$(EXEEXT)
:
$(top_srcdir)/src/make_modem_filter.c $(top_srcdir)/src/filter_tools.c
make_modem_filter$(EXEEXT)
:
$(top_srcdir)/src/make_modem_filter.c $(top_srcdir)/src/filter_tools.c
$(CC_FOR_BUILD)
-o
make_modem_filter
$(EXEEXT)
$(top_srcdir)
/src/make_modem_filter.c
$(top_srcdir)
/src/filter_tools.c
-DHAVE_CONFIG_H
-I
$(top_builddir)
/src
-lm
$(CC_FOR_BUILD)
-o
make_modem_filter
$(EXEEXT)
$(top_srcdir)
/src/make_modem_filter.c
$(top_srcdir)
/src/filter_tools.c
-DHAVE_CONFIG_H
-I
$(top_builddir)
/src
-lm
...
@@ -498,7 +502,7 @@ v29tx_rrc.h: make_modem_filter$(EXEEXT)
...
@@ -498,7 +502,7 @@ v29tx_rrc.h: make_modem_filter$(EXEEXT)
VCPROJ8
=
libspandsp.2005.vcproj
VCPROJ8
=
libspandsp.2005.vcproj
VCPROJ9
=
libspandsp.2008.vcproj
VCPROJ9
=
libspandsp.2008.vcproj
VCPROJ10
=
libspandsp.2010.vcproj
VCPROJ10
=
libspandsp.2010.vcproj
VCPROJ12
=
libspandsp.2012.vcproj
VCPROJ12
=
libspandsp.2012.vc
x
proj
WIN32SOURCES
=
$(libspandsp_la_SOURCES)
.
\\
msvc
\\
gettimeofday.c
WIN32SOURCES
=
$(libspandsp_la_SOURCES)
.
\\
msvc
\\
gettimeofday.c
WIN32HEADERS
=
$(nobase_include_HEADERS)
spandsp.h
WIN32HEADERS
=
$(nobase_include_HEADERS)
spandsp.h
...
...
libs/spandsp/src/libspandsp.2012.sln
浏览文件 @
33da3e5b
...
@@ -48,30 +48,34 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "t38_core_tests", "..\tests\
...
@@ -48,30 +48,34 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "t38_core_tests", "..\tests\
EndProject
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "t38_non_ecm_buffer_tests", "..\tests\msvc\t38_non_ecm_buffer_tests.2012.vcxproj", "{80A3D9D9-3846-4DA5-8676-F940D725EA62}"
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "t38_non_ecm_buffer_tests", "..\tests\msvc\t38_non_ecm_buffer_tests.2012.vcxproj", "{80A3D9D9-3846-4DA5-8676-F940D725EA62}"
EndProject
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "vector_int_tests", "..\tests\msvc\vector_int_tests.2012.vcxproj", "{80A60464-29E8-4EE8-BAFA-8708B7C08CC3}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "vector_float_tests", "..\tests\msvc\vector_float_tests.2012.vcxproj", "{EA745FF7-9E4B-4C13-BA19-2EE8165A6245}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "complex_tests", "..\tests\msvc\complex_tests.2012.vcxproj", "{A349379F-0FEA-49C8-9535-05F39663337B}"
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "complex_tests", "..\tests\msvc\complex_tests.2012.vcxproj", "{A349379F-0FEA-49C8-9535-05F39663337B}"
EndProject
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "complex_vector_float_tests", "..\tests\msvc\complex_vector_float_tests.2012.vcxproj", "{2B0D705C-1CF2-401C-BFBC-A43FB806908C}"
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "complex_vector_float_tests", "..\tests\msvc\complex_vector_float_tests.2012.vcxproj", "{2B0D705C-1CF2-401C-BFBC-A43FB806908C}"
EndProject
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "complex_vector_int_tests", "..\tests\msvc\complex_vector_int_tests.2012.vcxproj", "{C2E8B4D1-A398-4D57-94F8-B61F20C7D514}"
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "complex_vector_int_tests", "..\tests\msvc\complex_vector_int_tests.2012.vcxproj", "{C2E8B4D1-A398-4D57-94F8-B61F20C7D514}"
EndProject
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "
queue_tests", "..\tests\msvc\queue_tests.2012.vcxproj", "{D9C0F575-83E7-4C15-BF71-D7A0D44A26BF
}"
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "
dtmf_rx_tests", "..\tests\msvc\dtmf_rx_tests.2012.vcxproj", "{24E7EF80-7854-4A21-80FB-31C4E71109DE
}"
EndProject
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "dtmf_tx_tests", "..\tests\msvc\dtmf_tx_tests.2012.vcxproj", "{1577F41D-9A06-45DD-87D4-9ADCC9CCDAD5}"
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "dtmf_tx_tests", "..\tests\msvc\dtmf_tx_tests.2012.vcxproj", "{1577F41D-9A06-45DD-87D4-9ADCC9CCDAD5}"
EndProject
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "
dtmf_rx_tests", "..\tests\msvc\dtmf_rx_tests.2012.vcxproj", "{24E7EF80-7854-4A21-80FB-31C4E71109DE
}"
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "
queue_tests", "..\tests\msvc\queue_tests.2012.vcxproj", "{D9C0F575-83E7-4C15-BF71-D7A0D44A26BF
}"
EndProject
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "
v29_tests", "..\tests\msvc\v29_tests.2012.vcxproj", "{323BD962-4581-4561-8105-8C166A9FA93
3}"
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "
t38_core_tests", "..\tests\msvc\t38_core_tests.2012.vcxproj", "{A34A9D0E-A7E2-4A04-B044-7BB2FE709EF
3}"
EndProject
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "
v80_tests", "..\tests\msvc\v80_tests.2012.vcxproj", "{10263F04-37DD-4E4A-AE4F-0641B018B714
}"
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "
t38_non_ecm_buffer_tests", "..\tests\msvc\t38_non_ecm_buffer_tests.2012.vcxproj", "{80A3D9D9-3846-4DA5-8676-F940D725EA62
}"
EndProject
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "v22bis_tests", "..\tests\msvc\v22bis_tests.2012.vcxproj", "{DA4DB99F-E5BA-48BD-BB6B-3595CE24CBAE}"
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "v22bis_tests", "..\tests\msvc\v22bis_tests.2012.vcxproj", "{DA4DB99F-E5BA-48BD-BB6B-3595CE24CBAE}"
EndProject
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "v29_tests", "..\tests\msvc\v29_tests.2012.vcxproj", "{323BD962-4581-4561-8105-8C166A9FA933}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "v8_tests", "..\tests\msvc\v8_tests.2012.vcxproj", "{0C69B8C2-0CE1-4CD4-870C-1C13FB3F9B34}"
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "v8_tests", "..\tests\msvc\v8_tests.2012.vcxproj", "{0C69B8C2-0CE1-4CD4-870C-1C13FB3F9B34}"
EndProject
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "v80_tests", "..\tests\msvc\v80_tests.2012.vcxproj", "{10263F04-37DD-4E4A-AE4F-0641B018B714}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "vector_int_tests", "..\tests\msvc\vector_int_tests.2012.vcxproj", "{80A60464-29E8-4EE8-BAFA-8708B7C08CC3}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "vector_float_tests", "..\tests\msvc\vector_float_tests.2012.vcxproj", "{EA745FF7-9E4B-4C13-BA19-2EE8165A6245}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{C84E437E-9D4C-46C8-9724-DF301C849E61}"
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{C84E437E-9D4C-46C8-9724-DF301C849E61}"
EndProject
EndProject
Global
Global
...
...
libs/spandsp/src/libspandsp.2012.vcxproj
浏览文件 @
33da3e5b
...
@@ -173,6 +173,7 @@
...
@@ -173,6 +173,7 @@
<ClCompile
Include=
"complex_vector_float.c"
/>
<ClCompile
Include=
"complex_vector_float.c"
/>
<ClCompile
Include=
"complex_vector_int.c"
/>
<ClCompile
Include=
"complex_vector_int.c"
/>
<ClCompile
Include=
"crc.c"
/>
<ClCompile
Include=
"crc.c"
/>
<ClCompile
Include=
"data_modems.c"
/>
<ClCompile
Include=
"dds_float.c"
/>
<ClCompile
Include=
"dds_float.c"
/>
<ClCompile
Include=
"dds_int.c"
/>
<ClCompile
Include=
"dds_int.c"
/>
<ClCompile
Include=
"dtmf.c"
/>
<ClCompile
Include=
"dtmf.c"
/>
...
@@ -191,8 +192,8 @@
...
@@ -191,8 +192,8 @@
<ClCompile
Include=
"gsm0610_rpe.c"
/>
<ClCompile
Include=
"gsm0610_rpe.c"
/>
<ClCompile
Include=
"gsm0610_short_term.c"
/>
<ClCompile
Include=
"gsm0610_short_term.c"
/>
<ClCompile
Include=
"hdlc.c"
/>
<ClCompile
Include=
"hdlc.c"
/>
<ClCompile
Include=
"image_translate.c"
/>
<ClCompile
Include=
"ima_adpcm.c"
/>
<ClCompile
Include=
"ima_adpcm.c"
/>
<ClCompile
Include=
"image_translate.c"
/>
<ClCompile
Include=
"logging.c"
/>
<ClCompile
Include=
"logging.c"
/>
<ClCompile
Include=
"lpc10_analyse.c"
/>
<ClCompile
Include=
"lpc10_analyse.c"
/>
<ClCompile
Include=
"lpc10_decode.c"
/>
<ClCompile
Include=
"lpc10_decode.c"
/>
...
@@ -214,12 +215,6 @@
...
@@ -214,12 +215,6 @@
<ClCompile
Include=
"super_tone_rx.c"
/>
<ClCompile
Include=
"super_tone_rx.c"
/>
<ClCompile
Include=
"super_tone_tx.c"
/>
<ClCompile
Include=
"super_tone_tx.c"
/>
<ClCompile
Include=
"swept_tone.c"
/>
<ClCompile
Include=
"swept_tone.c"
/>
<ClCompile
Include=
"t42.c"
/>
<ClCompile
Include=
"t43.c"
/>
<ClCompile
Include=
"t4_rx.c"
/>
<ClCompile
Include=
"t4_t6_decode.c"
/>
<ClCompile
Include=
"t4_t6_encode.c"
/>
<ClCompile
Include=
"t4_tx.c"
/>
<ClCompile
Include=
"t30.c"
/>
<ClCompile
Include=
"t30.c"
/>
<ClCompile
Include=
"t30_api.c"
/>
<ClCompile
Include=
"t30_api.c"
/>
<ClCompile
Include=
"t30_logging.c"
/>
<ClCompile
Include=
"t30_logging.c"
/>
...
@@ -229,6 +224,12 @@
...
@@ -229,6 +224,12 @@
<ClCompile
Include=
"t38_gateway.c"
/>
<ClCompile
Include=
"t38_gateway.c"
/>
<ClCompile
Include=
"t38_non_ecm_buffer.c"
/>
<ClCompile
Include=
"t38_non_ecm_buffer.c"
/>
<ClCompile
Include=
"t38_terminal.c"
/>
<ClCompile
Include=
"t38_terminal.c"
/>
<ClCompile
Include=
"t4_t6_decode.c"
/>
<ClCompile
Include=
"t4_t6_encode.c"
/>
<ClCompile
Include=
"t4_rx.c"
/>
<ClCompile
Include=
"t4_tx.c"
/>
<ClCompile
Include=
"t42.c"
/>
<ClCompile
Include=
"t43.c"
/>
<ClCompile
Include=
"t81_t82_arith_coding.c"
/>
<ClCompile
Include=
"t81_t82_arith_coding.c"
/>
<ClCompile
Include=
"t85_decode.c"
/>
<ClCompile
Include=
"t85_decode.c"
/>
<ClCompile
Include=
"t85_encode.c"
/>
<ClCompile
Include=
"t85_encode.c"
/>
...
@@ -256,6 +257,7 @@
...
@@ -256,6 +257,7 @@
<ItemGroup>
<ItemGroup>
<ClInclude
Include=
"spandsp\ademco_contactid.h"
/>
<ClInclude
Include=
"spandsp\ademco_contactid.h"
/>
<ClInclude
Include=
"spandsp\adsi.h"
/>
<ClInclude
Include=
"spandsp\adsi.h"
/>
<ClInclude
Include=
"spandsp\alloc.h"
/>
<ClInclude
Include=
"spandsp\async.h"
/>
<ClInclude
Include=
"spandsp\async.h"
/>
<ClInclude
Include=
"spandsp\arctan2.h"
/>
<ClInclude
Include=
"spandsp\arctan2.h"
/>
<ClInclude
Include=
"spandsp\at_interpreter.h"
/>
<ClInclude
Include=
"spandsp\at_interpreter.h"
/>
...
@@ -270,6 +272,7 @@
...
@@ -270,6 +272,7 @@
<ClInclude
Include=
"spandsp\complex_filters.h"
/>
<ClInclude
Include=
"spandsp\complex_filters.h"
/>
<ClInclude
Include=
"spandsp\complex_vector_float.h"
/>
<ClInclude
Include=
"spandsp\complex_vector_float.h"
/>
<ClInclude
Include=
"spandsp\complex_vector_int.h"
/>
<ClInclude
Include=
"spandsp\complex_vector_int.h"
/>
<ClInclude
Include=
"spandsp\data_modems.h"
/>
<ClInclude
Include=
"spandsp\dc_restore.h"
/>
<ClInclude
Include=
"spandsp\dc_restore.h"
/>
<ClInclude
Include=
"spandsp\dds.h"
/>
<ClInclude
Include=
"spandsp\dds.h"
/>
<ClInclude
Include=
"spandsp\dtmf.h"
/>
<ClInclude
Include=
"spandsp\dtmf.h"
/>
...
@@ -285,10 +288,11 @@
...
@@ -285,10 +288,11 @@
<ClInclude
Include=
"spandsp\g726.h"
/>
<ClInclude
Include=
"spandsp\g726.h"
/>
<ClInclude
Include=
"spandsp\gsm0610.h"
/>
<ClInclude
Include=
"spandsp\gsm0610.h"
/>
<ClInclude
Include=
"spandsp\hdlc.h"
/>
<ClInclude
Include=
"spandsp\hdlc.h"
/>
<ClInclude
Include=
"spandsp\image_translate.h"
/>
<ClInclude
Include=
"spandsp\ima_adpcm.h"
/>
<ClInclude
Include=
"spandsp\ima_adpcm.h"
/>
<ClInclude
Include=
"spandsp\image_translate.h"
/>
<ClInclude
Include=
"spandsp\logging.h"
/>
<ClInclude
Include=
"spandsp\logging.h"
/>
<ClInclude
Include=
"spandsp\lpc10.h"
/>
<ClInclude
Include=
"spandsp\lpc10.h"
/>
<ClInclude
Include=
"spandsp\math_fixed.h"
/>
<ClInclude
Include=
"spandsp\modem_echo.h"
/>
<ClInclude
Include=
"spandsp\modem_echo.h"
/>
<ClInclude
Include=
"spandsp\modem_connect_tones.h"
/>
<ClInclude
Include=
"spandsp\modem_connect_tones.h"
/>
<ClInclude
Include=
"spandsp\noise.h"
/>
<ClInclude
Include=
"spandsp\noise.h"
/>
...
@@ -296,12 +300,6 @@
...
@@ -296,12 +300,6 @@
<ClInclude
Include=
"spandsp\playout.h"
/>
<ClInclude
Include=
"spandsp\playout.h"
/>
<ClInclude
Include=
"spandsp\plc.h"
/>
<ClInclude
Include=
"spandsp\plc.h"
/>
<ClInclude
Include=
"spandsp\power_meter.h"
/>
<ClInclude
Include=
"spandsp\power_meter.h"
/>
<ClInclude
Include=
"spandsp\private\ademco_contactid.h"
/>
<ClInclude
Include=
"spandsp\private\image_translate.h"
/>
<ClInclude
Include=
"spandsp\private\t42.h"
/>
<ClInclude
Include=
"spandsp\private\t43.h"
/>
<ClInclude
Include=
"spandsp\private\t81_t82_arith_coding.h"
/>
<ClInclude
Include=
"spandsp\private\t85.h"
/>
<ClInclude
Include=
"spandsp\queue.h"
/>
<ClInclude
Include=
"spandsp\queue.h"
/>
<ClInclude
Include=
"spandsp\saturated.h"
/>
<ClInclude
Include=
"spandsp\saturated.h"
/>
<ClInclude
Include=
"spandsp\schedule.h"
/>
<ClInclude
Include=
"spandsp\schedule.h"
/>
...
@@ -310,12 +308,6 @@
...
@@ -310,12 +308,6 @@
<ClInclude
Include=
"spandsp\super_tone_rx.h"
/>
<ClInclude
Include=
"spandsp\super_tone_rx.h"
/>
<ClInclude
Include=
"spandsp\super_tone_tx.h"
/>
<ClInclude
Include=
"spandsp\super_tone_tx.h"
/>
<ClInclude
Include=
"spandsp\swept_tone.h"
/>
<ClInclude
Include=
"spandsp\swept_tone.h"
/>
<ClInclude
Include=
"spandsp\t42.h"
/>
<ClInclude
Include=
"spandsp\t43.h"
/>
<ClInclude
Include=
"spandsp\t4_rx.h"
/>
<ClInclude
Include=
"spandsp\t4_tx.h"
/>
<ClInclude
Include=
"spandsp\t4_t6_decode.h"
/>
<ClInclude
Include=
"spandsp\t4_t6_encode.h"
/>
<ClInclude
Include=
"spandsp\t30.h"
/>
<ClInclude
Include=
"spandsp\t30.h"
/>
<ClInclude
Include=
"spandsp\t30_api.h"
/>
<ClInclude
Include=
"spandsp\t30_api.h"
/>
<ClInclude
Include=
"spandsp\t30_fcf.h"
/>
<ClInclude
Include=
"spandsp\t30_fcf.h"
/>
...
@@ -326,6 +318,12 @@
...
@@ -326,6 +318,12 @@
<ClInclude
Include=
"spandsp\t38_gateway.h"
/>
<ClInclude
Include=
"spandsp\t38_gateway.h"
/>
<ClInclude
Include=
"spandsp\t38_non_ecm_buffer.h"
/>
<ClInclude
Include=
"spandsp\t38_non_ecm_buffer.h"
/>
<ClInclude
Include=
"spandsp\t38_terminal.h"
/>
<ClInclude
Include=
"spandsp\t38_terminal.h"
/>
<ClInclude
Include=
"spandsp\t4_rx.h"
/>
<ClInclude
Include=
"spandsp\t4_tx.h"
/>
<ClInclude
Include=
"spandsp\t4_t6_decode.h"
/>
<ClInclude
Include=
"spandsp\t4_t6_encode.h"
/>
<ClInclude
Include=
"spandsp\t42.h"
/>
<ClInclude
Include=
"spandsp\t43.h"
/>
<ClInclude
Include=
"spandsp\t81_t82_arith_coding.h"
/>
<ClInclude
Include=
"spandsp\t81_t82_arith_coding.h"
/>
<ClInclude
Include=
"spandsp\t85.h"
/>
<ClInclude
Include=
"spandsp\t85.h"
/>
<ClInclude
Include=
"spandsp\telephony.h"
/>
<ClInclude
Include=
"spandsp\telephony.h"
/>
...
@@ -347,6 +345,7 @@
...
@@ -347,6 +345,7 @@
<ClInclude
Include=
"spandsp\vector_float.h"
/>
<ClInclude
Include=
"spandsp\vector_float.h"
/>
<ClInclude
Include=
"spandsp\vector_int.h"
/>
<ClInclude
Include=
"spandsp\vector_int.h"
/>
<ClInclude
Include=
"spandsp\version.h"
/>
<ClInclude
Include=
"spandsp\version.h"
/>
<ClInclude
Include=
"spandsp\private\ademco_contactid.h"
/>
<ClInclude
Include=
"spandsp\private\adsi.h"
/>
<ClInclude
Include=
"spandsp\private\adsi.h"
/>
<ClInclude
Include=
"spandsp\private\async.h"
/>
<ClInclude
Include=
"spandsp\private\async.h"
/>
<ClInclude
Include=
"spandsp\private\at_interpreter.h"
/>
<ClInclude
Include=
"spandsp\private\at_interpreter.h"
/>
...
@@ -354,6 +353,7 @@
...
@@ -354,6 +353,7 @@
<ClInclude
Include=
"spandsp\private\bell_r2_mf.h"
/>
<ClInclude
Include=
"spandsp\private\bell_r2_mf.h"
/>
<ClInclude
Include=
"spandsp\private\bert.h"
/>
<ClInclude
Include=
"spandsp\private\bert.h"
/>
<ClInclude
Include=
"spandsp\private\bitstream.h"
/>
<ClInclude
Include=
"spandsp\private\bitstream.h"
/>
<ClInclude
Include=
"spandsp\private\data_modems.h"
/>
<ClInclude
Include=
"spandsp\private\dtmf.h"
/>
<ClInclude
Include=
"spandsp\private\dtmf.h"
/>
<ClInclude
Include=
"spandsp\private\echo.h"
/>
<ClInclude
Include=
"spandsp\private\echo.h"
/>
<ClInclude
Include=
"spandsp\private\fax.h"
/>
<ClInclude
Include=
"spandsp\private\fax.h"
/>
...
@@ -365,12 +365,16 @@
...
@@ -365,12 +365,16 @@
<ClInclude
Include=
"spandsp\private\gsm0610.h"
/>
<ClInclude
Include=
"spandsp\private\gsm0610.h"
/>
<ClInclude
Include=
"spandsp\private\hdlc.h"
/>
<ClInclude
Include=
"spandsp\private\hdlc.h"
/>
<ClInclude
Include=
"spandsp\private\ima_adpcm.h"
/>
<ClInclude
Include=
"spandsp\private\ima_adpcm.h"
/>
<ClInclude
Include=
"spandsp\private\image_translate.h"
/>
<ClInclude
Include=
"spandsp\private\logging.h"
/>
<ClInclude
Include=
"spandsp\private\logging.h"
/>
<ClInclude
Include=
"spandsp\private\lpc10.h"
/>
<ClInclude
Include=
"spandsp\private\lpc10.h"
/>
<ClInclude
Include=
"spandsp\private\modem_connect_tones.h"
/>
<ClInclude
Include=
"spandsp\private\modem_connect_tones.h"
/>
<ClInclude
Include=
"spandsp\private\modem_echo.h"
/>
<ClInclude
Include=
"spandsp\private\modem_echo.h"
/>
<ClInclude
Include=
"spandsp\private\noise.h"
/>
<ClInclude
Include=
"spandsp\private\noise.h"
/>
<ClInclude
Include=
"spandsp\private\oki_adpcm.h"
/>
<ClInclude
Include=
"spandsp\private\oki_adpcm.h"
/>
<ClInclude
Include=
"spandsp\private\playout.h"
/>
<ClInclude
Include=
"spandsp\private\plc.h"
/>
<ClInclude
Include=
"spandsp\private\power_meter.h"
/>
<ClInclude
Include=
"spandsp\private\queue.h"
/>
<ClInclude
Include=
"spandsp\private\queue.h"
/>
<ClInclude
Include=
"spandsp\private\schedule.h"
/>
<ClInclude
Include=
"spandsp\private\schedule.h"
/>
<ClInclude
Include=
"spandsp\private\sig_tone.h"
/>
<ClInclude
Include=
"spandsp\private\sig_tone.h"
/>
...
@@ -387,7 +391,14 @@
...
@@ -387,7 +391,14 @@
<ClInclude
Include=
"spandsp\private\t38_terminal.h"
/>
<ClInclude
Include=
"spandsp\private\t38_terminal.h"
/>
<ClInclude
Include=
"spandsp\private\t4_rx.h"
/>
<ClInclude
Include=
"spandsp\private\t4_rx.h"
/>
<ClInclude
Include=
"spandsp\private\t4_tx.h"
/>
<ClInclude
Include=
"spandsp\private\t4_tx.h"
/>
<ClInclude
Include=
"spandsp\private\t4_t6_decode.h"
/>
<ClInclude
Include=
"spandsp\private\t4_t6_encode.h"
/>
<ClInclude
Include=
"spandsp\private\t42.h"
/>
<ClInclude
Include=
"spandsp\private\t43.h"
/>
<ClInclude
Include=
"spandsp\private\t81_t82_arith_coding.h"
/>
<ClInclude
Include=
"spandsp\private\t85.h"
/>
<ClInclude
Include=
"spandsp\private\time_scale.h"
/>
<ClInclude
Include=
"spandsp\private\time_scale.h"
/>
<ClInclude
Include=
"spandsp\private\timezone.h"
/>
<ClInclude
Include=
"spandsp\private\tone_detect.h"
/>
<ClInclude
Include=
"spandsp\private\tone_detect.h"
/>
<ClInclude
Include=
"spandsp\private\tone_generate.h"
/>
<ClInclude
Include=
"spandsp\private\tone_generate.h"
/>
<ClInclude
Include=
"spandsp\private\v17rx.h"
/>
<ClInclude
Include=
"spandsp\private\v17rx.h"
/>
...
...
libs/spandsp/src/msvc/vc10proj.foot
0 → 100644
浏览文件 @
33da3e5b
<CustomBuild Include="msvc\spandsp.h">
<Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Copying %(FullPath) to $(ProjectDir)%(Filename)%(Extension)</Message>
<Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">copy "%(FullPath)" "$(ProjectDir)%(Filename)%(Extension)"</Command>
<Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(ProjectDir)%(Filename)%(Extension);%(Outputs)</Outputs>
<Message Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Copying %(FullPath) to $(ProjectDir)%(Filename)%(Extension)</Message>
<Command Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">copy "%(FullPath)" "$(ProjectDir)%(Filename)%(Extension)"</Command>
<Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(ProjectDir)%(Filename)%(Extension);%(Outputs)</Outputs>
<Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Copying %(FullPath) to $(ProjectDir)%(Filename)%(Extension)</Message>
<Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">copy "%(FullPath)" "$(ProjectDir)%(Filename)%(Extension)"</Command>
<Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(ProjectDir)%(Filename)%(Extension);%(Outputs)</Outputs>
<Message Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Copying %(FullPath) to $(ProjectDir)%(Filename)%(Extension)</Message>
<Command Condition="'$(Configuration)|$(Platform)'=='Release|x64'">copy "%(FullPath)" "$(ProjectDir)%(Filename)%(Extension)"</Command>
<Outputs Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(ProjectDir)%(Filename)%(Extension);%(Outputs)</Outputs>
</CustomBuild>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="libtiff.2010.vcxproj">
<Project>{401a40cd-5db4-4e34-ac68-fa99e9fac014}</Project>
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
</ProjectReference>
<ProjectReference Include="msvc\make_at_dictionary.2010.vcxproj">
<Project>{dee932ab-5911-4700-9eeb-8c7090a0a330}</Project>
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
</ProjectReference>
<ProjectReference Include="msvc\make_modem_filter.2010.vcxproj">
<Project>{329a6fa0-0fcc-4435-a950-e670aefa9838}</Project>
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
</ProjectReference>
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
</Project>
libs/spandsp/src/msvc/vc10proj.head
0 → 100644
浏览文件 @
33da3e5b
<?xml version="1.0" encoding="utf-8"?>
<Project
DefaultTargets=
"Build"
ToolsVersion=
"4.0"
xmlns=
"http://schemas.microsoft.com/developer/msbuild/2003"
>
<ItemGroup
Label=
"ProjectConfigurations"
>
<ProjectConfiguration
Include=
"Debug|Win32"
>
<Configuration>
Debug
</Configuration>
<Platform>
Win32
</Platform>
</ProjectConfiguration>
<ProjectConfiguration
Include=
"Debug|x64"
>
<Configuration>
Debug
</Configuration>
<Platform>
x64
</Platform>
</ProjectConfiguration>
<ProjectConfiguration
Include=
"Release|Win32"
>
<Configuration>
Release
</Configuration>
<Platform>
Win32
</Platform>
</ProjectConfiguration>
<ProjectConfiguration
Include=
"Release|x64"
>
<Configuration>
Release
</Configuration>
<Platform>
x64
</Platform>
</ProjectConfiguration>
</ItemGroup>
<PropertyGroup
Label=
"Globals"
>
<ProjectName>
libspandsp
</ProjectName>
<ProjectGuid>
{1CBB0077-18C5-455F-801C-0A0CE7B0BBF5}
</ProjectGuid>
<RootNamespace>
libspandsp
</RootNamespace>
<Keyword>
Win32Proj
</Keyword>
</PropertyGroup>
<Import
Project=
"$(VCTargetsPath)\Microsoft.Cpp.Default.props"
/>
<PropertyGroup
Condition=
"'$(Configuration)|$(Platform)'=='Release|Win32'"
Label=
"Configuration"
>
<ConfigurationType>
DynamicLibrary
</ConfigurationType>
<CharacterSet>
Unicode
</CharacterSet>
<WholeProgramOptimization>
true
</WholeProgramOptimization>
</PropertyGroup>
<PropertyGroup
Condition=
"'$(Configuration)|$(Platform)'=='Debug|Win32'"
Label=
"Configuration"
>
<ConfigurationType>
DynamicLibrary
</ConfigurationType>
<CharacterSet>
Unicode
</CharacterSet>
</PropertyGroup>
<PropertyGroup
Condition=
"'$(Configuration)|$(Platform)'=='Release|x64'"
Label=
"Configuration"
>
<ConfigurationType>
DynamicLibrary
</ConfigurationType>
<CharacterSet>
Unicode
</CharacterSet>
<WholeProgramOptimization>
true
</WholeProgramOptimization>
</PropertyGroup>
<PropertyGroup
Condition=
"'$(Configuration)|$(Platform)'=='Debug|x64'"
Label=
"Configuration"
>
<ConfigurationType>
DynamicLibrary
</ConfigurationType>
<CharacterSet>
Unicode
</CharacterSet>
</PropertyGroup>
<Import
Project=
"$(VCTargetsPath)\Microsoft.Cpp.props"
/>
<ImportGroup
Label=
"ExtensionSettings"
>
</ImportGroup>
<ImportGroup
Condition=
"'$(Configuration)|$(Platform)'=='Release|Win32'"
Label=
"PropertySheets"
>
<Import
Project=
"$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props"
Condition=
"exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')"
Label=
"LocalAppDataPlatform"
/>
<Import
Project=
"..\..\..\w32\extdll.props"
/>
</ImportGroup>
<ImportGroup
Condition=
"'$(Configuration)|$(Platform)'=='Debug|Win32'"
Label=
"PropertySheets"
>
<Import
Project=
"$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props"
Condition=
"exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')"
Label=
"LocalAppDataPlatform"
/>
<Import
Project=
"..\..\..\w32\extdll.props"
/>
</ImportGroup>
<ImportGroup
Condition=
"'$(Configuration)|$(Platform)'=='Release|x64'"
Label=
"PropertySheets"
>
<Import
Project=
"$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props"
Condition=
"exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')"
Label=
"LocalAppDataPlatform"
/>
<Import
Project=
"..\..\..\w32\extdll.props"
/>
</ImportGroup>
<ImportGroup
Condition=
"'$(Configuration)|$(Platform)'=='Debug|x64'"
Label=
"PropertySheets"
>
<Import
Project=
"$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props"
Condition=
"exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')"
Label=
"LocalAppDataPlatform"
/>
<Import
Project=
"..\..\..\w32\extdll.props"
/>
</ImportGroup>
<PropertyGroup
Label=
"UserMacros"
/>
<PropertyGroup>
<_ProjectFileVersion>
10.0.30319.1
</_ProjectFileVersion>
<LinkIncremental
Condition=
"'$(Configuration)|$(Platform)'=='Debug|Win32'"
>
true
</LinkIncremental>
<LinkIncremental
Condition=
"'$(Configuration)|$(Platform)'=='Release|Win32'"
>
false
</LinkIncremental>
<LinkIncremental
Condition=
"'$(Configuration)|$(Platform)'=='Debug|x64'"
>
true
</LinkIncremental>
<LinkIncremental
Condition=
"'$(Configuration)|$(Platform)'=='Release|x64'"
>
false
</LinkIncremental>
</PropertyGroup>
<ItemDefinitionGroup
Condition=
"'$(Configuration)|$(Platform)'=='Debug|Win32'"
>
<BuildLog>
<Path>
$(IntDir)BuildLog $(ProjectName).htm
</Path>
</BuildLog>
<ClCompile>
<Optimization>
Disabled
</Optimization>
<AdditionalIncludeDirectories>
.;..\..\src\spandsp;..\..\src;..\..\src\msvc;.\spandsp;.\msvc;..\..\tiff-4.0.2\libtiff;%(AdditionalIncludeDirectories)
</AdditionalIncludeDirectories>
<PreprocessorDefinitions>
WIN32;_DEBUG;_WINDOWS;_USRDLL;LIBSPANDSP_EXPORTS;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;HAVE_CONFIG_H;%(PreprocessorDefinitions)
</PreprocessorDefinitions>
<MinimalRebuild>
true
</MinimalRebuild>
<BasicRuntimeChecks>
EnableFastChecks
</BasicRuntimeChecks>
<RuntimeLibrary>
MultiThreadedDebugDLL
</RuntimeLibrary>
<WarningLevel>
Level4
</WarningLevel>
<CompileAs>
CompileAsC
</CompileAs>
<DisableSpecificWarnings>
4127;%(DisableSpecificWarnings)
</DisableSpecificWarnings>
</ClCompile>
<Link>
<GenerateDebugInformation>
true
</GenerateDebugInformation>
<SubSystem>
Windows
</SubSystem>
<RandomizedBaseAddress>
false
</RandomizedBaseAddress>
<TargetMachine>
MachineX86
</TargetMachine>
</Link>
</ItemDefinitionGroup>
<ItemDefinitionGroup
Condition=
"'$(Configuration)|$(Platform)'=='Release|Win32'"
>
<BuildLog>
<Path>
$(IntDir)BuildLog $(ProjectName).htm
</Path>
</BuildLog>
<ClCompile>
<AdditionalIncludeDirectories>
.;.\spandsp;.\msvc;..\..\tiff-4.0.2\libtiff;%(AdditionalIncludeDirectories)
</AdditionalIncludeDirectories>
<PreprocessorDefinitions>
WIN32;NDEBUG;_WINDOWS;_USRDLL;LIBSPANDSP_EXPORTS;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;HAVE_CONFIG_H;%(PreprocessorDefinitions)
</PreprocessorDefinitions>
<RuntimeLibrary>
MultiThreadedDLL
</RuntimeLibrary>
<WarningLevel>
Level4
</WarningLevel>
<DisableSpecificWarnings>
4127;%(DisableSpecificWarnings)
</DisableSpecificWarnings>
</ClCompile>
<Link>
<GenerateDebugInformation>
true
</GenerateDebugInformation>
<SubSystem>
Windows
</SubSystem>
<OptimizeReferences>
true
</OptimizeReferences>
<EnableCOMDATFolding>
true
</EnableCOMDATFolding>
<RandomizedBaseAddress>
false
</RandomizedBaseAddress>
<TargetMachine>
MachineX86
</TargetMachine>
</Link>
</ItemDefinitionGroup>
<ItemDefinitionGroup
Condition=
"'$(Configuration)|$(Platform)'=='Debug|x64'"
>
<BuildLog>
<Path>
$(IntDir)BuildLog $(ProjectName).htm
</Path>
</BuildLog>
<ClCompile>
<Optimization>
Disabled
</Optimization>
<AdditionalIncludeDirectories>
.;.\spandsp;.\msvc;..\..\tiff-4.0.2\libtiff;%(AdditionalIncludeDirectories)
</AdditionalIncludeDirectories>
<PreprocessorDefinitions>
WIN32;_DEBUG;_WINDOWS;_USRDLL;LIBSPANDSP_EXPORTS;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;HAVE_CONFIG_H;%(PreprocessorDefinitions)
</PreprocessorDefinitions>
<MinimalRebuild>
true
</MinimalRebuild>
<BasicRuntimeChecks>
EnableFastChecks
</BasicRuntimeChecks>
<RuntimeLibrary>
MultiThreadedDebugDLL
</RuntimeLibrary>
<WarningLevel>
Level4
</WarningLevel>
<CompileAs>
CompileAsC
</CompileAs>
<DisableSpecificWarnings>
4127;%(DisableSpecificWarnings)
</DisableSpecificWarnings>
</ClCompile>
<Link>
<GenerateDebugInformation>
true
</GenerateDebugInformation>
<SubSystem>
Windows
</SubSystem>
<RandomizedBaseAddress>
false
</RandomizedBaseAddress>
<TargetMachine>
MachineX64
</TargetMachine>
</Link>
</ItemDefinitionGroup>
<ItemDefinitionGroup
Condition=
"'$(Configuration)|$(Platform)'=='Release|x64'"
>
<BuildLog>
<Path>
$(IntDir)BuildLog $(ProjectName).htm
</Path>
</BuildLog>
<ClCompile>
<AdditionalIncludeDirectories>
.;.\spandsp;.\msvc;..\..\tiff-4.0.2\libtiff;%(AdditionalIncludeDirectories)
</AdditionalIncludeDirectories>
<PreprocessorDefinitions>
WIN32;NDEBUG;_WINDOWS;_USRDLL;LIBSPANDSP_EXPORTS;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;HAVE_CONFIG_H;%(PreprocessorDefinitions)
</PreprocessorDefinitions>
<RuntimeLibrary>
MultiThreadedDLL
</RuntimeLibrary>
<WarningLevel>
Level4
</WarningLevel>
<DisableSpecificWarnings>
4127;%(DisableSpecificWarnings)
</DisableSpecificWarnings>
</ClCompile>
<Link>
<GenerateDebugInformation>
true
</GenerateDebugInformation>
<SubSystem>
Windows
</SubSystem>
<OptimizeReferences>
true
</OptimizeReferences>
<EnableCOMDATFolding>
true
</EnableCOMDATFolding>
<RandomizedBaseAddress>
false
</RandomizedBaseAddress>
<TargetMachine>
MachineX64
</TargetMachine>
</Link>
</ItemDefinitionGroup>
<ItemGroup>
libs/spandsp/src/msvc/vc12proj.foot
0 → 100644
浏览文件 @
33da3e5b
<CustomBuild Include="msvc\spandsp.h">
<Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Copying %(FullPath) to $(ProjectDir)%(Filename)%(Extension)</Message>
<Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">copy "%(FullPath)" "$(ProjectDir)%(Filename)%(Extension)"</Command>
<Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(ProjectDir)%(Filename)%(Extension);%(Outputs)</Outputs>
<Message Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Copying %(FullPath) to $(ProjectDir)%(Filename)%(Extension)</Message>
<Command Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">copy "%(FullPath)" "$(ProjectDir)%(Filename)%(Extension)"</Command>
<Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(ProjectDir)%(Filename)%(Extension);%(Outputs)</Outputs>
<Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Copying %(FullPath) to $(ProjectDir)%(Filename)%(Extension)</Message>
<Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">copy "%(FullPath)" "$(ProjectDir)%(Filename)%(Extension)"</Command>
<Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(ProjectDir)%(Filename)%(Extension);%(Outputs)</Outputs>
<Message Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Copying %(FullPath) to $(ProjectDir)%(Filename)%(Extension)</Message>
<Command Condition="'$(Configuration)|$(Platform)'=='Release|x64'">copy "%(FullPath)" "$(ProjectDir)%(Filename)%(Extension)"</Command>
<Outputs Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(ProjectDir)%(Filename)%(Extension);%(Outputs)</Outputs>
</CustomBuild>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="msvc\libjpeg.2012.vcxproj">
<Project>{019dbd2a-273d-4ba4-bf86-b5efe2ed76b1}</Project>
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
</ProjectReference>
<ProjectReference Include="msvc\libtiff.2012.vcxproj">
<Project>{401a40cd-5db4-4e34-ac68-fa99e9fac014}</Project>
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
</ProjectReference>
<ProjectReference Include="msvc\make_at_dictionary.2012.vcxproj">
<Project>{dee932ab-5911-4700-9eeb-8c7090a0a330}</Project>
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
</ProjectReference>
<ProjectReference Include="msvc\make_cielab_luts.2012.vcxproj">
<Project>{85f0cf8c-c7ab-48f6-ba19-cc94cf87f981}</Project>
</ProjectReference>
<ProjectReference Include="msvc\make_math_fixed_tables.2012.vcxproj">
<Project>{2386b892-35f5-46cf-a0f0-10394d2fbf9b}</Project>
</ProjectReference>
<ProjectReference Include="msvc\make_modem_filter.2012.vcxproj">
<Project>{329a6fa0-0fcc-4435-a950-e670aefa9838}</Project>
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
</ProjectReference>
<ProjectReference Include="msvc\make_t43_gray_code_tables.2012.vcxproj">
<Project>{eddb8ab9-c53e-44c0-a620-0e86c2cbd5d5}</Project>
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
</ProjectReference>
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
</Project>
libs/spandsp/src/msvc/vc12proj.head
0 → 100644
浏览文件 @
33da3e5b
<?xml version="1.0" encoding="utf-8"?>
<Project
DefaultTargets=
"Build"
ToolsVersion=
"4.0"
xmlns=
"http://schemas.microsoft.com/developer/msbuild/2003"
>
<ItemGroup
Label=
"ProjectConfigurations"
>
<ProjectConfiguration
Include=
"Debug|Win32"
>
<Configuration>
Debug
</Configuration>
<Platform>
Win32
</Platform>
</ProjectConfiguration>
<ProjectConfiguration
Include=
"Debug|x64"
>
<Configuration>
Debug
</Configuration>
<Platform>
x64
</Platform>
</ProjectConfiguration>
<ProjectConfiguration
Include=
"Release|Win32"
>
<Configuration>
Release
</Configuration>
<Platform>
Win32
</Platform>
</ProjectConfiguration>
<ProjectConfiguration
Include=
"Release|x64"
>
<Configuration>
Release
</Configuration>
<Platform>
x64
</Platform>
</ProjectConfiguration>
</ItemGroup>
<PropertyGroup
Label=
"Globals"
>
<ProjectName>
libspandsp
</ProjectName>
<ProjectGuid>
{1CBB0077-18C5-455F-801C-0A0CE7B0BBF5}
</ProjectGuid>
<RootNamespace>
libspandsp
</RootNamespace>
<Keyword>
Win32Proj
</Keyword>
</PropertyGroup>
<Import
Project=
"$(VCTargetsPath)\Microsoft.Cpp.Default.props"
/>
<PropertyGroup
Condition=
"'$(Configuration)|$(Platform)'=='Release|Win32'"
Label=
"Configuration"
>
<ConfigurationType>
DynamicLibrary
</ConfigurationType>
<CharacterSet>
Unicode
</CharacterSet>
<WholeProgramOptimization>
true
</WholeProgramOptimization>
<PlatformToolset>
v110
</PlatformToolset>
</PropertyGroup>
<PropertyGroup
Condition=
"'$(Configuration)|$(Platform)'=='Debug|Win32'"
Label=
"Configuration"
>
<ConfigurationType>
DynamicLibrary
</ConfigurationType>
<CharacterSet>
Unicode
</CharacterSet>
<PlatformToolset>
v110
</PlatformToolset>
</PropertyGroup>
<PropertyGroup
Condition=
"'$(Configuration)|$(Platform)'=='Release|x64'"
Label=
"Configuration"
>
<ConfigurationType>
DynamicLibrary
</ConfigurationType>
<CharacterSet>
Unicode
</CharacterSet>
<WholeProgramOptimization>
true
</WholeProgramOptimization>
<PlatformToolset>
v110
</PlatformToolset>
</PropertyGroup>
<PropertyGroup
Condition=
"'$(Configuration)|$(Platform)'=='Debug|x64'"
Label=
"Configuration"
>
<ConfigurationType>
DynamicLibrary
</ConfigurationType>
<CharacterSet>
Unicode
</CharacterSet>
<PlatformToolset>
v110
</PlatformToolset>
</PropertyGroup>
<Import
Project=
"$(VCTargetsPath)\Microsoft.Cpp.props"
/>
<ImportGroup
Label=
"ExtensionSettings"
>
</ImportGroup>
<ImportGroup
Condition=
"'$(Configuration)|$(Platform)'=='Release|Win32'"
Label=
"PropertySheets"
>
<Import
Project=
"$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props"
Condition=
"exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')"
Label=
"LocalAppDataPlatform"
/>
<Import
Project=
"..\..\..\w32\extdll.props"
/>
</ImportGroup>
<ImportGroup
Condition=
"'$(Configuration)|$(Platform)'=='Debug|Win32'"
Label=
"PropertySheets"
>
<Import
Project=
"$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props"
Condition=
"exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')"
Label=
"LocalAppDataPlatform"
/>
<Import
Project=
"..\..\..\w32\extdll.props"
/>
</ImportGroup>
<ImportGroup
Condition=
"'$(Configuration)|$(Platform)'=='Release|x64'"
Label=
"PropertySheets"
>
<Import
Project=
"$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props"
Condition=
"exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')"
Label=
"LocalAppDataPlatform"
/>
<Import
Project=
"..\..\..\w32\extdll.props"
/>
</ImportGroup>
<ImportGroup
Condition=
"'$(Configuration)|$(Platform)'=='Debug|x64'"
Label=
"PropertySheets"
>
<Import
Project=
"$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props"
Condition=
"exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')"
Label=
"LocalAppDataPlatform"
/>
<Import
Project=
"..\..\..\w32\extdll.props"
/>
</ImportGroup>
<PropertyGroup
Label=
"UserMacros"
/>
<PropertyGroup>
<_ProjectFileVersion>
10.0.30319.1
</_ProjectFileVersion>
<LinkIncremental
Condition=
"'$(Configuration)|$(Platform)'=='Debug|Win32'"
>
true
</LinkIncremental>
<LinkIncremental
Condition=
"'$(Configuration)|$(Platform)'=='Release|Win32'"
>
false
</LinkIncremental>
<LinkIncremental
Condition=
"'$(Configuration)|$(Platform)'=='Debug|x64'"
>
true
</LinkIncremental>
<LinkIncremental
Condition=
"'$(Configuration)|$(Platform)'=='Release|x64'"
>
false
</LinkIncremental>
</PropertyGroup>
<ItemDefinitionGroup
Condition=
"'$(Configuration)|$(Platform)'=='Debug|Win32'"
>
<BuildLog>
<Path>
$(IntDir)BuildLog $(ProjectName).htm
</Path>
</BuildLog>
<ClCompile>
<Optimization>
Disabled
</Optimization>
<AdditionalIncludeDirectories>
.;.\spandsp;.\msvc;..\tiff-4.0.3\tiff-4.0.3\libtiff;..\jpeg-8d;%(AdditionalIncludeDirectories)
</AdditionalIncludeDirectories>
<PreprocessorDefinitions>
WIN32;_DEBUG;_WINDOWS;_USRDLL;LIBSPANDSP_EXPORTS;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;HAVE_CONFIG_H;%(PreprocessorDefinitions)
</PreprocessorDefinitions>
<MinimalRebuild>
true
</MinimalRebuild>
<BasicRuntimeChecks>
EnableFastChecks
</BasicRuntimeChecks>
<RuntimeLibrary>
MultiThreadedDebugDLL
</RuntimeLibrary>
<WarningLevel>
Level4
</WarningLevel>
<CompileAs>
CompileAsC
</CompileAs>
<DisableSpecificWarnings>
4127;4324;4267;4306;%(DisableSpecificWarnings)
</DisableSpecificWarnings>
</ClCompile>
<Link>
<GenerateDebugInformation>
true
</GenerateDebugInformation>
<SubSystem>
Windows
</SubSystem>
<RandomizedBaseAddress>
false
</RandomizedBaseAddress>
<TargetMachine>
MachineX86
</TargetMachine>
</Link>
</ItemDefinitionGroup>
<ItemDefinitionGroup
Condition=
"'$(Configuration)|$(Platform)'=='Release|Win32'"
>
<BuildLog>
<Path>
$(IntDir)BuildLog $(ProjectName).htm
</Path>
</BuildLog>
<ClCompile>
<AdditionalIncludeDirectories>
.;.\spandsp;.\msvc;..\tiff-4.0.3\tiff-4.0.3\libtiff;..\jpeg-8d;%(AdditionalIncludeDirectories)
</AdditionalIncludeDirectories>
<PreprocessorDefinitions>
WIN32;NDEBUG;_WINDOWS;_USRDLL;LIBSPANDSP_EXPORTS;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;HAVE_CONFIG_H;%(PreprocessorDefinitions)
</PreprocessorDefinitions>
<RuntimeLibrary>
MultiThreadedDLL
</RuntimeLibrary>
<WarningLevel>
Level4
</WarningLevel>
<DisableSpecificWarnings>
4127;4324;4267;4306;%(DisableSpecificWarnings)
</DisableSpecificWarnings>
</ClCompile>
<Link>
<GenerateDebugInformation>
true
</GenerateDebugInformation>
<SubSystem>
Windows
</SubSystem>
<OptimizeReferences>
true
</OptimizeReferences>
<EnableCOMDATFolding>
true
</EnableCOMDATFolding>
<RandomizedBaseAddress>
false
</RandomizedBaseAddress>
<TargetMachine>
MachineX86
</TargetMachine>
</Link>
</ItemDefinitionGroup>
<ItemDefinitionGroup
Condition=
"'$(Configuration)|$(Platform)'=='Debug|x64'"
>
<BuildLog>
<Path>
$(IntDir)BuildLog $(ProjectName).htm
</Path>
</BuildLog>
<ClCompile>
<Optimization>
Disabled
</Optimization>
<AdditionalIncludeDirectories>
.;.\spandsp;.\msvc;..\tiff-4.0.3\tiff-4.0.3\libtiff;..\jpeg-8d;%(AdditionalIncludeDirectories)
</AdditionalIncludeDirectories>
<PreprocessorDefinitions>
WIN32;_DEBUG;_WINDOWS;_USRDLL;LIBSPANDSP_EXPORTS;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;HAVE_CONFIG_H;%(PreprocessorDefinitions)
</PreprocessorDefinitions>
<MinimalRebuild>
true
</MinimalRebuild>
<BasicRuntimeChecks>
EnableFastChecks
</BasicRuntimeChecks>
<RuntimeLibrary>
MultiThreadedDebugDLL
</RuntimeLibrary>
<WarningLevel>
Level4
</WarningLevel>
<CompileAs>
CompileAsC
</CompileAs>
<DisableSpecificWarnings>
4127;4324;4267;4306;%(DisableSpecificWarnings)
</DisableSpecificWarnings>
</ClCompile>
<Link>
<GenerateDebugInformation>
true
</GenerateDebugInformation>
<SubSystem>
Windows
</SubSystem>
<RandomizedBaseAddress>
false
</RandomizedBaseAddress>
<TargetMachine>
MachineX64
</TargetMachine>
</Link>
</ItemDefinitionGroup>
<ItemDefinitionGroup
Condition=
"'$(Configuration)|$(Platform)'=='Release|x64'"
>
<BuildLog>
<Path>
$(IntDir)BuildLog $(ProjectName).htm
</Path>
</BuildLog>
<ClCompile>
<AdditionalIncludeDirectories>
.;.\spandsp;.\msvc;..\tiff-4.0.3\tiff-4.0.3\libtiff;..\jpeg-8d;%(AdditionalIncludeDirectories)
</AdditionalIncludeDirectories>
<PreprocessorDefinitions>
WIN32;NDEBUG;_WINDOWS;_USRDLL;LIBSPANDSP_EXPORTS;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;HAVE_CONFIG_H;%(PreprocessorDefinitions)
</PreprocessorDefinitions>
<RuntimeLibrary>
MultiThreadedDLL
</RuntimeLibrary>
<WarningLevel>
Level4
</WarningLevel>
<DisableSpecificWarnings>
4127;4324;4267;4306;%(DisableSpecificWarnings)
</DisableSpecificWarnings>
</ClCompile>
<Link>
<GenerateDebugInformation>
true
</GenerateDebugInformation>
<SubSystem>
Windows
</SubSystem>
<OptimizeReferences>
true
</OptimizeReferences>
<EnableCOMDATFolding>
true
</EnableCOMDATFolding>
<RandomizedBaseAddress>
false
</RandomizedBaseAddress>
<TargetMachine>
MachineX64
</TargetMachine>
</Link>
</ItemDefinitionGroup>
<ItemGroup>
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论