mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-05-01 14:23:42 +00:00
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>
|
</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 "$(ProjectDir)..\json-c-0.8" cscript /nologo "$(ProjectDir)util.vbs" GetUnzip http://files.freeswitch.org/downloads/libs/json-c-0.8.tar.gz "$(ProjectDir)..""
|
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)..\CELT"
|
Outputs="$(ProjectDir)..\JSON"
|
||||||
/>
|
/>
|
||||||
</FileConfiguration>
|
</FileConfiguration>
|
||||||
<FileConfiguration
|
<FileConfiguration
|
||||||
@ -85,9 +85,9 @@
|
|||||||
>
|
>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCustomBuildTool"
|
Name="VCCustomBuildTool"
|
||||||
Description="Downloading CELT."
|
Description="Downloading JSON."
|
||||||
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)..""
|
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)..\CELT"
|
Outputs="$(ProjectDir)..\JSON"
|
||||||
/>
|
/>
|
||||||
</FileConfiguration>
|
</FileConfiguration>
|
||||||
</File>
|
</File>
|
||||||
|
@ -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>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user