summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorWouter van Oortmerssen <aardappel@gmail.com>2015-05-13 17:26:20 -0700
committerWouter van Oortmerssen <aardappel@gmail.com>2015-05-13 17:26:20 -0700
commitb8681d80312f3e96a6093d7208753a97ee962499 (patch)
tree2165639a7f97d6605fe869b39adf452fa2d3e82d /build
parentf8139b05cb98ddeaaa01012bb7685cd9f9637c13 (diff)
downloadflatbuffers-b8681d80312f3e96a6093d7208753a97ee962499.tar.gz
flatbuffers-b8681d80312f3e96a6093d7208753a97ee962499.tar.bz2
flatbuffers-b8681d80312f3e96a6093d7208753a97ee962499.zip
fixed the windows build files
Diffstat (limited to 'build')
-rwxr-xr-xbuild/VS2010/flatc.vcxproj1
1 files changed, 1 insertions, 0 deletions
diff --git a/build/VS2010/flatc.vcxproj b/build/VS2010/flatc.vcxproj
index faa5c403..84200a56 100755
--- a/build/VS2010/flatc.vcxproj
+++ b/build/VS2010/flatc.vcxproj
@@ -271,6 +271,7 @@
<ClCompile Include="..\..\src\idl_gen_go.cpp">
<WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Level4</WarningLevel>
</ClCompile>
+ <ClCompile Include="..\..\src\idl_gen_python.cpp" />
<ClCompile Include="..\..\src\idl_parser.cpp" />
<ClCompile Include="..\..\src\idl_gen_cpp.cpp" />
<ClCompile Include="..\..\src\idl_gen_text.cpp" />