Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/miloyip/rapidjson.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authormiloyip@gmail.com <miloyip@gmail.com@c5894555-1306-4e8d-425f-1f6f381ee07c>2011-12-03 15:14:39 +0400
committermiloyip@gmail.com <miloyip@gmail.com@c5894555-1306-4e8d-425f-1f6f381ee07c>2011-12-03 15:14:39 +0400
commitbf8fcd19c189df01012b316b5dd7b550f513eab4 (patch)
tree00a2bec4f1b8a665f4ca524ab7527c4dc1f620b8 /build
parent7c914a9d4cb39de8e54fbe6c07a7d91072d9ef15 (diff)
Added prettyauto example, which can handle UTF-8/UTF-16LE/UTF-16BE/UTF-32LE/UTF-32BE
Fixed a bug for using Reader with AutoUTFInputStream git-svn-id: https://rapidjson.googlecode.com/svn/trunk@50 c5894555-1306-4e8d-425f-1f6f381ee07c
Diffstat (limited to 'build')
-rw-r--r--build/premake4.lua5
1 files changed, 5 insertions, 0 deletions
diff --git a/build/premake4.lua b/build/premake4.lua
index 7bb41fec..74064fbc 100644
--- a/build/premake4.lua
+++ b/build/premake4.lua
@@ -157,6 +157,11 @@ solution "example"
files "../example/pretty/*"
setTargetObjDir("../bin")
+ project "prettyauto"
+ kind "ConsoleApp"
+ files "../example/prettyauto/*"
+ setTargetObjDir("../bin")
+
project "tutorial"
kind "ConsoleApp"
files "../example/tutorial/*"