mirror of
https://git.rip/DMCA_FUCKER/re3.git
synced 2024-12-22 22:30:00 +00:00
I am an idiot
This commit is contained in:
parent
38a09c6e9b
commit
efe52dbbbc
|
@ -50,12 +50,8 @@ extern "C" {
|
|||
|
||||
|
||||
#else // AUDIO_OAL
|
||||
#ifndef _WIN32
|
||||
#include <AL/al.h>
|
||||
#include <string.h>
|
||||
#else
|
||||
#include <al.h>
|
||||
#endif
|
||||
|
||||
#ifndef GUID_DEFINED
|
||||
#define GUID_DEFINED
|
||||
|
|
|
@ -189,12 +189,12 @@ project "re3"
|
|||
includedirs { "eax" }
|
||||
|
||||
filter "platforms:*mss"
|
||||
defines { "AUIOD_MSS" }
|
||||
defines { "AUDIO_MSS" }
|
||||
includedirs { "milessdk/include" }
|
||||
libdirs { "milessdk/lib" }
|
||||
|
||||
filter "platforms:*oal"
|
||||
defines { "AUIOD_OAL" }
|
||||
defines { "AUDIO_OAL" }
|
||||
includedirs { "openal-soft/include" }
|
||||
includedirs { "libsndfile/include" }
|
||||
includedirs { "mpg123/include" }
|
||||
|
|
Loading…
Reference in a new issue