update XbSymbolDatabase submodule

This commit is contained in:
RadWolfie 2020-09-24 14:10:24 -05:00
parent abb50d6f99
commit eaeb521bd9
5 changed files with 5 additions and 6 deletions

View File

@ -404,6 +404,6 @@ if(${CMAKE_GENERATOR} MATCHES "Visual Studio ([^9]|[9][0-9])")
endif()
# Cxbx-Reloaded project with third-party libraries
set_target_properties(cxbx cxbxr-ldr cxbxr-emu misc-batch subhook XbSymbolDatabase libtommath libtomcrypt
set_target_properties(cxbx cxbxr-ldr cxbxr-emu misc-batch subhook libXbSymbolDatabase libtommath libtomcrypt
PROPERTIES FOLDER Cxbx-Reloaded
)

@ -1 +1 @@
Subproject commit 0f2794cac610fad4f1955241ef43e6254fd11205
Subproject commit 78d06c0d9d8fe3b5d43e90312fc5910928c9c651

View File

@ -180,7 +180,7 @@ set(WINS_LIB
)
target_link_libraries(cxbx
PUBLIC XbSymbolDatabase
PUBLIC libXbSymbolDatabase
subhook
libtomcrypt
SDL2

View File

@ -156,7 +156,7 @@ set(WINS_LIB
)
target_link_libraries(cxbxr-emu
PUBLIC XbSymbolDatabase
PUBLIC libXbSymbolDatabase
subhook
libtomcrypt
SDL2

View File

@ -40,8 +40,7 @@
#include "EmuShared.h"
#include "common\CxbxDebugger.h"
#include "Logging.h"
#pragma comment(lib, "XbSymbolDatabase.lib")
#include "..\..\import\XbSymbolDatabase\XbSymbolDatabase.h"
#include <libXbSymbolDatabase.h>
#include "Intercept.hpp"
#include "Patches.hpp"
#include "common\util\hasher.h"