Updated core to compile for new ep2v lib names (bug 5524).
This commit is contained in:
parent
8dfae523a3
commit
115d17de01
@ -40,6 +40,7 @@
|
|||||||
#include <Logger.h>
|
#include <Logger.h>
|
||||||
#include "LibrarySys.h"
|
#include "LibrarySys.h"
|
||||||
#include "logic_bridge.h"
|
#include "logic_bridge.h"
|
||||||
|
#include <tier0/mem.h>
|
||||||
|
|
||||||
|
|
||||||
typedef ICommandLine *(*FakeGetCommandLine)();
|
typedef ICommandLine *(*FakeGetCommandLine)();
|
||||||
@ -51,7 +52,10 @@ typedef ICommandLine *(*FakeGetCommandLine)();
|
|||||||
#define TIER0_NAME "libtier0.dylib"
|
#define TIER0_NAME "libtier0.dylib"
|
||||||
#define VSTDLIB_NAME "libvstdlib.dylib"
|
#define VSTDLIB_NAME "libvstdlib.dylib"
|
||||||
#elif defined __linux__
|
#elif defined __linux__
|
||||||
#if SOURCE_ENGINE >= SE_CSS
|
#if SOURCE_ENGINE == SE_ORANGEBOXVALVE
|
||||||
|
#define TIER0_NAME "libtier0_srv.so"
|
||||||
|
#define VSTDLIB_NAME "libvstdlib_srv.so"
|
||||||
|
#elif SOURCE_ENGINE >= SE_CSS
|
||||||
#define TIER0_NAME "libtier0.so"
|
#define TIER0_NAME "libtier0.so"
|
||||||
#define VSTDLIB_NAME "libvstdlib.so"
|
#define VSTDLIB_NAME "libvstdlib.so"
|
||||||
#else
|
#else
|
||||||
|
Loading…
Reference in New Issue
Block a user