mirror of
https://github.com/aimrebirth/tools.git
synced 2026-04-14 17:33:25 +00:00
Fix injections file.
This commit is contained in:
parent
51b2076d1e
commit
be502b89bb
1 changed files with 136 additions and 136 deletions
2
sw.cpp
2
sw.cpp
|
|
@ -107,7 +107,7 @@ void build(Solution &s)
|
||||||
|
|
||||||
auto &aim1_mod_maker_injections = aim1_mod_maker.addStaticLibrary("injections");
|
auto &aim1_mod_maker_injections = aim1_mod_maker.addStaticLibrary("injections");
|
||||||
aim1_mod_maker_injections.setRootDirectory("src/aim1_mod_maker");
|
aim1_mod_maker_injections.setRootDirectory("src/aim1_mod_maker");
|
||||||
aim1_mod_maker_injections += "aim\\.exe\\..*\\.h"_rr;
|
aim1_mod_maker_injections += "aim\\.exe.*"_rr;
|
||||||
|
|
||||||
auto &aim1_community_fix = tools.addExecutable("examples.mods.aim1.community_fix");
|
auto &aim1_community_fix = tools.addExecutable("examples.mods.aim1.community_fix");
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue