Skip to content
This repository was archived by the owner on Aug 31, 2021. It is now read-only.

Commit 8a5aeca

Browse files
Udpated Makefile to include exec-keywords.cpp in compilation process
1 parent 23fbbe5 commit 8a5aeca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

engine/Makefile.kernel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ SOURCES=\
6262
exec-interface-aclip.cpp exec-interface-button.cpp exec-interface-card.cpp exec-interface-control.cpp \
6363
exec-interface-field.cpp exec-interface-graphic.cpp exec-interface-group.cpp exec-interface-image.cpp \
6464
exec-interface-object.cpp exec-interface-field-chunk.cpp exec-interface-player.cpp exec-interface-scrollbar.cpp exec-interface-stack.cpp \
65-
exec-interface-vclip.cpp exec-legacy.cpp exec-dialog.cpp exec-strings-chunk.cpp \
65+
exec-interface-vclip.cpp exec-keywords.cpp exec-legacy.cpp exec-dialog.cpp exec-strings-chunk.cpp \
6666
syntax.cpp \
6767
foundation-legacy.cpp legacy_spec.cpp
6868

0 commit comments

Comments
 (0)