diff options
| author | Markus Uhlin <markus@nifty-networks.net> | 2025-10-18 13:15:15 +0200 |
|---|---|---|
| committer | Markus Uhlin <markus@nifty-networks.net> | 2025-10-18 13:15:15 +0200 |
| commit | 207978267241afb74ce7132ed9132c2467850941 (patch) | |
| tree | ad14db590a01cc52c9582e23e45e911868029fd5 /FICS/build.mk | |
| parent | fd39305a6d1b05f18096c31c2abf083e6839eba1 (diff) | |
Config file interpreter
Diffstat (limited to 'FICS/build.mk')
| -rw-r--r-- | FICS/build.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/FICS/build.mk b/FICS/build.mk index 5c2e4f7..7355421 100644 --- a/FICS/build.mk +++ b/FICS/build.mk @@ -17,6 +17,7 @@ OBJS = $(SRC_DIR)adminproc.o\ $(SRC_DIR)formula.o\ $(SRC_DIR)gamedb.o\ $(SRC_DIR)gameproc.o\ + $(SRC_DIR)interpreter.o\ $(SRC_DIR)iset.o\ $(SRC_DIR)legal.o\ $(SRC_DIR)legal2.o\ @@ -52,6 +53,7 @@ SRCS = $(SRC_DIR)adminproc.c\ $(SRC_DIR)formula.c\ $(SRC_DIR)gamedb.c\ $(SRC_DIR)gameproc.c\ + $(SRC_DIR)interpreter.cpp\ $(SRC_DIR)iset.cpp\ $(SRC_DIR)legal.c\ $(SRC_DIR)legal2.c\ |
