Add missing awc.c to MSVC project files.

This commit is contained in:
Christopher Snowhill 2017-08-28 15:16:56 -07:00
parent cdaa10ed87
commit 00e1a5f62d
3 changed files with 8 additions and 0 deletions

View File

@ -252,6 +252,10 @@
RelativePath=".\meta\ast.c" RelativePath=".\meta\ast.c"
> >
</File> </File>
<File
RelativePath=".\meta\awc.c"
>
</File>
<File <File
RelativePath=".\meta\baf.c" RelativePath=".\meta\baf.c"
> >

View File

@ -135,6 +135,7 @@
<ClCompile Include="layout\scd_int_layout.c" /> <ClCompile Include="layout\scd_int_layout.c" />
<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\awc.c" />
<ClCompile Include="meta\bcstm.c" /> <ClCompile Include="meta\bcstm.c" />
<ClCompile Include="meta\bfstm.c" /> <ClCompile Include="meta\bfstm.c" />
<ClCompile Include="meta\bfwav.c" /> <ClCompile Include="meta\bfwav.c" />

View File

@ -1147,5 +1147,8 @@
<ClCompile Include="meta\sk_aud.c"> <ClCompile Include="meta\sk_aud.c">
<Filter>meta\Source Files</Filter> <Filter>meta\Source Files</Filter>
</ClCompile> </ClCompile>
<ClCompile Include="meta\awc.c">
<Filter>meta\Source Files</Filter>
</ClCompile>
</ItemGroup> </ItemGroup>
</Project> </Project>