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_lib = static_library(
|
||||||
'hook',
|
'hook',
|
||||||
include_directories : inc,
|
include_directories : inc,
|
||||||
c_pch : [
|
c_pch : '../precompiled.h',
|
||||||
'../precompiled.c',
|
|
||||||
'../precompiled.h',
|
|
||||||
],
|
|
||||||
sources : [
|
sources : [
|
||||||
'args.c',
|
'args.c',
|
||||||
'args.h',
|
'args.h',
|
||||||
|
|||||||
+1
-4
@@ -1,10 +1,7 @@
|
|||||||
hooklib_lib = static_library(
|
hooklib_lib = static_library(
|
||||||
'hooklib',
|
'hooklib',
|
||||||
include_directories : inc,
|
include_directories : inc,
|
||||||
c_pch : [
|
c_pch : '../precompiled.h',
|
||||||
'../precompiled.c',
|
|
||||||
'../precompiled.h',
|
|
||||||
],
|
|
||||||
sources : [
|
sources : [
|
||||||
'serial.c',
|
'serial.c',
|
||||||
'serial.h',
|
'serial.h',
|
||||||
|
|||||||
+1
-4
@@ -1,10 +1,7 @@
|
|||||||
executable(
|
executable(
|
||||||
'inject',
|
'inject',
|
||||||
include_directories : inc,
|
include_directories : inc,
|
||||||
c_pch : [
|
c_pch : '../precompiled.h',
|
||||||
'../precompiled.c',
|
|
||||||
'../precompiled.h',
|
|
||||||
],
|
|
||||||
sources : [
|
sources : [
|
||||||
'debug.c',
|
'debug.c',
|
||||||
'debug.h',
|
'debug.h',
|
||||||
|
|||||||
@@ -1 +0,0 @@
|
|||||||
#include "precompiled.h"
|
|
||||||
Reference in New Issue
Block a user