Adds json_config.h.win32 to project. Adds VS2k13 project.

This commit is contained in:
Christopher Watford
2014-12-05 10:27:44 -05:00
parent 0609a5729c
commit 4d18d39d99
3 changed files with 205 additions and 2 deletions

View File

@@ -38,7 +38,8 @@
Name="VCPostBuildEventTool"/>
<Tool
Name="VCPreBuildEventTool"
CommandLine="copy config.h.win32 config.h"/>
CommandLine="copy config.h.win32 config.h
copy json_config.h.win32 json_config.h"/>
<Tool
Name="VCPreLinkEventTool"/>
<Tool
@@ -76,7 +77,9 @@
<Tool
Name="VCPostBuildEventTool"/>
<Tool
Name="VCPreBuildEventTool"/>
Name="VCPreBuildEventTool"
CommandLine="copy config.h.win32 config.h
copy json_config.h.win32 json_config.h"/>
<Tool
Name="VCPreLinkEventTool"/>
<Tool
@@ -167,6 +170,9 @@
<File
RelativePath=".\config.h.win32">
</File>
<File
RelativePath=".\json_config.h.win32">
</File>
<File
RelativePath=".\README-WIN32.html">
</File>