Finish m401dll/main.c

This commit is contained in:
gamemasterplc 2024-04-29 10:40:57 -05:00
parent 76690a0d5f
commit 023ce2ee8b
4 changed files with 932 additions and 256 deletions

View file

@ -796,7 +796,7 @@ config.libs = [
Rel('m401Dll',
objects = {
Object(Matching, "REL/executor.c"),
Object(NonMatching, "REL/m401Dll/main.c"),
Object(Matching, "REL/m401Dll/main.c"),
Object(NonMatching, "REL/m401Dll/main_ex.c"),
}
),