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
This commit is contained in:
Jeff Lenk 2010-03-22 14:24:11 +00:00
parent 0aeb564dd4
commit 4bf3f5c86f
2 changed files with 14 additions and 14 deletions

View File

@ -68,16 +68,16 @@
</References>
<Files>
<File
RelativePath=".\CELT\cleancount"
RelativePath=".\JSON\cleancount"
>
<FileConfiguration
Name="Debug|Win32"
>
<Tool
Name="VCCustomBuildTool"
Description="Downloading CELT."
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;"
Outputs="$(ProjectDir)..\CELT"
Description="Downloading JSON."
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)..\JSON"
/>
</FileConfiguration>
<FileConfiguration
@ -85,9 +85,9 @@
>
<Tool
Name="VCCustomBuildTool"
Description="Downloading CELT."
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;"
Outputs="$(ProjectDir)..\CELT"
Description="Downloading JSON."
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)..\JSON"
/>
</FileConfiguration>
</File>

View File

@ -281,31 +281,31 @@
UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
>
<File
RelativePath="..\..\json-c-0.8\arraylist.c"
RelativePath="..\..\json-c-0.9\arraylist.c"
>
</File>
<File
RelativePath="..\..\json-c-0.8\debug.c"
RelativePath="..\..\json-c-0.9\debug.c"
>
</File>
<File
RelativePath="..\..\json-c-0.8\json_object.c"
RelativePath="..\..\json-c-0.9\json_object.c"
>
</File>
<File
RelativePath="..\..\json-c-0.8\json_tokener.c"
RelativePath="..\..\json-c-0.9\json_tokener.c"
>
</File>
<File
RelativePath="..\..\json-c-0.8\json_util.c"
RelativePath="..\..\json-c-0.9\json_util.c"
>
</File>
<File
RelativePath="..\..\json-c-0.8\linkhash.c"
RelativePath="..\..\json-c-0.9\linkhash.c"
>
</File>
<File
RelativePath="..\..\json-c-0.8\printbuf.c"
RelativePath="..\..\json-c-0.9\printbuf.c"
>
</File>
</Filter>