From 287cc1a0e8e6a88dbdfeb36c9e6bbd59f5b0d312 Mon Sep 17 00:00:00 2001 From: Arkshine Date: Sun, 3 Aug 2014 23:54:48 +0200 Subject: [PATCH] Update MakeFile. --- amxmodx/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/amxmodx/Makefile b/amxmodx/Makefile index fc136574..10aae948 100755 --- a/amxmodx/Makefile +++ b/amxmodx/Makefile @@ -21,7 +21,8 @@ OBJECTS = meta_api.cpp CFile.cpp CVault.cpp vault.cpp float.cpp file.cpp modules CMenu.cpp util.cpp amx.cpp amxdbg.cpp natives.cpp newmenus.cpp debugger.cpp \ optimizer.cpp format.cpp messages.cpp libraries.cpp vector.cpp sorting.cpp \ nongpl_matches.cpp CFlagManager.cpp datastructs.cpp \ - trie_natives.cpp CDataPack.cpp datapacks.cpp stackstructs.cpp + trie_natives.cpp CDataPack.cpp datapacks.cpp stackstructs.cpp \ + CTextParsers.cpp textparse.cpp \ ############################################## ### CONFIGURE ANY OTHER FLAGS/OPTIONS HERE ###