mirror of
https://github.com/vgmstream/vgmstream.git
synced 2024-11-24 23:10:10 +01:00
Add missing awc.c to MSVC project files.
This commit is contained in:
parent
cdaa10ed87
commit
00e1a5f62d
@ -252,6 +252,10 @@
|
||||
RelativePath=".\meta\ast.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\meta\awc.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\meta\baf.c"
|
||||
>
|
||||
|
@ -135,6 +135,7 @@
|
||||
<ClCompile Include="layout\scd_int_layout.c" />
|
||||
<ClCompile Include="layout\tra_blocked.c" />
|
||||
<ClCompile Include="meta\akb.c" />
|
||||
<ClCompile Include="meta\awc.c" />
|
||||
<ClCompile Include="meta\bcstm.c" />
|
||||
<ClCompile Include="meta\bfstm.c" />
|
||||
<ClCompile Include="meta\bfwav.c" />
|
||||
|
@ -1147,5 +1147,8 @@
|
||||
<ClCompile Include="meta\sk_aud.c">
|
||||
<Filter>meta\Source Files</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="meta\awc.c">
|
||||
<Filter>meta\Source Files</Filter>
|
||||
</ClCompile>
|
||||
</ItemGroup>
|
||||
</Project>
|
Loading…
Reference in New Issue
Block a user