mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-12 05:40:35 +00:00
RE3_NO_AUTOLINK to CMAKE_NO_AUTOLINK
This commit is contained in:
parent
a0a88b4663
commit
1082b13830
7 changed files with 7 additions and 7 deletions
|
@ -4,7 +4,7 @@
|
|||
#include "stream.h"
|
||||
#include "sampman.h"
|
||||
|
||||
#if defined _MSC_VER && !defined RE3_NO_AUTOLINK
|
||||
#if defined _MSC_VER && !defined CMAKE_NO_AUTOLINK
|
||||
#ifdef AUDIO_OAL_USE_SNDFILE
|
||||
#pragma comment( lib, "libsndfile-1.lib" )
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue