syntax.c added for PC port. Some changes in slint_pc.c will be necessary.

This commit is contained in:
Pavel Machek 1998-05-07 07:52:37 +00:00
parent e82bcc2bfc
commit d28b16a4db
1 changed files with 1 additions and 0 deletions

View File

@ -150,6 +150,7 @@ MCEDIT_SRCS= \
editmenu.c \
editoptions.c \
editwidget.c \
syntax.c \
wordproc.c
SRCS=$(MC_SRCS) $(PC_SRCS) $($(TARGET_OS)_SRCS) $(EXTRA_MC_SRCS)