Add bfwav.c to MSVC 2010 project

This commit is contained in:
Chris Moeller 2014-08-02 20:50:24 -07:00
parent c37a9cc3dd
commit 7d91d39489
2 changed files with 6 additions and 2 deletions

View File

@ -103,6 +103,7 @@
<ClCompile Include="layout\tra_blocked.c" /> <ClCompile Include="layout\tra_blocked.c" />
<ClCompile Include="meta\akb.c" /> <ClCompile Include="meta\akb.c" />
<ClCompile Include="meta\bcstm.c" /> <ClCompile Include="meta\bcstm.c" />
<ClCompile Include="meta\bfwav.c" />
<ClCompile Include="meta\excitebots.c" /> <ClCompile Include="meta\excitebots.c" />
<ClCompile Include="meta\ios_psnd.c" /> <ClCompile Include="meta\ios_psnd.c" />
<ClCompile Include="meta\lsf.c" /> <ClCompile Include="meta\lsf.c" />
@ -400,4 +401,4 @@
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets"> <ImportGroup Label="ExtensionTargets">
</ImportGroup> </ImportGroup>
</Project> </Project>

View File

@ -964,5 +964,8 @@
<ClCompile Include="meta\bcstm.c"> <ClCompile Include="meta\bcstm.c">
<Filter>meta\Source Files</Filter> <Filter>meta\Source Files</Filter>
</ClCompile> </ClCompile>
<ClCompile Include="meta\bfwav.c">
<Filter>meta\Source Files</Filter>
</ClCompile>
</ItemGroup> </ItemGroup>
</Project> </Project>