提交 4bf3f5c8 authored 作者: Jeff Lenk's avatar Jeff Lenk

bump json lib to 0.9 for windows - still needs updated tar

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@17064 d0543943-73ff-0310-b7d9-9358b9ac24b2
上级 0aeb564d
...@@ -68,16 +68,16 @@ ...@@ -68,16 +68,16 @@
</References> </References>
<Files> <Files>
<File <File
RelativePath=".\CELT\cleancount" RelativePath=".\JSON\cleancount"
> >
<FileConfiguration <FileConfiguration
Name="Debug|Win32" Name="Debug|Win32"
> >
<Tool <Tool
Name="VCCustomBuildTool" Name="VCCustomBuildTool"
Description="Downloading CELT." Description="Downloading JSON."
CommandLine="if not exist &quot;$(ProjectDir)..\json-c-0.8&quot; cscript /nologo &quot;$(ProjectDir)util.vbs&quot; GetUnzip http://files.freeswitch.org/downloads/libs/json-c-0.8.tar.gz &quot;$(ProjectDir)..&quot;" CommandLine="if not exist &quot;$(ProjectDir)..\json-c-0.9&quot; cscript /nologo &quot;$(ProjectDir)util.vbs&quot; GetUnzip http://files.freeswitch.org/downloads/libs/json-c-0.9.tar.gz &quot;$(ProjectDir)..&quot;"
Outputs="$(ProjectDir)..\CELT" Outputs="$(ProjectDir)..\JSON"
/> />
</FileConfiguration> </FileConfiguration>
<FileConfiguration <FileConfiguration
...@@ -85,9 +85,9 @@ ...@@ -85,9 +85,9 @@
> >
<Tool <Tool
Name="VCCustomBuildTool" Name="VCCustomBuildTool"
Description="Downloading CELT." Description="Downloading JSON."
CommandLine="if not exist &quot;$(ProjectDir)..\json-c-0.8&quot; cscript /nologo &quot;$(ProjectDir)util.vbs&quot; GetUnzip http://files.freeswitch.org/downloads/libs/json-c-0.8.tar.gz &quot;$(ProjectDir)..&quot;" CommandLine="if not exist &quot;$(ProjectDir)..\json-c-0.9&quot; cscript /nologo &quot;$(ProjectDir)util.vbs&quot; GetUnzip http://files.freeswitch.org/downloads/libs/json-c-0.9.tar.gz &quot;$(ProjectDir)..&quot;"
Outputs="$(ProjectDir)..\CELT" Outputs="$(ProjectDir)..\JSON"
/> />
</FileConfiguration> </FileConfiguration>
</File> </File>
......
...@@ -281,31 +281,31 @@ ...@@ -281,31 +281,31 @@
UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}" UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
> >
<File <File
RelativePath="..\..\json-c-0.8\arraylist.c" RelativePath="..\..\json-c-0.9\arraylist.c"
> >
</File> </File>
<File <File
RelativePath="..\..\json-c-0.8\debug.c" RelativePath="..\..\json-c-0.9\debug.c"
> >
</File> </File>
<File <File
RelativePath="..\..\json-c-0.8\json_object.c" RelativePath="..\..\json-c-0.9\json_object.c"
> >
</File> </File>
<File <File
RelativePath="..\..\json-c-0.8\json_tokener.c" RelativePath="..\..\json-c-0.9\json_tokener.c"
> >
</File> </File>
<File <File
RelativePath="..\..\json-c-0.8\json_util.c" RelativePath="..\..\json-c-0.9\json_util.c"
> >
</File> </File>
<File <File
RelativePath="..\..\json-c-0.8\linkhash.c" RelativePath="..\..\json-c-0.9\linkhash.c"
> >
</File> </File>
<File <File
RelativePath="..\..\json-c-0.8\printbuf.c" RelativePath="..\..\json-c-0.9\printbuf.c"
> >
</File> </File>
</Filter> </Filter>
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论