Very minor changes not related to C source code

This commit is contained in:
Nicola Spanti (RyDroid)
2016-08-08 15:12:44 +02:00
parent 9688f343a5
commit 250a3987cf
3 changed files with 8 additions and 15 deletions

View File

@@ -1,4 +1,3 @@
EXTRA_DIST = README.md README.html README-WIN32.html EXTRA_DIST = README.md README.html README-WIN32.html
EXTRA_DIST += config.h.win32 json-c.vcproj json-c.vcxproj json-c.vcxproj.filters EXTRA_DIST += config.h.win32 json-c.vcproj json-c.vcxproj json-c.vcxproj.filters
EXTRA_DIST += Doxyfile doc EXTRA_DIST += Doxyfile doc

View File

@@ -4,7 +4,7 @@ libdir=@libdir@
includedir=@includedir@ includedir=@includedir@
Name: json-c Name: json-c
Description: JSON implementation in C Description: A JSON implementation in C
Version: @VERSION@ Version: @VERSION@
Requires: Requires:
Libs.private: @LIBS@ Libs.private: @LIBS@

View File

@@ -6,8 +6,7 @@
ProjectGUID="{04D8CDBE-FB3E-4362-87E6-07DC3C0083B2}" ProjectGUID="{04D8CDBE-FB3E-4362-87E6-07DC3C0083B2}"
Keyword="Win32Proj"> Keyword="Win32Proj">
<Platforms> <Platforms>
<Platform <Platform Name="Win32" />
Name="Win32"/>
</Platforms> </Platforms>
<Configurations> <Configurations>
<Configuration <Configuration
@@ -27,8 +26,7 @@
WarningLevel="3" WarningLevel="3"
Detect64BitPortabilityProblems="TRUE" Detect64BitPortabilityProblems="TRUE"
DebugInformationFormat="4"/> DebugInformationFormat="4"/>
<Tool <Tool Name="VCCustomBuildTool" />
Name="VCCustomBuildTool"/>
<Tool <Tool
Name="VCLibrarianTool" Name="VCLibrarianTool"
OutputFile="$(OutDir)/jsonD.lib"/> OutputFile="$(OutDir)/jsonD.lib"/>
@@ -167,17 +165,13 @@ copy json_config.h.win32 json_config.h"/>
RelativePath=".\Doxyfile"> RelativePath=".\Doxyfile">
</File> </File>
</Filter> </Filter>
<File <File RelativePath=".\config.h.win32">
RelativePath=".\config.h.win32">
</File> </File>
<File <File RelativePath=".\json_config.h.win32">
RelativePath=".\json_config.h.win32">
</File> </File>
<File <File RelativePath=".\README-WIN32.html">
RelativePath=".\README-WIN32.html">
</File> </File>
<File <File RelativePath=".\README.html">
RelativePath=".\README.html">
</File> </File>
</Files> </Files>
<Globals> <Globals>