Finish instdll/main.c

This commit is contained in:
gamemasterplc 2024-03-16 09:05:12 -05:00
parent 811466d79f
commit a0b77a412f
6 changed files with 559 additions and 152 deletions

View file

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