Finish mentdll/main.c

This commit is contained in:
gamemasterplc 2024-09-15 09:56:19 -05:00
parent 935e11886b
commit 6b2f54d2c1
6 changed files with 177 additions and 51 deletions

View file

@ -1256,7 +1256,7 @@ config.libs = [
Rel(
"mentDll",
objects={
Object(NonMatching, "REL/mentDll/common.c"),
Object(Matching, "REL/mentDll/common.c"),
Object(Matching, "REL/mentDll/main.c"),
},
),