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
diff options
context:
space:
mode:
Diffstat (limited to 'intermediate')
-rw-r--r--intermediate/debug/gmake/condense/x32/condense.d31
-rw-r--r--intermediate/debug/gmake/condense/x32/condense.obin0 -> 109968 bytes
-rw-r--r--intermediate/debug/gmake/gtest/x32/gtest-all.d83
-rw-r--r--intermediate/debug/gmake/gtest/x32/gtest-all.obin0 -> 1416828 bytes
-rw-r--r--intermediate/debug/gmake/perftest/x32/jsoncpptest.d58
-rw-r--r--intermediate/debug/gmake/perftest/x32/jsoncpptest.obin0 -> 30176 bytes
-rw-r--r--intermediate/debug/gmake/perftest/x32/misctest.d58
-rw-r--r--intermediate/debug/gmake/perftest/x32/misctest.obin0 -> 30176 bytes
-rw-r--r--intermediate/debug/gmake/perftest/x32/perftest.d58
-rw-r--r--intermediate/debug/gmake/perftest/x32/perftest.obin0 -> 30696 bytes
-rw-r--r--intermediate/debug/gmake/perftest/x32/platformtest.d58
-rw-r--r--intermediate/debug/gmake/perftest/x32/platformtest.obin0 -> 30176 bytes
-rw-r--r--intermediate/debug/gmake/perftest/x32/rapidjsontest.d96
-rw-r--r--intermediate/debug/gmake/pretty/x32/pretty.d34
-rw-r--r--intermediate/debug/gmake/pretty/x32/pretty.obin0 -> 117212 bytes
-rw-r--r--intermediate/debug/gmake/prettyauto/x32/prettyauto.d37
-rw-r--r--intermediate/debug/gmake/prettyauto/x32/prettyauto.obin0 -> 156680 bytes
-rw-r--r--intermediate/debug/gmake/serialize/x32/serialize.d25
-rw-r--r--intermediate/debug/gmake/serialize/x32/serialize.obin0 -> 191100 bytes
-rw-r--r--intermediate/debug/gmake/tutorial/x32/tutorial.d32
-rw-r--r--intermediate/debug/gmake/tutorial/x32/tutorial.obin0 -> 198768 bytes
-rw-r--r--intermediate/debug/gmake/unittest/x32/documenttest.d84
-rw-r--r--intermediate/debug/gmake/unittest/x32/documenttest.obin0 -> 457424 bytes
-rw-r--r--intermediate/debug/gmake/unittest/x32/encodedstreamtest.d83
-rw-r--r--intermediate/debug/gmake/unittest/x32/encodedstreamtest.obin0 -> 328728 bytes
-rw-r--r--intermediate/debug/gmake/unittest/x32/encodingstest.d82
-rw-r--r--intermediate/debug/gmake/unittest/x32/encodingstest.obin0 -> 232060 bytes
-rw-r--r--intermediate/debug/gmake/unittest/x32/filestreamtest.d79
-rw-r--r--intermediate/debug/gmake/unittest/x32/filestreamtest.obin0 -> 172236 bytes
-rw-r--r--intermediate/debug/gmake/unittest/x32/jsoncheckertest.d81
-rw-r--r--intermediate/debug/gmake/unittest/x32/jsoncheckertest.obin0 -> 226840 bytes
-rw-r--r--intermediate/debug/gmake/unittest/x32/readertest.d75
-rw-r--r--intermediate/debug/gmake/unittest/x32/readertest.obin0 -> 1023916 bytes
-rw-r--r--intermediate/debug/gmake/unittest/x32/unittest.d58
-rw-r--r--intermediate/debug/gmake/unittest/x32/unittest.obin0 -> 29428 bytes
-rw-r--r--intermediate/debug/gmake/unittest/x32/valuetest.d81
-rw-r--r--intermediate/debug/gmake/unittest/x32/valuetest.obin0 -> 684280 bytes
-rw-r--r--intermediate/debug/gmake/unittest/x32/writertest.d84
-rw-r--r--intermediate/debug/gmake/unittest/x32/writertest.obin0 -> 395680 bytes
39 files changed, 1277 insertions, 0 deletions
diff --git a/intermediate/debug/gmake/condense/x32/condense.d b/intermediate/debug/gmake/condense/x32/condense.d
new file mode 100644
index 00000000..dadc0f6c
--- /dev/null
+++ b/intermediate/debug/gmake/condense/x32/condense.d
@@ -0,0 +1,31 @@
+../../intermediate/debug/gmake/condense/x32/condense.o: \
+ ../../example/condense/condense.cpp ../../include/rapidjson/reader.h \
+ ../../include/rapidjson/rapidjson.h \
+ ../../include/rapidjson/allocators.h \
+ ../../include/rapidjson/encodings.h \
+ ../../include/rapidjson/internal/pow10.h \
+ ../../include/rapidjson/internal/stack.h \
+ ../../include/rapidjson/writer.h \
+ ../../include/rapidjson/internal/strfunc.h \
+ ../../include/rapidjson/filereadstream.h \
+ ../../include/rapidjson/filewritestream.h
+
+../../include/rapidjson/reader.h:
+
+../../include/rapidjson/rapidjson.h:
+
+../../include/rapidjson/allocators.h:
+
+../../include/rapidjson/encodings.h:
+
+../../include/rapidjson/internal/pow10.h:
+
+../../include/rapidjson/internal/stack.h:
+
+../../include/rapidjson/writer.h:
+
+../../include/rapidjson/internal/strfunc.h:
+
+../../include/rapidjson/filereadstream.h:
+
+../../include/rapidjson/filewritestream.h:
diff --git a/intermediate/debug/gmake/condense/x32/condense.o b/intermediate/debug/gmake/condense/x32/condense.o
new file mode 100644
index 00000000..3c1c485c
--- /dev/null
+++ b/intermediate/debug/gmake/condense/x32/condense.o
Binary files differ
diff --git a/intermediate/debug/gmake/gtest/x32/gtest-all.d b/intermediate/debug/gmake/gtest/x32/gtest-all.d
new file mode 100644
index 00000000..010b1ff3
--- /dev/null
+++ b/intermediate/debug/gmake/gtest/x32/gtest-all.d
@@ -0,0 +1,83 @@
+../../intermediate/debug/gmake/gtest/x32/gtest-all.o: \
+ ../../thirdparty/gtest/src/gtest-all.cc \
+ ../../thirdparty/gtest/include/gtest/gtest.h \
+ ../../thirdparty/gtest/include/gtest/internal/gtest-internal.h \
+ ../../thirdparty/gtest/include/gtest/internal/gtest-port.h \
+ ../../thirdparty/gtest/include/gtest/internal/gtest-string.h \
+ ../../thirdparty/gtest/include/gtest/internal/gtest-filepath.h \
+ ../../thirdparty/gtest/include/gtest/internal/gtest-type-util.h \
+ ../../thirdparty/gtest/include/gtest/gtest-death-test.h \
+ ../../thirdparty/gtest/include/gtest/internal/gtest-death-test-internal.h \
+ ../../thirdparty/gtest/include/gtest/gtest-message.h \
+ ../../thirdparty/gtest/include/gtest/gtest-param-test.h \
+ ../../thirdparty/gtest/include/gtest/internal/gtest-param-util.h \
+ ../../thirdparty/gtest/include/gtest/internal/gtest-linked_ptr.h \
+ ../../thirdparty/gtest/include/gtest/gtest-printers.h \
+ ../../thirdparty/gtest/include/gtest/internal/gtest-param-util-generated.h \
+ ../../thirdparty/gtest/include/gtest/gtest_prod.h \
+ ../../thirdparty/gtest/include/gtest/gtest-test-part.h \
+ ../../thirdparty/gtest/include/gtest/gtest-typed-test.h \
+ ../../thirdparty/gtest/include/gtest/gtest_pred_impl.h \
+ ../../thirdparty/gtest/src/gtest.cc \
+ ../../thirdparty/gtest/include/gtest/gtest-spi.h \
+ ../../thirdparty/gtest/src/gtest-internal-inl.h \
+ ../../thirdparty/gtest/src/gtest-death-test.cc \
+ ../../thirdparty/gtest/src/gtest-filepath.cc \
+ ../../thirdparty/gtest/src/gtest-port.cc \
+ ../../thirdparty/gtest/src/gtest-printers.cc \
+ ../../thirdparty/gtest/src/gtest-test-part.cc \
+ ../../thirdparty/gtest/src/gtest-typed-test.cc
+
+../../thirdparty/gtest/include/gtest/gtest.h:
+
+../../thirdparty/gtest/include/gtest/internal/gtest-internal.h:
+
+../../thirdparty/gtest/include/gtest/internal/gtest-port.h:
+
+../../thirdparty/gtest/include/gtest/internal/gtest-string.h:
+
+../../thirdparty/gtest/include/gtest/internal/gtest-filepath.h:
+
+../../thirdparty/gtest/include/gtest/internal/gtest-type-util.h:
+
+../../thirdparty/gtest/include/gtest/gtest-death-test.h:
+
+../../thirdparty/gtest/include/gtest/internal/gtest-death-test-internal.h:
+
+../../thirdparty/gtest/include/gtest/gtest-message.h:
+
+../../thirdparty/gtest/include/gtest/gtest-param-test.h:
+
+../../thirdparty/gtest/include/gtest/internal/gtest-param-util.h:
+
+../../thirdparty/gtest/include/gtest/internal/gtest-linked_ptr.h:
+
+../../thirdparty/gtest/include/gtest/gtest-printers.h:
+
+../../thirdparty/gtest/include/gtest/internal/gtest-param-util-generated.h:
+
+../../thirdparty/gtest/include/gtest/gtest_prod.h:
+
+../../thirdparty/gtest/include/gtest/gtest-test-part.h:
+
+../../thirdparty/gtest/include/gtest/gtest-typed-test.h:
+
+../../thirdparty/gtest/include/gtest/gtest_pred_impl.h:
+
+../../thirdparty/gtest/src/gtest.cc:
+
+../../thirdparty/gtest/include/gtest/gtest-spi.h:
+
+../../thirdparty/gtest/src/gtest-internal-inl.h:
+
+../../thirdparty/gtest/src/gtest-death-test.cc:
+
+../../thirdparty/gtest/src/gtest-filepath.cc:
+
+../../thirdparty/gtest/src/gtest-port.cc:
+
+../../thirdparty/gtest/src/gtest-printers.cc:
+
+../../thirdparty/gtest/src/gtest-test-part.cc:
+
+../../thirdparty/gtest/src/gtest-typed-test.cc:
diff --git a/intermediate/debug/gmake/gtest/x32/gtest-all.o b/intermediate/debug/gmake/gtest/x32/gtest-all.o
new file mode 100644
index 00000000..7bcbdbea
--- /dev/null
+++ b/intermediate/debug/gmake/gtest/x32/gtest-all.o
Binary files differ
diff --git a/intermediate/debug/gmake/perftest/x32/jsoncpptest.d b/intermediate/debug/gmake/perftest/x32/jsoncpptest.d
new file mode 100644
index 00000000..b0123068
--- /dev/null
+++ b/intermediate/debug/gmake/perftest/x32/jsoncpptest.d
@@ -0,0 +1,58 @@
+../../intermediate/debug/gmake/perftest/x32/jsoncpptest.o: \
+ ../../test/perftest/jsoncpptest.cpp ../../test/perftest/perftest.h \
+ ../../thirdparty/gtest/include/gtest/gtest.h \
+ ../../thirdparty/gtest/include/gtest/internal/gtest-internal.h \
+ ../../thirdparty/gtest/include/gtest/internal/gtest-port.h \
+ ../../thirdparty/gtest/include/gtest/internal/gtest-string.h \
+ ../../thirdparty/gtest/include/gtest/internal/gtest-filepath.h \
+ ../../thirdparty/gtest/include/gtest/internal/gtest-type-util.h \
+ ../../thirdparty/gtest/include/gtest/gtest-death-test.h \
+ ../../thirdparty/gtest/include/gtest/internal/gtest-death-test-internal.h \
+ ../../thirdparty/gtest/include/gtest/gtest-message.h \
+ ../../thirdparty/gtest/include/gtest/gtest-param-test.h \
+ ../../thirdparty/gtest/include/gtest/internal/gtest-param-util.h \
+ ../../thirdparty/gtest/include/gtest/internal/gtest-linked_ptr.h \
+ ../../thirdparty/gtest/include/gtest/gtest-printers.h \
+ ../../thirdparty/gtest/include/gtest/internal/gtest-param-util-generated.h \
+ ../../thirdparty/gtest/include/gtest/gtest_prod.h \
+ ../../thirdparty/gtest/include/gtest/gtest-test-part.h \
+ ../../thirdparty/gtest/include/gtest/gtest-typed-test.h \
+ ../../thirdparty/gtest/include/gtest/gtest_pred_impl.h
+
+../../test/perftest/perftest.h:
+
+../../thirdparty/gtest/include/gtest/gtest.h:
+
+../../thirdparty/gtest/include/gtest/internal/gtest-internal.h:
+
+../../thirdparty/gtest/include/gtest/internal/gtest-port.h:
+
+../../thirdparty/gtest/include/gtest/internal/gtest-string.h:
+
+../../thirdparty/gtest/include/gtest/internal/gtest-filepath.h:
+
+../../thirdparty/gtest/include/gtest/internal/gtest-type-util.h:
+
+../../thirdparty/gtest/include/gtest/gtest-death-test.h:
+
+../../thirdparty/gtest/include/gtest/internal/gtest-death-test-internal.h:
+
+../../thirdparty/gtest/include/gtest/gtest-message.h:
+
+../../thirdparty/gtest/include/gtest/gtest-param-test.h:
+
+../../thirdparty/gtest/include/gtest/internal/gtest-param-util.h:
+
+../../thirdparty/gtest/include/gtest/internal/gtest-linked_ptr.h:
+
+../../thirdparty/gtest/include/gtest/gtest-printers.h:
+
+../../thirdparty/gtest/include/gtest/internal/gtest-param-util-generated.h:
+
+../../thirdparty/gtest/include/gtest/gtest_prod.h:
+
+../../thirdparty/gtest/include/gtest/gtest-test-part.h:
+
+../../thirdparty/gtest/include/gtest/gtest-typed-test.h:
+
+../../thirdparty/gtest/include/gtest/gtest_pred_impl.h:
diff --git a/intermediate/debug/gmake/perftest/x32/jsoncpptest.o b/intermediate/debug/gmake/perftest/x32/jsoncpptest.o
new file mode 100644
index 00000000..8aa62087
--- /dev/null
+++ b/intermediate/debug/gmake/perftest/x32/jsoncpptest.o
Binary files differ
diff --git a/intermediate/debug/gmake/perftest/x32/misctest.d b/intermediate/debug/gmake/perftest/x32/misctest.d
new file mode 100644
index 00000000..4c708320
--- /dev/null
+++ b/intermediate/debug/gmake/perftest/x32/misctest.d
@@ -0,0 +1,58 @@
+../../intermediate/debug/gmake/perftest/x32/misctest.o: \
+ ../../test/perftest/misctest.cpp ../../test/perftest/perftest.h \
+ ../../thirdparty/gtest/include/gtest/gtest.h \
+ ../../thirdparty/gtest/include/gtest/internal/gtest-internal.h \
+ ../../thirdparty/gtest/include/gtest/internal/gtest-port.h \
+ ../../thirdparty/gtest/include/gtest/internal/gtest-string.h \
+ ../../thirdparty/gtest/include/gtest/internal/gtest-filepath.h \
+ ../../thirdparty/gtest/include/gtest/internal/gtest-type-util.h \
+ ../../thirdparty/gtest/include/gtest/gtest-death-test.h \
+ ../../thirdparty/gtest/include/gtest/internal/gtest-death-test-internal.h \
+ ../../thirdparty/gtest/include/gtest/gtest-message.h \
+ ../../thirdparty/gtest/include/gtest/gtest-param-test.h \
+ ../../thirdparty/gtest/include/gtest/internal/gtest-param-util.h \
+ ../../thirdparty/gtest/include/gtest/internal/gtest-linked_ptr.h \
+ ../../thirdparty/gtest/include/gtest/gtest-printers.h \
+ ../../thirdparty/gtest/include/gtest/internal/gtest-param-util-generated.h \
+ ../../thirdparty/gtest/include/gtest/gtest_prod.h \
+ ../../thirdparty/gtest/include/gtest/gtest-test-part.h \
+ ../../thirdparty/gtest/include/gtest/gtest-typed-test.h \
+ ../../thirdparty/gtest/include/gtest/gtest_pred_impl.h
+
+../../test/perftest/perftest.h:
+
+../../thirdparty/gtest/include/gtest/gtest.h:
+
+../../thirdparty/gtest/include/gtest/internal/gtest-internal.h:
+
+../../thirdparty/gtest/include/gtest/internal/gtest-port.h:
+
+../../thirdparty/gtest/include/gtest/internal/gtest-string.h:
+
+../../thirdparty/gtest/include/gtest/internal/gtest-filepath.h:
+
+../../thirdparty/gtest/include/gtest/internal/gtest-type-util.h:
+
+../../thirdparty/gtest/include/gtest/gtest-death-test.h:
+
+../../thirdparty/gtest/include/gtest/internal/gtest-death-test-internal.h:
+
+../../thirdparty/gtest/include/gtest/gtest-message.h:
+
+../../thirdparty/gtest/include/gtest/gtest-param-test.h:
+
+../../thirdparty/gtest/include/gtest/internal/gtest-param-util.h:
+
+../../thirdparty/gtest/include/gtest/internal/gtest-linked_ptr.h:
+
+../../thirdparty/gtest/include/gtest/gtest-printers.h:
+
+../../thirdparty/gtest/include/gtest/internal/gtest-param-util-generated.h:
+
+../../thirdparty/gtest/include/gtest/gtest_prod.h:
+
+../../thirdparty/gtest/include/gtest/gtest-test-part.h:
+
+../../thirdparty/gtest/include/gtest/gtest-typed-test.h:
+
+../../thirdparty/gtest/include/gtest/gtest_pred_impl.h:
diff --git a/intermediate/debug/gmake/perftest/x32/misctest.o b/intermediate/debug/gmake/perftest/x32/misctest.o
new file mode 100644
index 00000000..84fb3456
--- /dev/null
+++ b/intermediate/debug/gmake/perftest/x32/misctest.o
Binary files differ
diff --git a/intermediate/debug/gmake/perftest/x32/perftest.d b/intermediate/debug/gmake/perftest/x32/perftest.d
new file mode 100644
index 00000000..c868c2be
--- /dev/null
+++ b/intermediate/debug/gmake/perftest/x32/perftest.d
@@ -0,0 +1,58 @@
+../../intermediate/debug/gmake/perftest/x32/perftest.o: \
+ ../../test/perftest/perftest.cpp ../../test/perftest/perftest.h \
+ ../../thirdparty/gtest/include/gtest/gtest.h \
+ ../../thirdparty/gtest/include/gtest/internal/gtest-internal.h \
+ ../../thirdparty/gtest/include/gtest/internal/gtest-port.h \
+ ../../thirdparty/gtest/include/gtest/internal/gtest-string.h \
+ ../../thirdparty/gtest/include/gtest/internal/gtest-filepath.h \
+ ../../thirdparty/gtest/include/gtest/internal/gtest-type-util.h \
+ ../../thirdparty/gtest/include/gtest/gtest-death-test.h \
+ ../../thirdparty/gtest/include/gtest/internal/gtest-death-test-internal.h \
+ ../../thirdparty/gtest/include/gtest/gtest-message.h \
+ ../../thirdparty/gtest/include/gtest/gtest-param-test.h \
+ ../../thirdparty/gtest/include/gtest/internal/gtest-param-util.h \
+ ../../thirdparty/gtest/include/gtest/internal/gtest-linked_ptr.h \
+ ../../thirdparty/gtest/include/gtest/gtest-printers.h \
+ ../../thirdparty/gtest/include/gtest/internal/gtest-param-util-generated.h \
+ ../../thirdparty/gtest/include/gtest/gtest_prod.h \
+ ../../thirdparty/gtest/include/gtest/gtest-test-part.h \
+ ../../thirdparty/gtest/include/gtest/gtest-typed-test.h \
+ ../../thirdparty/gtest/include/gtest/gtest_pred_impl.h
+
+../../test/perftest/perftest.h:
+
+../../thirdparty/gtest/include/gtest/gtest.h:
+
+../../thirdparty/gtest/include/gtest/internal/gtest-internal.h:
+
+../../thirdparty/gtest/include/gtest/internal/gtest-port.h:
+
+../../thirdparty/gtest/include/gtest/internal/gtest-string.h:
+
+../../thirdparty/gtest/include/gtest/internal/gtest-filepath.h:
+
+../../thirdparty/gtest/include/gtest/internal/gtest-type-util.h:
+
+../../thirdparty/gtest/include/gtest/gtest-death-test.h:
+
+../../thirdparty/gtest/include/gtest/internal/gtest-death-test-internal.h:
+
+../../thirdparty/gtest/include/gtest/gtest-message.h:
+
+../../thirdparty/gtest/include/gtest/gtest-param-test.h:
+
+../../thirdparty/gtest/include/gtest/internal/gtest-param-util.h:
+
+../../thirdparty/gtest/include/gtest/internal/gtest-linked_ptr.h:
+
+../../thirdparty/gtest/include/gtest/gtest-printers.h:
+
+../../thirdparty/gtest/include/gtest/internal/gtest-param-util-generated.h:
+
+../../thirdparty/gtest/include/gtest/gtest_prod.h:
+
+../../thirdparty/gtest/include/gtest/gtest-test-part.h:
+
+../../thirdparty/gtest/include/gtest/gtest-typed-test.h:
+
+../../thirdparty/gtest/include/gtest/gtest_pred_impl.h:
diff --git a/intermediate/debug/gmake/perftest/x32/perftest.o b/intermediate/debug/gmake/perftest/x32/perftest.o
new file mode 100644
index 00000000..e2619aae
--- /dev/null
+++ b/intermediate/debug/gmake/perftest/x32/perftest.o
Binary files differ
diff --git a/intermediate/debug/gmake/perftest/x32/platformtest.d b/intermediate/debug/gmake/perftest/x32/platformtest.d
new file mode 100644
index 00000000..7ce84226
--- /dev/null
+++ b/intermediate/debug/gmake/perftest/x32/platformtest.d
@@ -0,0 +1,58 @@
+../../intermediate/debug/gmake/perftest/x32/platformtest.o: \
+ ../../test/perftest/platformtest.cpp ../../test/perftest/perftest.h \
+ ../../thirdparty/gtest/include/gtest/gtest.h \
+ ../../thirdparty/gtest/include/gtest/internal/gtest-internal.h \
+ ../../thirdparty/gtest/include/gtest/internal/gtest-port.h \
+ ../../thirdparty/gtest/include/gtest/internal/gtest-string.h \
+ ../../thirdparty/gtest/include/gtest/internal/gtest-filepath.h \
+ ../../thirdparty/gtest/include/gtest/internal/gtest-type-util.h \
+ ../../thirdparty/gtest/include/gtest/gtest-death-test.h \
+ ../../thirdparty/gtest/include/gtest/internal/gtest-death-test-internal.h \
+ ../../thirdparty/gtest/include/gtest/gtest-message.h \
+ ../../thirdparty/gtest/include/gtest/gtest-param-test.h \
+ ../../thirdparty/gtest/include/gtest/internal/gtest-param-util.h \
+ ../../thirdparty/gtest/include/gtest/internal/gtest-linked_ptr.h \
+ ../../thirdparty/gtest/include/gtest/gtest-printers.h \
+ ../../thirdparty/gtest/include/gtest/internal/gtest-param-util-generated.h \
+ ../../thirdparty/gtest/include/gtest/gtest_prod.h \
+ ../../thirdparty/gtest/include/gtest/gtest-test-part.h \
+ ../../thirdparty/gtest/include/gtest/gtest-typed-test.h \
+ ../../thirdparty/gtest/include/gtest/gtest_pred_impl.h
+
+../../test/perftest/perftest.h:
+
+../../thirdparty/gtest/include/gtest/gtest.h:
+
+../../thirdparty/gtest/include/gtest/internal/gtest-internal.h:
+
+../../thirdparty/gtest/include/gtest/internal/gtest-port.h:
+
+../../thirdparty/gtest/include/gtest/internal/gtest-string.h:
+
+../../thirdparty/gtest/include/gtest/internal/gtest-filepath.h:
+
+../../thirdparty/gtest/include/gtest/internal/gtest-type-util.h:
+
+../../thirdparty/gtest/include/gtest/gtest-death-test.h:
+
+../../thirdparty/gtest/include/gtest/internal/gtest-death-test-internal.h:
+
+../../thirdparty/gtest/include/gtest/gtest-message.h:
+
+../../thirdparty/gtest/include/gtest/gtest-param-test.h:
+
+../../thirdparty/gtest/include/gtest/internal/gtest-param-util.h:
+
+../../thirdparty/gtest/include/gtest/internal/gtest-linked_ptr.h:
+
+../../thirdparty/gtest/include/gtest/gtest-printers.h:
+
+../../thirdparty/gtest/include/gtest/internal/gtest-param-util-generated.h:
+
+../../thirdparty/gtest/include/gtest/gtest_prod.h:
+
+../../thirdparty/gtest/include/gtest/gtest-test-part.h:
+
+../../thirdparty/gtest/include/gtest/gtest-typed-test.h:
+
+../../thirdparty/gtest/include/gtest/gtest_pred_impl.h:
diff --git a/intermediate/debug/gmake/perftest/x32/platformtest.o b/intermediate/debug/gmake/perftest/x32/platformtest.o
new file mode 100644
index 00000000..e78811ba
--- /dev/null
+++ b/intermediate/debug/gmake/perftest/x32/platformtest.o
Binary files differ
diff --git a/intermediate/debug/gmake/perftest/x32/rapidjsontest.d b/intermediate/debug/gmake/perftest/x32/rapidjsontest.d
new file mode 100644
index 00000000..056c9e6b
--- /dev/null
+++ b/intermediate/debug/gmake/perftest/x32/rapidjsontest.d
@@ -0,0 +1,96 @@
+../../intermediate/debug/gmake/perftest/x32/rapidjsontest.o: \
+ ../../test/perftest/rapidjsontest.cpp ../../test/perftest/perftest.h \
+ ../../thirdparty/gtest/include/gtest/gtest.h \
+ ../../thirdparty/gtest/include/gtest/internal/gtest-internal.h \
+ ../../thirdparty/gtest/include/gtest/internal/gtest-port.h \
+ ../../thirdparty/gtest/include/gtest/internal/gtest-string.h \
+ ../../thirdparty/gtest/include/gtest/internal/gtest-filepath.h \
+ ../../thirdparty/gtest/include/gtest/internal/gtest-type-util.h \
+ ../../thirdparty/gtest/include/gtest/gtest-death-test.h \
+ ../../thirdparty/gtest/include/gtest/internal/gtest-death-test-internal.h \
+ ../../thirdparty/gtest/include/gtest/gtest-message.h \
+ ../../thirdparty/gtest/include/gtest/gtest-param-test.h \
+ ../../thirdparty/gtest/include/gtest/internal/gtest-param-util.h \
+ ../../thirdparty/gtest/include/gtest/internal/gtest-linked_ptr.h \
+ ../../thirdparty/gtest/include/gtest/gtest-printers.h \
+ ../../thirdparty/gtest/include/gtest/internal/gtest-param-util-generated.h \
+ ../../thirdparty/gtest/include/gtest/gtest_prod.h \
+ ../../thirdparty/gtest/include/gtest/gtest-test-part.h \
+ ../../thirdparty/gtest/include/gtest/gtest-typed-test.h \
+ ../../thirdparty/gtest/include/gtest/gtest_pred_impl.h \
+ ../../include/rapidjson/rapidjson.h \
+ ../../include/rapidjson/allocators.h \
+ ../../include/rapidjson/encodings.h ../../include/rapidjson/document.h \
+ ../../include/rapidjson/reader.h \
+ ../../include/rapidjson/internal/pow10.h \
+ ../../include/rapidjson/internal/stack.h \
+ ../../include/rapidjson/internal/strfunc.h \
+ ../../include/rapidjson/prettywriter.h \
+ ../../include/rapidjson/writer.h \
+ ../../include/rapidjson/stringbuffer.h \
+ ../../include/rapidjson/filestream.h \
+ ../../include/rapidjson/filereadstream.h
+
+../../test/perftest/perftest.h:
+
+../../thirdparty/gtest/include/gtest/gtest.h:
+
+../../thirdparty/gtest/include/gtest/internal/gtest-internal.h:
+
+../../thirdparty/gtest/include/gtest/internal/gtest-port.h:
+
+../../thirdparty/gtest/include/gtest/internal/gtest-string.h:
+
+../../thirdparty/gtest/include/gtest/internal/gtest-filepath.h:
+
+../../thirdparty/gtest/include/gtest/internal/gtest-type-util.h:
+
+../../thirdparty/gtest/include/gtest/gtest-death-test.h:
+
+../../thirdparty/gtest/include/gtest/internal/gtest-death-test-internal.h:
+
+../../thirdparty/gtest/include/gtest/gtest-message.h:
+
+../../thirdparty/gtest/include/gtest/gtest-param-test.h:
+
+../../thirdparty/gtest/include/gtest/internal/gtest-param-util.h:
+
+../../thirdparty/gtest/include/gtest/internal/gtest-linked_ptr.h:
+
+../../thirdparty/gtest/include/gtest/gtest-printers.h:
+
+../../thirdparty/gtest/include/gtest/internal/gtest-param-util-generated.h:
+
+../../thirdparty/gtest/include/gtest/gtest_prod.h:
+
+../../thirdparty/gtest/include/gtest/gtest-test-part.h:
+
+../../thirdparty/gtest/include/gtest/gtest-typed-test.h:
+
+../../thirdparty/gtest/include/gtest/gtest_pred_impl.h:
+
+../../include/rapidjson/rapidjson.h:
+
+../../include/rapidjson/allocators.h:
+
+../../include/rapidjson/encodings.h:
+
+../../include/rapidjson/document.h:
+
+../../include/rapidjson/reader.h:
+
+../../include/rapidjson/internal/pow10.h:
+
+../../include/rapidjson/internal/stack.h:
+
+../../include/rapidjson/internal/strfunc.h:
+
+../../include/rapidjson/prettywriter.h:
+
+../../include/rapidjson/writer.h:
+
+../../include/rapidjson/stringbuffer.h:
+
+../../include/rapidjson/filestream.h:
+
+../../include/rapidjson/filereadstream.h:
diff --git a/intermediate/debug/gmake/pretty/x32/pretty.d b/intermediate/debug/gmake/pretty/x32/pretty.d
new file mode 100644
index 00000000..17810c14
--- /dev/null
+++ b/intermediate/debug/gmake/pretty/x32/pretty.d
@@ -0,0 +1,34 @@
+../../intermediate/debug/gmake/pretty/x32/pretty.o: \
+ ../../example/pretty/pretty.cpp ../../include/rapidjson/reader.h \
+ ../../include/rapidjson/rapidjson.h \
+ ../../include/rapidjson/allocators.h \
+ ../../include/rapidjson/encodings.h \
+ ../../include/rapidjson/internal/pow10.h \
+ ../../include/rapidjson/internal/stack.h \
+ ../../include/rapidjson/prettywriter.h \
+ ../../include/rapidjson/writer.h \
+ ../../include/rapidjson/internal/strfunc.h \
+ ../../include/rapidjson/filereadstream.h \
+ ../../include/rapidjson/filewritestream.h
+
+../../include/rapidjson/reader.h:
+
+../../include/rapidjson/rapidjson.h:
+
+../../include/rapidjson/allocators.h:
+
+../../include/rapidjson/encodings.h:
+
+../../include/rapidjson/internal/pow10.h:
+
+../../include/rapidjson/internal/stack.h:
+
+../../include/rapidjson/prettywriter.h:
+
+../../include/rapidjson/writer.h:
+
+../../include/rapidjson/internal/strfunc.h:
+
+../../include/rapidjson/filereadstream.h:
+
+../../include/rapidjson/filewritestream.h:
diff --git a/intermediate/debug/gmake/pretty/x32/pretty.o b/intermediate/debug/gmake/pretty/x32/pretty.o
new file mode 100644
index 00000000..41781a2f
--- /dev/null
+++ b/intermediate/debug/gmake/pretty/x32/pretty.o
Binary files differ
diff --git a/intermediate/debug/gmake/prettyauto/x32/prettyauto.d b/intermediate/debug/gmake/prettyauto/x32/prettyauto.d
new file mode 100644
index 00000000..5d31645e
--- /dev/null
+++ b/intermediate/debug/gmake/prettyauto/x32/prettyauto.d
@@ -0,0 +1,37 @@
+../../intermediate/debug/gmake/prettyauto/x32/prettyauto.o: \
+ ../../example/prettyauto/prettyauto.cpp \
+ ../../include/rapidjson/reader.h ../../include/rapidjson/rapidjson.h \
+ ../../include/rapidjson/allocators.h \
+ ../../include/rapidjson/encodings.h \
+ ../../include/rapidjson/internal/pow10.h \
+ ../../include/rapidjson/internal/stack.h \
+ ../../include/rapidjson/prettywriter.h \
+ ../../include/rapidjson/writer.h \
+ ../../include/rapidjson/internal/strfunc.h \
+ ../../include/rapidjson/filereadstream.h \
+ ../../include/rapidjson/filewritestream.h \
+ ../../include/rapidjson/encodedstream.h
+
+../../include/rapidjson/reader.h:
+
+../../include/rapidjson/rapidjson.h:
+
+../../include/rapidjson/allocators.h:
+
+../../include/rapidjson/encodings.h:
+
+../../include/rapidjson/internal/pow10.h:
+
+../../include/rapidjson/internal/stack.h:
+
+../../include/rapidjson/prettywriter.h:
+
+../../include/rapidjson/writer.h:
+
+../../include/rapidjson/internal/strfunc.h:
+
+../../include/rapidjson/filereadstream.h:
+
+../../include/rapidjson/filewritestream.h:
+
+../../include/rapidjson/encodedstream.h:
diff --git a/intermediate/debug/gmake/prettyauto/x32/prettyauto.o b/intermediate/debug/gmake/prettyauto/x32/prettyauto.o
new file mode 100644
index 00000000..7947df0b
--- /dev/null
+++ b/intermediate/debug/gmake/prettyauto/x32/prettyauto.o
Binary files differ
diff --git a/intermediate/debug/gmake/serialize/x32/serialize.d b/intermediate/debug/gmake/serialize/x32/serialize.d
new file mode 100644
index 00000000..c2e24291
--- /dev/null
+++ b/intermediate/debug/gmake/serialize/x32/serialize.d
@@ -0,0 +1,25 @@
+../../intermediate/debug/gmake/serialize/x32/serialize.o: \
+ ../../example/serialize/serialize.cpp \
+ ../../include/rapidjson/prettywriter.h \
+ ../../include/rapidjson/writer.h ../../include/rapidjson/rapidjson.h \
+ ../../include/rapidjson/allocators.h \
+ ../../include/rapidjson/encodings.h \
+ ../../include/rapidjson/internal/stack.h \
+ ../../include/rapidjson/internal/strfunc.h \
+ ../../include/rapidjson/filestream.h
+
+../../include/rapidjson/prettywriter.h:
+
+../../include/rapidjson/writer.h:
+
+../../include/rapidjson/rapidjson.h:
+
+../../include/rapidjson/allocators.h:
+
+../../include/rapidjson/encodings.h:
+
+../../include/rapidjson/internal/stack.h:
+
+../../include/rapidjson/internal/strfunc.h:
+
+../../include/rapidjson/filestream.h:
diff --git a/intermediate/debug/gmake/serialize/x32/serialize.o b/intermediate/debug/gmake/serialize/x32/serialize.o
new file mode 100644
index 00000000..3a19f410
--- /dev/null
+++ b/intermediate/debug/gmake/serialize/x32/serialize.o
Binary files differ
diff --git a/intermediate/debug/gmake/tutorial/x32/tutorial.d b/intermediate/debug/gmake/tutorial/x32/tutorial.d
new file mode 100644
index 00000000..3e744410
--- /dev/null
+++ b/intermediate/debug/gmake/tutorial/x32/tutorial.d
@@ -0,0 +1,32 @@
+../../intermediate/debug/gmake/tutorial/x32/tutorial.o: \
+ ../../example/tutorial/tutorial.cpp ../../include/rapidjson/document.h \
+ ../../include/rapidjson/reader.h ../../include/rapidjson/rapidjson.h \
+ ../../include/rapidjson/allocators.h \
+ ../../include/rapidjson/encodings.h \
+ ../../include/rapidjson/internal/pow10.h \
+ ../../include/rapidjson/internal/stack.h \
+ ../../include/rapidjson/internal/strfunc.h \
+ ../../include/rapidjson/prettywriter.h \
+ ../../include/rapidjson/writer.h ../../include/rapidjson/filestream.h
+
+../../include/rapidjson/document.h:
+
+../../include/rapidjson/reader.h:
+
+../../include/rapidjson/rapidjson.h:
+
+../../include/rapidjson/allocators.h:
+
+../../include/rapidjson/encodings.h:
+
+../../include/rapidjson/internal/pow10.h:
+
+../../include/rapidjson/internal/stack.h:
+
+../../include/rapidjson/internal/strfunc.h:
+
+../../include/rapidjson/prettywriter.h:
+
+../../include/rapidjson/writer.h:
+
+../../include/rapidjson/filestream.h:
diff --git a/intermediate/debug/gmake/tutorial/x32/tutorial.o b/intermediate/debug/gmake/tutorial/x32/tutorial.o
new file mode 100644
index 00000000..b0b34ba6
--- /dev/null
+++ b/intermediate/debug/gmake/tutorial/x32/tutorial.o
Binary files differ
diff --git a/intermediate/debug/gmake/unittest/x32/documenttest.d b/intermediate/debug/gmake/unittest/x32/documenttest.d
new file mode 100644
index 00000000..9aa733bc
--- /dev/null
+++ b/intermediate/debug/gmake/unittest/x32/documenttest.d
@@ -0,0 +1,84 @@
+../../intermediate/debug/gmake/unittest/x32/documenttest.o: \
+ ../../test/unittest/documenttest.cpp ../../test/unittest/unittest.h \
+ ../../thirdparty/gtest/include/gtest/gtest.h \
+ ../../thirdparty/gtest/include/gtest/internal/gtest-internal.h \
+ ../../thirdparty/gtest/include/gtest/internal/gtest-port.h \
+ ../../thirdparty/gtest/include/gtest/internal/gtest-string.h \
+ ../../thirdparty/gtest/include/gtest/internal/gtest-filepath.h \
+ ../../thirdparty/gtest/include/gtest/internal/gtest-type-util.h \
+ ../../thirdparty/gtest/include/gtest/gtest-death-test.h \
+ ../../thirdparty/gtest/include/gtest/internal/gtest-death-test-internal.h \
+ ../../thirdparty/gtest/include/gtest/gtest-message.h \
+ ../../thirdparty/gtest/include/gtest/gtest-param-test.h \
+ ../../thirdparty/gtest/include/gtest/internal/gtest-param-util.h \
+ ../../thirdparty/gtest/include/gtest/internal/gtest-linked_ptr.h \
+ ../../thirdparty/gtest/include/gtest/gtest-printers.h \
+ ../../thirdparty/gtest/include/gtest/internal/gtest-param-util-generated.h \
+ ../../thirdparty/gtest/include/gtest/gtest_prod.h \
+ ../../thirdparty/gtest/include/gtest/gtest-test-part.h \
+ ../../thirdparty/gtest/include/gtest/gtest-typed-test.h \
+ ../../thirdparty/gtest/include/gtest/gtest_pred_impl.h \
+ ../../include/rapidjson/document.h ../../include/rapidjson/reader.h \
+ ../../include/rapidjson/rapidjson.h \
+ ../../include/rapidjson/allocators.h \
+ ../../include/rapidjson/encodings.h \
+ ../../include/rapidjson/internal/pow10.h \
+ ../../include/rapidjson/internal/stack.h \
+ ../../include/rapidjson/internal/strfunc.h \
+ ../../include/rapidjson/writer.h
+
+../../test/unittest/unittest.h:
+
+../../thirdparty/gtest/include/gtest/gtest.h:
+
+../../thirdparty/gtest/include/gtest/internal/gtest-internal.h:
+
+../../thirdparty/gtest/include/gtest/internal/gtest-port.h:
+
+../../thirdparty/gtest/include/gtest/internal/gtest-string.h:
+
+../../thirdparty/gtest/include/gtest/internal/gtest-filepath.h:
+
+../../thirdparty/gtest/include/gtest/internal/gtest-type-util.h:
+
+../../thirdparty/gtest/include/gtest/gtest-death-test.h:
+
+../../thirdparty/gtest/include/gtest/internal/gtest-death-test-internal.h:
+
+../../thirdparty/gtest/include/gtest/gtest-message.h:
+
+../../thirdparty/gtest/include/gtest/gtest-param-test.h:
+
+../../thirdparty/gtest/include/gtest/internal/gtest-param-util.h:
+
+../../thirdparty/gtest/include/gtest/internal/gtest-linked_ptr.h:
+
+../../thirdparty/gtest/include/gtest/gtest-printers.h:
+
+../../thirdparty/gtest/include/gtest/internal/gtest-param-util-generated.h:
+
+../../thirdparty/gtest/include/gtest/gtest_prod.h:
+
+../../thirdparty/gtest/include/gtest/gtest-test-part.h:
+
+../../thirdparty/gtest/include/gtest/gtest-typed-test.h:
+
+../../thirdparty/gtest/include/gtest/gtest_pred_impl.h:
+
+../../include/rapidjson/document.h:
+
+../../include/rapidjson/reader.h:
+
+../../include/rapidjson/rapidjson.h:
+
+../../include/rapidjson/allocators.h:
+
+../../include/rapidjson/encodings.h:
+
+../../include/rapidjson/internal/pow10.h:
+
+../../include/rapidjson/internal/stack.h:
+
+../../include/rapidjson/internal/strfunc.h:
+
+../../include/rapidjson/writer.h:
diff --git a/intermediate/debug/gmake/unittest/x32/documenttest.o b/intermediate/debug/gmake/unittest/x32/documenttest.o
new file mode 100644
index 00000000..a65e6674
--- /dev/null
+++ b/intermediate/debug/gmake/unittest/x32/documenttest.o
Binary files differ
diff --git a/intermediate/debug/gmake/unittest/x32/encodedstreamtest.d b/intermediate/debug/gmake/unittest/x32/encodedstreamtest.d
new file mode 100644
index 00000000..0b53d8ae
--- /dev/null
+++ b/intermediate/debug/gmake/unittest/x32/encodedstreamtest.d
@@ -0,0 +1,83 @@
+../../intermediate/debug/gmake/unittest/x32/encodedstreamtest.o: \
+ ../../test/unittest/encodedstreamtest.cpp \
+ ../../test/unittest/unittest.h \
+ ../../thirdparty/gtest/include/gtest/gtest.h \
+ ../../thirdparty/gtest/include/gtest/internal/gtest-internal.h \
+ ../../thirdparty/gtest/include/gtest/internal/gtest-port.h \
+ ../../thirdparty/gtest/include/gtest/internal/gtest-string.h \
+ ../../thirdparty/gtest/include/gtest/internal/gtest-filepath.h \
+ ../../thirdparty/gtest/include/gtest/internal/gtest-type-util.h \
+ ../../thirdparty/gtest/include/gtest/gtest-death-test.h \
+ ../../thirdparty/gtest/include/gtest/internal/gtest-death-test-internal.h \
+ ../../thirdparty/gtest/include/gtest/gtest-message.h \
+ ../../thirdparty/gtest/include/gtest/gtest-param-test.h \
+ ../../thirdparty/gtest/include/gtest/internal/gtest-param-util.h \
+ ../../thirdparty/gtest/include/gtest/internal/gtest-linked_ptr.h \
+ ../../thirdparty/gtest/include/gtest/gtest-printers.h \
+ ../../thirdparty/gtest/include/gtest/internal/gtest-param-util-generated.h \
+ ../../thirdparty/gtest/include/gtest/gtest_prod.h \
+ ../../thirdparty/gtest/include/gtest/gtest-test-part.h \
+ ../../thirdparty/gtest/include/gtest/gtest-typed-test.h \
+ ../../thirdparty/gtest/include/gtest/gtest_pred_impl.h \
+ ../../include/rapidjson/filereadstream.h \
+ ../../include/rapidjson/rapidjson.h \
+ ../../include/rapidjson/allocators.h \
+ ../../include/rapidjson/encodings.h \
+ ../../include/rapidjson/filewritestream.h \
+ ../../include/rapidjson/encodedstream.h \
+ ../../include/rapidjson/stringbuffer.h \
+ ../../include/rapidjson/internal/stack.h
+
+../../test/unittest/unittest.h:
+
+../../thirdparty/gtest/include/gtest/gtest.h:
+
+../../thirdparty/gtest/include/gtest/internal/gtest-internal.h:
+
+../../thirdparty/gtest/include/gtest/internal/gtest-port.h:
+
+../../thirdparty/gtest/include/gtest/internal/gtest-string.h:
+
+../../thirdparty/gtest/include/gtest/internal/gtest-filepath.h:
+
+../../thirdparty/gtest/include/gtest/internal/gtest-type-util.h:
+
+../../thirdparty/gtest/include/gtest/gtest-death-test.h:
+
+../../thirdparty/gtest/include/gtest/internal/gtest-death-test-internal.h:
+
+../../thirdparty/gtest/include/gtest/gtest-message.h:
+
+../../thirdparty/gtest/include/gtest/gtest-param-test.h:
+
+../../thirdparty/gtest/include/gtest/internal/gtest-param-util.h:
+
+../../thirdparty/gtest/include/gtest/internal/gtest-linked_ptr.h:
+
+../../thirdparty/gtest/include/gtest/gtest-printers.h:
+
+../../thirdparty/gtest/include/gtest/internal/gtest-param-util-generated.h:
+
+../../thirdparty/gtest/include/gtest/gtest_prod.h:
+
+../../thirdparty/gtest/include/gtest/gtest-test-part.h:
+
+../../thirdparty/gtest/include/gtest/gtest-typed-test.h:
+
+../../thirdparty/gtest/include/gtest/gtest_pred_impl.h:
+
+../../include/rapidjson/filereadstream.h:
+
+../../include/rapidjson/rapidjson.h:
+
+../../include/rapidjson/allocators.h:
+
+../../include/rapidjson/encodings.h:
+
+../../include/rapidjson/filewritestream.h:
+
+../../include/rapidjson/encodedstream.h:
+
+../../include/rapidjson/stringbuffer.h:
+
+../../include/rapidjson/internal/stack.h:
diff --git a/intermediate/debug/gmake/unittest/x32/encodedstreamtest.o b/intermediate/debug/gmake/unittest/x32/encodedstreamtest.o
new file mode 100644
index 00000000..b46ea48e
--- /dev/null
+++ b/intermediate/debug/gmake/unittest/x32/encodedstreamtest.o
Binary files differ
diff --git a/intermediate/debug/gmake/unittest/x32/encodingstest.d b/intermediate/debug/gmake/unittest/x32/encodingstest.d
new file mode 100644
index 00000000..49ee7a00
--- /dev/null
+++ b/intermediate/debug/gmake/unittest/x32/encodingstest.d
@@ -0,0 +1,82 @@
+../../intermediate/debug/gmake/unittest/x32/encodingstest.o: \
+ ../../test/unittest/encodingstest.cpp ../../test/unittest/unittest.h \
+ ../../thirdparty/gtest/include/gtest/gtest.h \
+ ../../thirdparty/gtest/include/gtest/internal/gtest-internal.h \
+ ../../thirdparty/gtest/include/gtest/internal/gtest-port.h \
+ ../../thirdparty/gtest/include/gtest/internal/gtest-string.h \
+ ../../thirdparty/gtest/include/gtest/internal/gtest-filepath.h \
+ ../../thirdparty/gtest/include/gtest/internal/gtest-type-util.h \
+ ../../thirdparty/gtest/include/gtest/gtest-death-test.h \
+ ../../thirdparty/gtest/include/gtest/internal/gtest-death-test-internal.h \
+ ../../thirdparty/gtest/include/gtest/gtest-message.h \
+ ../../thirdparty/gtest/include/gtest/gtest-param-test.h \
+ ../../thirdparty/gtest/include/gtest/internal/gtest-param-util.h \
+ ../../thirdparty/gtest/include/gtest/internal/gtest-linked_ptr.h \
+ ../../thirdparty/gtest/include/gtest/gtest-printers.h \
+ ../../thirdparty/gtest/include/gtest/internal/gtest-param-util-generated.h \
+ ../../thirdparty/gtest/include/gtest/gtest_prod.h \
+ ../../thirdparty/gtest/include/gtest/gtest-test-part.h \
+ ../../thirdparty/gtest/include/gtest/gtest-typed-test.h \
+ ../../thirdparty/gtest/include/gtest/gtest_pred_impl.h \
+ ../../include/rapidjson/filereadstream.h \
+ ../../include/rapidjson/rapidjson.h \
+ ../../include/rapidjson/allocators.h \
+ ../../include/rapidjson/encodings.h \
+ ../../include/rapidjson/filewritestream.h \
+ ../../include/rapidjson/encodedstream.h \
+ ../../include/rapidjson/stringbuffer.h \
+ ../../include/rapidjson/internal/stack.h
+
+../../test/unittest/unittest.h:
+
+../../thirdparty/gtest/include/gtest/gtest.h:
+
+../../thirdparty/gtest/include/gtest/internal/gtest-internal.h:
+
+../../thirdparty/gtest/include/gtest/internal/gtest-port.h:
+
+../../thirdparty/gtest/include/gtest/internal/gtest-string.h:
+
+../../thirdparty/gtest/include/gtest/internal/gtest-filepath.h:
+
+../../thirdparty/gtest/include/gtest/internal/gtest-type-util.h:
+
+../../thirdparty/gtest/include/gtest/gtest-death-test.h:
+
+../../thirdparty/gtest/include/gtest/internal/gtest-death-test-internal.h:
+
+../../thirdparty/gtest/include/gtest/gtest-message.h:
+
+../../thirdparty/gtest/include/gtest/gtest-param-test.h:
+
+../../thirdparty/gtest/include/gtest/internal/gtest-param-util.h:
+
+../../thirdparty/gtest/include/gtest/internal/gtest-linked_ptr.h:
+
+../../thirdparty/gtest/include/gtest/gtest-printers.h:
+
+../../thirdparty/gtest/include/gtest/internal/gtest-param-util-generated.h:
+
+../../thirdparty/gtest/include/gtest/gtest_prod.h:
+
+../../thirdparty/gtest/include/gtest/gtest-test-part.h:
+
+../../thirdparty/gtest/include/gtest/gtest-typed-test.h:
+
+../../thirdparty/gtest/include/gtest/gtest_pred_impl.h:
+
+../../include/rapidjson/filereadstream.h:
+
+../../include/rapidjson/rapidjson.h:
+
+../../include/rapidjson/allocators.h:
+
+../../include/rapidjson/encodings.h:
+
+../../include/rapidjson/filewritestream.h:
+
+../../include/rapidjson/encodedstream.h:
+
+../../include/rapidjson/stringbuffer.h:
+
+../../include/rapidjson/internal/stack.h:
diff --git a/intermediate/debug/gmake/unittest/x32/encodingstest.o b/intermediate/debug/gmake/unittest/x32/encodingstest.o
new file mode 100644
index 00000000..2cde1dd4
--- /dev/null
+++ b/intermediate/debug/gmake/unittest/x32/encodingstest.o
Binary files differ
diff --git a/intermediate/debug/gmake/unittest/x32/filestreamtest.d b/intermediate/debug/gmake/unittest/x32/filestreamtest.d
new file mode 100644
index 00000000..d85014ab
--- /dev/null
+++ b/intermediate/debug/gmake/unittest/x32/filestreamtest.d
@@ -0,0 +1,79 @@
+../../intermediate/debug/gmake/unittest/x32/filestreamtest.o: \
+ ../../test/unittest/filestreamtest.cpp ../../test/unittest/unittest.h \
+ ../../thirdparty/gtest/include/gtest/gtest.h \
+ ../../thirdparty/gtest/include/gtest/internal/gtest-internal.h \
+ ../../thirdparty/gtest/include/gtest/internal/gtest-port.h \
+ ../../thirdparty/gtest/include/gtest/internal/gtest-string.h \
+ ../../thirdparty/gtest/include/gtest/internal/gtest-filepath.h \
+ ../../thirdparty/gtest/include/gtest/internal/gtest-type-util.h \
+ ../../thirdparty/gtest/include/gtest/gtest-death-test.h \
+ ../../thirdparty/gtest/include/gtest/internal/gtest-death-test-internal.h \
+ ../../thirdparty/gtest/include/gtest/gtest-message.h \
+ ../../thirdparty/gtest/include/gtest/gtest-param-test.h \
+ ../../thirdparty/gtest/include/gtest/internal/gtest-param-util.h \
+ ../../thirdparty/gtest/include/gtest/internal/gtest-linked_ptr.h \
+ ../../thirdparty/gtest/include/gtest/gtest-printers.h \
+ ../../thirdparty/gtest/include/gtest/internal/gtest-param-util-generated.h \
+ ../../thirdparty/gtest/include/gtest/gtest_prod.h \
+ ../../thirdparty/gtest/include/gtest/gtest-test-part.h \
+ ../../thirdparty/gtest/include/gtest/gtest-typed-test.h \
+ ../../thirdparty/gtest/include/gtest/gtest_pred_impl.h \
+ ../../include/rapidjson/filestream.h \
+ ../../include/rapidjson/rapidjson.h \
+ ../../include/rapidjson/allocators.h \
+ ../../include/rapidjson/encodings.h \
+ ../../include/rapidjson/filereadstream.h \
+ ../../include/rapidjson/filewritestream.h \
+ ../../include/rapidjson/encodedstream.h
+
+../../test/unittest/unittest.h:
+
+../../thirdparty/gtest/include/gtest/gtest.h:
+
+../../thirdparty/gtest/include/gtest/internal/gtest-internal.h:
+
+../../thirdparty/gtest/include/gtest/internal/gtest-port.h:
+
+../../thirdparty/gtest/include/gtest/internal/gtest-string.h:
+
+../../thirdparty/gtest/include/gtest/internal/gtest-filepath.h:
+
+../../thirdparty/gtest/include/gtest/internal/gtest-type-util.h:
+
+../../thirdparty/gtest/include/gtest/gtest-death-test.h:
+
+../../thirdparty/gtest/include/gtest/internal/gtest-death-test-internal.h:
+
+../../thirdparty/gtest/include/gtest/gtest-message.h:
+
+../../thirdparty/gtest/include/gtest/gtest-param-test.h:
+
+../../thirdparty/gtest/include/gtest/internal/gtest-param-util.h:
+
+../../thirdparty/gtest/include/gtest/internal/gtest-linked_ptr.h:
+
+../../thirdparty/gtest/include/gtest/gtest-printers.h:
+
+../../thirdparty/gtest/include/gtest/internal/gtest-param-util-generated.h:
+
+../../thirdparty/gtest/include/gtest/gtest_prod.h:
+
+../../thirdparty/gtest/include/gtest/gtest-test-part.h:
+
+../../thirdparty/gtest/include/gtest/gtest-typed-test.h:
+
+../../thirdparty/gtest/include/gtest/gtest_pred_impl.h:
+
+../../include/rapidjson/filestream.h:
+
+../../include/rapidjson/rapidjson.h:
+
+../../include/rapidjson/allocators.h:
+
+../../include/rapidjson/encodings.h:
+
+../../include/rapidjson/filereadstream.h:
+
+../../include/rapidjson/filewritestream.h:
+
+../../include/rapidjson/encodedstream.h:
diff --git a/intermediate/debug/gmake/unittest/x32/filestreamtest.o b/intermediate/debug/gmake/unittest/x32/filestreamtest.o
new file mode 100644
index 00000000..b56fc54d
--- /dev/null
+++ b/intermediate/debug/gmake/unittest/x32/filestreamtest.o
Binary files differ
diff --git a/intermediate/debug/gmake/unittest/x32/jsoncheckertest.d b/intermediate/debug/gmake/unittest/x32/jsoncheckertest.d
new file mode 100644
index 00000000..73283da1
--- /dev/null
+++ b/intermediate/debug/gmake/unittest/x32/jsoncheckertest.d
@@ -0,0 +1,81 @@
+../../intermediate/debug/gmake/unittest/x32/jsoncheckertest.o: \
+ ../../test/unittest/jsoncheckertest.cpp ../../test/unittest/unittest.h \
+ ../../thirdparty/gtest/include/gtest/gtest.h \
+ ../../thirdparty/gtest/include/gtest/internal/gtest-internal.h \
+ ../../thirdparty/gtest/include/gtest/internal/gtest-port.h \
+ ../../thirdparty/gtest/include/gtest/internal/gtest-string.h \
+ ../../thirdparty/gtest/include/gtest/internal/gtest-filepath.h \
+ ../../thirdparty/gtest/include/gtest/internal/gtest-type-util.h \
+ ../../thirdparty/gtest/include/gtest/gtest-death-test.h \
+ ../../thirdparty/gtest/include/gtest/internal/gtest-death-test-internal.h \
+ ../../thirdparty/gtest/include/gtest/gtest-message.h \
+ ../../thirdparty/gtest/include/gtest/gtest-param-test.h \
+ ../../thirdparty/gtest/include/gtest/internal/gtest-param-util.h \
+ ../../thirdparty/gtest/include/gtest/internal/gtest-linked_ptr.h \
+ ../../thirdparty/gtest/include/gtest/gtest-printers.h \
+ ../../thirdparty/gtest/include/gtest/internal/gtest-param-util-generated.h \
+ ../../thirdparty/gtest/include/gtest/gtest_prod.h \
+ ../../thirdparty/gtest/include/gtest/gtest-test-part.h \
+ ../../thirdparty/gtest/include/gtest/gtest-typed-test.h \
+ ../../thirdparty/gtest/include/gtest/gtest_pred_impl.h \
+ ../../include/rapidjson/document.h ../../include/rapidjson/reader.h \
+ ../../include/rapidjson/rapidjson.h \
+ ../../include/rapidjson/allocators.h \
+ ../../include/rapidjson/encodings.h \
+ ../../include/rapidjson/internal/pow10.h \
+ ../../include/rapidjson/internal/stack.h \
+ ../../include/rapidjson/internal/strfunc.h
+
+../../test/unittest/unittest.h:
+
+../../thirdparty/gtest/include/gtest/gtest.h:
+
+../../thirdparty/gtest/include/gtest/internal/gtest-internal.h:
+
+../../thirdparty/gtest/include/gtest/internal/gtest-port.h:
+
+../../thirdparty/gtest/include/gtest/internal/gtest-string.h:
+
+../../thirdparty/gtest/include/gtest/internal/gtest-filepath.h:
+
+../../thirdparty/gtest/include/gtest/internal/gtest-type-util.h:
+
+../../thirdparty/gtest/include/gtest/gtest-death-test.h:
+
+../../thirdparty/gtest/include/gtest/internal/gtest-death-test-internal.h:
+
+../../thirdparty/gtest/include/gtest/gtest-message.h:
+
+../../thirdparty/gtest/include/gtest/gtest-param-test.h:
+
+../../thirdparty/gtest/include/gtest/internal/gtest-param-util.h:
+
+../../thirdparty/gtest/include/gtest/internal/gtest-linked_ptr.h:
+
+../../thirdparty/gtest/include/gtest/gtest-printers.h:
+
+../../thirdparty/gtest/include/gtest/internal/gtest-param-util-generated.h:
+
+../../thirdparty/gtest/include/gtest/gtest_prod.h:
+
+../../thirdparty/gtest/include/gtest/gtest-test-part.h:
+
+../../thirdparty/gtest/include/gtest/gtest-typed-test.h:
+
+../../thirdparty/gtest/include/gtest/gtest_pred_impl.h:
+
+../../include/rapidjson/document.h:
+
+../../include/rapidjson/reader.h:
+
+../../include/rapidjson/rapidjson.h:
+
+../../include/rapidjson/allocators.h:
+
+../../include/rapidjson/encodings.h:
+
+../../include/rapidjson/internal/pow10.h:
+
+../../include/rapidjson/internal/stack.h:
+
+../../include/rapidjson/internal/strfunc.h:
diff --git a/intermediate/debug/gmake/unittest/x32/jsoncheckertest.o b/intermediate/debug/gmake/unittest/x32/jsoncheckertest.o
new file mode 100644
index 00000000..b4e11f32
--- /dev/null
+++ b/intermediate/debug/gmake/unittest/x32/jsoncheckertest.o
Binary files differ
diff --git a/intermediate/debug/gmake/unittest/x32/readertest.d b/intermediate/debug/gmake/unittest/x32/readertest.d
new file mode 100644
index 00000000..d32e1285
--- /dev/null
+++ b/intermediate/debug/gmake/unittest/x32/readertest.d
@@ -0,0 +1,75 @@
+../../intermediate/debug/gmake/unittest/x32/readertest.o: \
+ ../../test/unittest/readertest.cpp ../../test/unittest/unittest.h \
+ ../../thirdparty/gtest/include/gtest/gtest.h \
+ ../../thirdparty/gtest/include/gtest/internal/gtest-internal.h \
+ ../../thirdparty/gtest/include/gtest/internal/gtest-port.h \
+ ../../thirdparty/gtest/include/gtest/internal/gtest-string.h \
+ ../../thirdparty/gtest/include/gtest/internal/gtest-filepath.h \
+ ../../thirdparty/gtest/include/gtest/internal/gtest-type-util.h \
+ ../../thirdparty/gtest/include/gtest/gtest-death-test.h \
+ ../../thirdparty/gtest/include/gtest/internal/gtest-death-test-internal.h \
+ ../../thirdparty/gtest/include/gtest/gtest-message.h \
+ ../../thirdparty/gtest/include/gtest/gtest-param-test.h \
+ ../../thirdparty/gtest/include/gtest/internal/gtest-param-util.h \
+ ../../thirdparty/gtest/include/gtest/internal/gtest-linked_ptr.h \
+ ../../thirdparty/gtest/include/gtest/gtest-printers.h \
+ ../../thirdparty/gtest/include/gtest/internal/gtest-param-util-generated.h \
+ ../../thirdparty/gtest/include/gtest/gtest_prod.h \
+ ../../thirdparty/gtest/include/gtest/gtest-test-part.h \
+ ../../thirdparty/gtest/include/gtest/gtest-typed-test.h \
+ ../../thirdparty/gtest/include/gtest/gtest_pred_impl.h \
+ ../../include/rapidjson/reader.h ../../include/rapidjson/rapidjson.h \
+ ../../include/rapidjson/allocators.h \
+ ../../include/rapidjson/encodings.h \
+ ../../include/rapidjson/internal/pow10.h \
+ ../../include/rapidjson/internal/stack.h
+
+../../test/unittest/unittest.h:
+
+../../thirdparty/gtest/include/gtest/gtest.h:
+
+../../thirdparty/gtest/include/gtest/internal/gtest-internal.h:
+
+../../thirdparty/gtest/include/gtest/internal/gtest-port.h:
+
+../../thirdparty/gtest/include/gtest/internal/gtest-string.h:
+
+../../thirdparty/gtest/include/gtest/internal/gtest-filepath.h:
+
+../../thirdparty/gtest/include/gtest/internal/gtest-type-util.h:
+
+../../thirdparty/gtest/include/gtest/gtest-death-test.h:
+
+../../thirdparty/gtest/include/gtest/internal/gtest-death-test-internal.h:
+
+../../thirdparty/gtest/include/gtest/gtest-message.h:
+
+../../thirdparty/gtest/include/gtest/gtest-param-test.h:
+
+../../thirdparty/gtest/include/gtest/internal/gtest-param-util.h:
+
+../../thirdparty/gtest/include/gtest/internal/gtest-linked_ptr.h:
+
+../../thirdparty/gtest/include/gtest/gtest-printers.h:
+
+../../thirdparty/gtest/include/gtest/internal/gtest-param-util-generated.h:
+
+../../thirdparty/gtest/include/gtest/gtest_prod.h:
+
+../../thirdparty/gtest/include/gtest/gtest-test-part.h:
+
+../../thirdparty/gtest/include/gtest/gtest-typed-test.h:
+
+../../thirdparty/gtest/include/gtest/gtest_pred_impl.h:
+
+../../include/rapidjson/reader.h:
+
+../../include/rapidjson/rapidjson.h:
+
+../../include/rapidjson/allocators.h:
+
+../../include/rapidjson/encodings.h:
+
+../../include/rapidjson/internal/pow10.h:
+
+../../include/rapidjson/internal/stack.h:
diff --git a/intermediate/debug/gmake/unittest/x32/readertest.o b/intermediate/debug/gmake/unittest/x32/readertest.o
new file mode 100644
index 00000000..d8b65dc2
--- /dev/null
+++ b/intermediate/debug/gmake/unittest/x32/readertest.o
Binary files differ
diff --git a/intermediate/debug/gmake/unittest/x32/unittest.d b/intermediate/debug/gmake/unittest/x32/unittest.d
new file mode 100644
index 00000000..8e92941f
--- /dev/null
+++ b/intermediate/debug/gmake/unittest/x32/unittest.d
@@ -0,0 +1,58 @@
+../../intermediate/debug/gmake/unittest/x32/unittest.o: \
+ ../../test/unittest/unittest.cpp ../../test/unittest/unittest.h \
+ ../../thirdparty/gtest/include/gtest/gtest.h \
+ ../../thirdparty/gtest/include/gtest/internal/gtest-internal.h \
+ ../../thirdparty/gtest/include/gtest/internal/gtest-port.h \
+ ../../thirdparty/gtest/include/gtest/internal/gtest-string.h \
+ ../../thirdparty/gtest/include/gtest/internal/gtest-filepath.h \
+ ../../thirdparty/gtest/include/gtest/internal/gtest-type-util.h \
+ ../../thirdparty/gtest/include/gtest/gtest-death-test.h \
+ ../../thirdparty/gtest/include/gtest/internal/gtest-death-test-internal.h \
+ ../../thirdparty/gtest/include/gtest/gtest-message.h \
+ ../../thirdparty/gtest/include/gtest/gtest-param-test.h \
+ ../../thirdparty/gtest/include/gtest/internal/gtest-param-util.h \
+ ../../thirdparty/gtest/include/gtest/internal/gtest-linked_ptr.h \
+ ../../thirdparty/gtest/include/gtest/gtest-printers.h \
+ ../../thirdparty/gtest/include/gtest/internal/gtest-param-util-generated.h \
+ ../../thirdparty/gtest/include/gtest/gtest_prod.h \
+ ../../thirdparty/gtest/include/gtest/gtest-test-part.h \
+ ../../thirdparty/gtest/include/gtest/gtest-typed-test.h \
+ ../../thirdparty/gtest/include/gtest/gtest_pred_impl.h
+
+../../test/unittest/unittest.h:
+
+../../thirdparty/gtest/include/gtest/gtest.h:
+
+../../thirdparty/gtest/include/gtest/internal/gtest-internal.h:
+
+../../thirdparty/gtest/include/gtest/internal/gtest-port.h:
+
+../../thirdparty/gtest/include/gtest/internal/gtest-string.h:
+
+../../thirdparty/gtest/include/gtest/internal/gtest-filepath.h:
+
+../../thirdparty/gtest/include/gtest/internal/gtest-type-util.h:
+
+../../thirdparty/gtest/include/gtest/gtest-death-test.h:
+
+../../thirdparty/gtest/include/gtest/internal/gtest-death-test-internal.h:
+
+../../thirdparty/gtest/include/gtest/gtest-message.h:
+
+../../thirdparty/gtest/include/gtest/gtest-param-test.h:
+
+../../thirdparty/gtest/include/gtest/internal/gtest-param-util.h:
+
+../../thirdparty/gtest/include/gtest/internal/gtest-linked_ptr.h:
+
+../../thirdparty/gtest/include/gtest/gtest-printers.h:
+
+../../thirdparty/gtest/include/gtest/internal/gtest-param-util-generated.h:
+
+../../thirdparty/gtest/include/gtest/gtest_prod.h:
+
+../../thirdparty/gtest/include/gtest/gtest-test-part.h:
+
+../../thirdparty/gtest/include/gtest/gtest-typed-test.h:
+
+../../thirdparty/gtest/include/gtest/gtest_pred_impl.h:
diff --git a/intermediate/debug/gmake/unittest/x32/unittest.o b/intermediate/debug/gmake/unittest/x32/unittest.o
new file mode 100644
index 00000000..a3e409b1
--- /dev/null
+++ b/intermediate/debug/gmake/unittest/x32/unittest.o
Binary files differ
diff --git a/intermediate/debug/gmake/unittest/x32/valuetest.d b/intermediate/debug/gmake/unittest/x32/valuetest.d
new file mode 100644
index 00000000..d274bc56
--- /dev/null
+++ b/intermediate/debug/gmake/unittest/x32/valuetest.d
@@ -0,0 +1,81 @@
+../../intermediate/debug/gmake/unittest/x32/valuetest.o: \
+ ../../test/unittest/valuetest.cpp ../../test/unittest/unittest.h \
+ ../../thirdparty/gtest/include/gtest/gtest.h \
+ ../../thirdparty/gtest/include/gtest/internal/gtest-internal.h \
+ ../../thirdparty/gtest/include/gtest/internal/gtest-port.h \
+ ../../thirdparty/gtest/include/gtest/internal/gtest-string.h \
+ ../../thirdparty/gtest/include/gtest/internal/gtest-filepath.h \
+ ../../thirdparty/gtest/include/gtest/internal/gtest-type-util.h \
+ ../../thirdparty/gtest/include/gtest/gtest-death-test.h \
+ ../../thirdparty/gtest/include/gtest/internal/gtest-death-test-internal.h \
+ ../../thirdparty/gtest/include/gtest/gtest-message.h \
+ ../../thirdparty/gtest/include/gtest/gtest-param-test.h \
+ ../../thirdparty/gtest/include/gtest/internal/gtest-param-util.h \
+ ../../thirdparty/gtest/include/gtest/internal/gtest-linked_ptr.h \
+ ../../thirdparty/gtest/include/gtest/gtest-printers.h \
+ ../../thirdparty/gtest/include/gtest/internal/gtest-param-util-generated.h \
+ ../../thirdparty/gtest/include/gtest/gtest_prod.h \
+ ../../thirdparty/gtest/include/gtest/gtest-test-part.h \
+ ../../thirdparty/gtest/include/gtest/gtest-typed-test.h \
+ ../../thirdparty/gtest/include/gtest/gtest_pred_impl.h \
+ ../../include/rapidjson/document.h ../../include/rapidjson/reader.h \
+ ../../include/rapidjson/rapidjson.h \
+ ../../include/rapidjson/allocators.h \
+ ../../include/rapidjson/encodings.h \
+ ../../include/rapidjson/internal/pow10.h \
+ ../../include/rapidjson/internal/stack.h \
+ ../../include/rapidjson/internal/strfunc.h
+
+../../test/unittest/unittest.h:
+
+../../thirdparty/gtest/include/gtest/gtest.h:
+
+../../thirdparty/gtest/include/gtest/internal/gtest-internal.h:
+
+../../thirdparty/gtest/include/gtest/internal/gtest-port.h:
+
+../../thirdparty/gtest/include/gtest/internal/gtest-string.h:
+
+../../thirdparty/gtest/include/gtest/internal/gtest-filepath.h:
+
+../../thirdparty/gtest/include/gtest/internal/gtest-type-util.h:
+
+../../thirdparty/gtest/include/gtest/gtest-death-test.h:
+
+../../thirdparty/gtest/include/gtest/internal/gtest-death-test-internal.h:
+
+../../thirdparty/gtest/include/gtest/gtest-message.h:
+
+../../thirdparty/gtest/include/gtest/gtest-param-test.h:
+
+../../thirdparty/gtest/include/gtest/internal/gtest-param-util.h:
+
+../../thirdparty/gtest/include/gtest/internal/gtest-linked_ptr.h:
+
+../../thirdparty/gtest/include/gtest/gtest-printers.h:
+
+../../thirdparty/gtest/include/gtest/internal/gtest-param-util-generated.h:
+
+../../thirdparty/gtest/include/gtest/gtest_prod.h:
+
+../../thirdparty/gtest/include/gtest/gtest-test-part.h:
+
+../../thirdparty/gtest/include/gtest/gtest-typed-test.h:
+
+../../thirdparty/gtest/include/gtest/gtest_pred_impl.h:
+
+../../include/rapidjson/document.h:
+
+../../include/rapidjson/reader.h:
+
+../../include/rapidjson/rapidjson.h:
+
+../../include/rapidjson/allocators.h:
+
+../../include/rapidjson/encodings.h:
+
+../../include/rapidjson/internal/pow10.h:
+
+../../include/rapidjson/internal/stack.h:
+
+../../include/rapidjson/internal/strfunc.h:
diff --git a/intermediate/debug/gmake/unittest/x32/valuetest.o b/intermediate/debug/gmake/unittest/x32/valuetest.o
new file mode 100644
index 00000000..daea03d8
--- /dev/null
+++ b/intermediate/debug/gmake/unittest/x32/valuetest.o
Binary files differ
diff --git a/intermediate/debug/gmake/unittest/x32/writertest.d b/intermediate/debug/gmake/unittest/x32/writertest.d
new file mode 100644
index 00000000..94310f7e
--- /dev/null
+++ b/intermediate/debug/gmake/unittest/x32/writertest.d
@@ -0,0 +1,84 @@
+../../intermediate/debug/gmake/unittest/x32/writertest.o: \
+ ../../test/unittest/writertest.cpp ../../test/unittest/unittest.h \
+ ../../thirdparty/gtest/include/gtest/gtest.h \
+ ../../thirdparty/gtest/include/gtest/internal/gtest-internal.h \
+ ../../thirdparty/gtest/include/gtest/internal/gtest-port.h \
+ ../../thirdparty/gtest/include/gtest/internal/gtest-string.h \
+ ../../thirdparty/gtest/include/gtest/internal/gtest-filepath.h \
+ ../../thirdparty/gtest/include/gtest/internal/gtest-type-util.h \
+ ../../thirdparty/gtest/include/gtest/gtest-death-test.h \
+ ../../thirdparty/gtest/include/gtest/internal/gtest-death-test-internal.h \
+ ../../thirdparty/gtest/include/gtest/gtest-message.h \
+ ../../thirdparty/gtest/include/gtest/gtest-param-test.h \
+ ../../thirdparty/gtest/include/gtest/internal/gtest-param-util.h \
+ ../../thirdparty/gtest/include/gtest/internal/gtest-linked_ptr.h \
+ ../../thirdparty/gtest/include/gtest/gtest-printers.h \
+ ../../thirdparty/gtest/include/gtest/internal/gtest-param-util-generated.h \
+ ../../thirdparty/gtest/include/gtest/gtest_prod.h \
+ ../../thirdparty/gtest/include/gtest/gtest-test-part.h \
+ ../../thirdparty/gtest/include/gtest/gtest-typed-test.h \
+ ../../thirdparty/gtest/include/gtest/gtest_pred_impl.h \
+ ../../include/rapidjson/reader.h ../../include/rapidjson/rapidjson.h \
+ ../../include/rapidjson/allocators.h \
+ ../../include/rapidjson/encodings.h \
+ ../../include/rapidjson/internal/pow10.h \
+ ../../include/rapidjson/internal/stack.h \
+ ../../include/rapidjson/writer.h \
+ ../../include/rapidjson/internal/strfunc.h \
+ ../../include/rapidjson/stringbuffer.h
+
+../../test/unittest/unittest.h:
+
+../../thirdparty/gtest/include/gtest/gtest.h:
+
+../../thirdparty/gtest/include/gtest/internal/gtest-internal.h:
+
+../../thirdparty/gtest/include/gtest/internal/gtest-port.h:
+
+../../thirdparty/gtest/include/gtest/internal/gtest-string.h:
+
+../../thirdparty/gtest/include/gtest/internal/gtest-filepath.h:
+
+../../thirdparty/gtest/include/gtest/internal/gtest-type-util.h:
+
+../../thirdparty/gtest/include/gtest/gtest-death-test.h:
+
+../../thirdparty/gtest/include/gtest/internal/gtest-death-test-internal.h:
+
+../../thirdparty/gtest/include/gtest/gtest-message.h:
+
+../../thirdparty/gtest/include/gtest/gtest-param-test.h:
+
+../../thirdparty/gtest/include/gtest/internal/gtest-param-util.h:
+
+../../thirdparty/gtest/include/gtest/internal/gtest-linked_ptr.h:
+
+../../thirdparty/gtest/include/gtest/gtest-printers.h:
+
+../../thirdparty/gtest/include/gtest/internal/gtest-param-util-generated.h:
+
+../../thirdparty/gtest/include/gtest/gtest_prod.h:
+
+../../thirdparty/gtest/include/gtest/gtest-test-part.h:
+
+../../thirdparty/gtest/include/gtest/gtest-typed-test.h:
+
+../../thirdparty/gtest/include/gtest/gtest_pred_impl.h:
+
+../../include/rapidjson/reader.h:
+
+../../include/rapidjson/rapidjson.h:
+
+../../include/rapidjson/allocators.h:
+
+../../include/rapidjson/encodings.h:
+
+../../include/rapidjson/internal/pow10.h:
+
+../../include/rapidjson/internal/stack.h:
+
+../../include/rapidjson/writer.h:
+
+../../include/rapidjson/internal/strfunc.h:
+
+../../include/rapidjson/stringbuffer.h:
diff --git a/intermediate/debug/gmake/unittest/x32/writertest.o b/intermediate/debug/gmake/unittest/x32/writertest.o
new file mode 100644
index 00000000..65f6281c
--- /dev/null
+++ b/intermediate/debug/gmake/unittest/x32/writertest.o
Binary files differ