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:
parent
0aeb564dd4
commit
4bf3f5c86f
|
@ -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 "$(ProjectDir)..\json-c-0.8" cscript /nologo "$(ProjectDir)util.vbs" GetUnzip http://files.freeswitch.org/downloads/libs/json-c-0.8.tar.gz "$(ProjectDir)..""
|
||||
Outputs="$(ProjectDir)..\CELT"
|
||||
Description="Downloading JSON."
|
||||
CommandLine="if not exist "$(ProjectDir)..\json-c-0.9" cscript /nologo "$(ProjectDir)util.vbs" GetUnzip http://files.freeswitch.org/downloads/libs/json-c-0.9.tar.gz "$(ProjectDir)..""
|
||||
Outputs="$(ProjectDir)..\JSON"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
<FileConfiguration
|
||||
|
@ -85,9 +85,9 @@
|
|||
>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
Description="Downloading CELT."
|
||||
CommandLine="if not exist "$(ProjectDir)..\json-c-0.8" cscript /nologo "$(ProjectDir)util.vbs" GetUnzip http://files.freeswitch.org/downloads/libs/json-c-0.8.tar.gz "$(ProjectDir)..""
|
||||
Outputs="$(ProjectDir)..\CELT"
|
||||
Description="Downloading JSON."
|
||||
CommandLine="if not exist "$(ProjectDir)..\json-c-0.9" cscript /nologo "$(ProjectDir)util.vbs" GetUnzip http://files.freeswitch.org/downloads/libs/json-c-0.9.tar.gz "$(ProjectDir)..""
|
||||
Outputs="$(ProjectDir)..\JSON"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
</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>
|
||||
|
|
Loading…
Reference in New Issue