More checks before autolinking

This commit is contained in:
Filip Gawin
2021-01-14 22:06:27 +01:00
parent 70358d90b4
commit c7b905c0ec
5 changed files with 8 additions and 2 deletions

View File

@ -18,7 +18,9 @@
#include "Timer.h"
#include "crossplatform.h"
#if defined _MSC_VER && !defined RE3_NO_AUTOLINK
#pragma comment( lib, "mss32.lib" )
#endif
// --MIAMI: file done

View File

@ -38,7 +38,7 @@
//TODO: max channels
//TODO: loop count
#ifdef _WIN32
#if defined _MSC_VER && !defined RE3_NO_AUTOLINK
#pragma comment( lib, "OpenAL32.lib" )
#endif