Skip to content

Commit

Permalink
project: Update for 1.3.4 merge.
Browse files Browse the repository at this point in the history
  • Loading branch information
Sibras committed Sep 7, 2019
1 parent 1d5309b commit f1c31d6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion SMP/libogg.def
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
; $Id$
;
; ogg.def
; List of exported functions for Windows builds.
;

EXPORTS
Expand Down
1 change: 1 addition & 0 deletions SMP/libogg.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1388,6 +1388,7 @@ del /f /q $(OutDir)\licenses\ogg.txt
<ItemGroup>
<ClInclude Include="..\include\ogg\ogg.h" />
<ClInclude Include="..\include\ogg\os_types.h" />
<ClInclude Include="..\src\crctable.h" />
</ItemGroup>
<ItemGroup>
<None Include="libogg.def" />
Expand Down
3 changes: 3 additions & 0 deletions SMP/libogg.vcxproj.filters
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@
<ClInclude Include="..\include\ogg\os_types.h">
<Filter>Header Files\ogg</Filter>
</ClInclude>
<ClInclude Include="..\src\crctable.h">
<Filter>Header Files</Filter>
</ClInclude>
</ItemGroup>
<ItemGroup>
<None Include="libogg.def">
Expand Down

0 comments on commit f1c31d6

Please sign in to comment.