summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorWouter van Oortmerssen <aardappel@gmail.com>2015-06-17 10:27:05 -0700
committerWouter van Oortmerssen <aardappel@gmail.com>2015-06-17 10:27:05 -0700
commit576022c64bb0e8b822ec79640e9732883d02e366 (patch)
treeb0effeee27e0b596365bbc72195b5dde5a93f7a1 /build
parenteab9cfbec9344ff89350959958bd493aa042434d (diff)
downloadflatbuffers-576022c64bb0e8b822ec79640e9732883d02e366.tar.gz
flatbuffers-576022c64bb0e8b822ec79640e9732883d02e366.tar.bz2
flatbuffers-576022c64bb0e8b822ec79640e9732883d02e366.zip
Changed VS flatc test settings to match Linux.
Diffstat (limited to 'build')
-rwxr-xr-xbuild/VS2010/flatc.vcxproj.user2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/VS2010/flatc.vcxproj.user b/build/VS2010/flatc.vcxproj.user
index 26953575..e541fe78 100755
--- a/build/VS2010/flatc.vcxproj.user
+++ b/build/VS2010/flatc.vcxproj.user
@@ -3,7 +3,7 @@
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<LocalDebuggerWorkingDirectory>..\..\tests</LocalDebuggerWorkingDirectory>
<DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
- <LocalDebuggerCommandArguments>-j -c -n -g -b -t monster_test.fbs monsterdata_test.golden</LocalDebuggerCommandArguments>
+ <LocalDebuggerCommandArguments>-j -c -n -g --no-includes --gen-mutable monster_test.fbs</LocalDebuggerCommandArguments>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<LocalDebuggerWorkingDirectory>..\..</LocalDebuggerWorkingDirectory>