Matched everything in present except two functions in present.c

This commit is contained in:
kabiskac 2024-05-06 04:39:37 +02:00
parent 6cbd25fc6c
commit 56a9e44b90
9 changed files with 2133 additions and 117 deletions

View file

@ -1326,11 +1326,11 @@ config.libs = [
Rel('present',
objects = {
Object(Matching, "REL/executor.c"),
Object(NonMatching, "REL/present/init.c"),
Object(NonMatching, "REL/present/camera.c"),
Object(Matching, "REL/present/init.c"),
Object(Matching, "REL/present/camera.c"),
Object(NonMatching, "REL/present/present.c"),
Object(NonMatching, "REL/present/main.c"),
Object(NonMatching, "REL/present/common.c"),
Object(Matching, "REL/present/main.c"),
Object(Matching, "REL/present/common.c"),
}
),
Rel('resultDll',