forked from Dniel97/segatools
Suppress hook DLL exports
This commit is contained in:
parent
0cbd950289
commit
9ec0fbf957
@ -1,4 +0,0 @@
|
||||
LIBRARY cardhook
|
||||
|
||||
EXPORTS
|
||||
DllMain@12 @1 NONAME
|
@ -3,7 +3,6 @@ shared_library(
|
||||
name_prefix : '',
|
||||
include_directories: inc,
|
||||
implicit_include_directories : false,
|
||||
vs_module_defs : 'cardhook.def',
|
||||
c_pch : '../precompiled.h',
|
||||
dependencies : [
|
||||
capnhook.get_variable('hook_dep'),
|
||||
|
@ -1,4 +0,0 @@
|
||||
LIBRARY chunihook
|
||||
|
||||
EXPORTS
|
||||
DllMain@12 @1 NONAME
|
@ -3,7 +3,6 @@ shared_library(
|
||||
name_prefix : '',
|
||||
include_directories : inc,
|
||||
implicit_include_directories : false,
|
||||
vs_module_defs : 'chunihook.def',
|
||||
c_pch : '../precompiled.h',
|
||||
dependencies : [
|
||||
capnhook.get_variable('hook_dep'),
|
||||
|
@ -9,6 +9,7 @@ add_project_arguments(
|
||||
)
|
||||
|
||||
add_project_link_arguments(
|
||||
'-Wl,--exclude-all-symbols',
|
||||
'-Wl,--gc-sections',
|
||||
'-static-libgcc',
|
||||
language: 'c',
|
||||
|
@ -3,7 +3,6 @@ shared_library(
|
||||
name_prefix : '',
|
||||
include_directories: inc,
|
||||
implicit_include_directories : false,
|
||||
vs_module_defs : 'minihook.def',
|
||||
c_pch : '../precompiled.h',
|
||||
dependencies : [
|
||||
capnhook.get_variable('hook_dep'),
|
||||
|
@ -1,4 +0,0 @@
|
||||
LIBRARY minihook
|
||||
|
||||
EXPORTS
|
||||
DllMain@12 @1 NONAME
|
Loading…
Reference in New Issue
Block a user