mirror of
https://gitea.tendokyu.moe/TeamTofuShop/capnhook.git
synced 2026-09-22 22:38:12 +03:00
Remove PCH source file
Newer versions of Meson create this automatically for MSVC builds.
This commit is contained in:
+1
-4
@@ -1,10 +1,7 @@
|
||||
hook_lib = static_library(
|
||||
'hook',
|
||||
include_directories : inc,
|
||||
c_pch : [
|
||||
'../precompiled.c',
|
||||
'../precompiled.h',
|
||||
],
|
||||
c_pch : '../precompiled.h',
|
||||
sources : [
|
||||
'args.c',
|
||||
'args.h',
|
||||
|
||||
+1
-4
@@ -1,10 +1,7 @@
|
||||
hooklib_lib = static_library(
|
||||
'hooklib',
|
||||
include_directories : inc,
|
||||
c_pch : [
|
||||
'../precompiled.c',
|
||||
'../precompiled.h',
|
||||
],
|
||||
c_pch : '../precompiled.h',
|
||||
sources : [
|
||||
'serial.c',
|
||||
'serial.h',
|
||||
|
||||
+1
-4
@@ -1,10 +1,7 @@
|
||||
executable(
|
||||
'inject',
|
||||
include_directories : inc,
|
||||
c_pch : [
|
||||
'../precompiled.c',
|
||||
'../precompiled.h',
|
||||
],
|
||||
c_pch : '../precompiled.h',
|
||||
sources : [
|
||||
'debug.c',
|
||||
'debug.h',
|
||||
|
||||
@@ -1 +0,0 @@
|
||||
#include "precompiled.h"
|
||||
Reference in New Issue
Block a user