Add module DEF file for chunihook

This commit is contained in:
Tau 2021-05-22 12:16:46 -04:00
parent 872ae9ca50
commit c71ff1bcb5
2 changed files with 4 additions and 0 deletions

3
chunihook/chunihook.def Normal file
View File

@ -0,0 +1,3 @@
LIBRARY chunihook
EXPORTS

View File

@ -3,6 +3,7 @@ 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'),