Added external dependencies and modified build files to enable 64 bits builds on Windows (VC++ only for now)
This commit is contained in:
parent
293cacfbda
commit
4e3feba25b
49 changed files with 17327 additions and 10838 deletions
|
@ -5,7 +5,9 @@
|
|||
extern "C" {
|
||||
#endif
|
||||
|
||||
#if defined(_WIN32) && !defined(_XBOX)
|
||||
#if defined(AL_LIBTYPE_STATIC)
|
||||
#define ALC_API
|
||||
#elif defined(_WIN32) && !defined(_XBOX)
|
||||
#if defined(AL_BUILD_LIBRARY)
|
||||
#define ALC_API __declspec(dllexport)
|
||||
#else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue