1
0
mirror of https://github.com/odrling/Aegisub synced 2025-04-11 22:56:02 +02:00

Add the OSS player to the vcproj

It's never used on Windows, but it's useful to have all of the files in
the project, and the other non-Windows audio players are already in the
project.

Originally committed to SVN as r6314.
This commit is contained in:
Thomas Goyne 2012-01-19 00:43:43 +00:00
parent a72fb8f5bf
commit c75fb1d069

View File

@ -425,6 +425,14 @@
RelativePath="..\..\src\audio_player_openal.h"
>
</File>
<File
RelativePath="..\..\src\audio_player_oss.cpp"
>
</File>
<File
RelativePath="..\..\src\audio_player_oss.h"
>
</File>
<File
RelativePath="..\..\src\audio_player_portaudio.cpp"
>