From e6d51b54b64d4aa35f875fc8fc0ba1073faab447 Mon Sep 17 00:00:00 2001 From: Shuhei Tanuma Date: Sat, 21 Nov 2015 05:33:30 +0900 Subject: [PATCH] Add missing idl_gen_php.cpp to VisualStudio project --- build/VS2010/flatc.vcxproj | 1 + build/VS2010/flatc.vcxproj.user | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/build/VS2010/flatc.vcxproj b/build/VS2010/flatc.vcxproj index d180dd9df..e804ed332 100755 --- a/build/VS2010/flatc.vcxproj +++ b/build/VS2010/flatc.vcxproj @@ -272,6 +272,7 @@ Level4 + diff --git a/build/VS2010/flatc.vcxproj.user b/build/VS2010/flatc.vcxproj.user index e541fe78f..5ef05f7e3 100755 --- a/build/VS2010/flatc.vcxproj.user +++ b/build/VS2010/flatc.vcxproj.user @@ -3,7 +3,7 @@ ..\..\tests WindowsLocalDebugger - -j -c -n -g --no-includes --gen-mutable monster_test.fbs + -j -c -n -g --php --no-includes --gen-mutable monster_test.fbs ..\..