diff options
author | Wouter van Oortmerssen <aardappel@gmail.com> | 2015-05-13 17:26:20 -0700 |
---|---|---|
committer | Wouter van Oortmerssen <aardappel@gmail.com> | 2015-05-13 17:26:20 -0700 |
commit | b8681d80312f3e96a6093d7208753a97ee962499 (patch) | |
tree | 2165639a7f97d6605fe869b39adf452fa2d3e82d /build | |
parent | f8139b05cb98ddeaaa01012bb7685cd9f9637c13 (diff) | |
download | flatbuffers-b8681d80312f3e96a6093d7208753a97ee962499.tar.gz flatbuffers-b8681d80312f3e96a6093d7208753a97ee962499.tar.bz2 flatbuffers-b8681d80312f3e96a6093d7208753a97ee962499.zip |
fixed the windows build files
Diffstat (limited to 'build')
-rwxr-xr-x | build/VS2010/flatc.vcxproj | 1 |
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" /> |