Merge pull request #1965 from RadWolfie/update-submodule
Update XbSymbolDatabase Submodule
This commit is contained in:
commit
abe0c827d3
|
@ -404,6 +404,6 @@ if(${CMAKE_GENERATOR} MATCHES "Visual Studio ([^9]|[9][0-9])")
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
# Cxbx-Reloaded project with third-party libraries
|
# 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
|
PROPERTIES FOLDER Cxbx-Reloaded
|
||||||
)
|
)
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit 0f2794cac610fad4f1955241ef43e6254fd11205
|
Subproject commit 78d06c0d9d8fe3b5d43e90312fc5910928c9c651
|
|
@ -180,7 +180,7 @@ set(WINS_LIB
|
||||||
)
|
)
|
||||||
|
|
||||||
target_link_libraries(cxbx
|
target_link_libraries(cxbx
|
||||||
PUBLIC XbSymbolDatabase
|
PUBLIC libXbSymbolDatabase
|
||||||
subhook
|
subhook
|
||||||
libtomcrypt
|
libtomcrypt
|
||||||
SDL2
|
SDL2
|
||||||
|
|
|
@ -156,7 +156,7 @@ set(WINS_LIB
|
||||||
)
|
)
|
||||||
|
|
||||||
target_link_libraries(cxbxr-emu
|
target_link_libraries(cxbxr-emu
|
||||||
PUBLIC XbSymbolDatabase
|
PUBLIC libXbSymbolDatabase
|
||||||
subhook
|
subhook
|
||||||
libtomcrypt
|
libtomcrypt
|
||||||
SDL2
|
SDL2
|
||||||
|
|
|
@ -40,8 +40,7 @@
|
||||||
#include "EmuShared.h"
|
#include "EmuShared.h"
|
||||||
#include "common\CxbxDebugger.h"
|
#include "common\CxbxDebugger.h"
|
||||||
#include "Logging.h"
|
#include "Logging.h"
|
||||||
#pragma comment(lib, "XbSymbolDatabase.lib")
|
#include <libXbSymbolDatabase.h>
|
||||||
#include "..\..\import\XbSymbolDatabase\XbSymbolDatabase.h"
|
|
||||||
#include "Intercept.hpp"
|
#include "Intercept.hpp"
|
||||||
#include "Patches.hpp"
|
#include "Patches.hpp"
|
||||||
#include "common\util\hasher.h"
|
#include "common\util\hasher.h"
|
||||||
|
|
Loading…
Reference in New Issue