From 73a701f08cef6eb2b2ec93d5601ccd1ed59356ad Mon Sep 17 00:00:00 2001 From: Nicholas Hastings Date: Sun, 15 Jul 2012 12:31:06 -0400 Subject: [PATCH] Added missing files to each core and logic makefiles (NPOTB). --- core/Makefile | 4 ++-- core/logic/Makefile | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/core/Makefile b/core/Makefile index abb847b5..b534b96c 100644 --- a/core/Makefile +++ b/core/Makefile @@ -23,8 +23,8 @@ OBJECTS = AdminCache.cpp CDataPack.cpp ConCmdManager.cpp ConVarManager.cpp CoreC frame_hooks.cpp concmd_cleaner.cpp NextMap.cpp \ NativeOwner.cpp logic_bridge.cpp ConsoleDetours.cpp OBJECTS += smn_bitbuffer.cpp smn_console.cpp smn_core.cpp \ - smn_entities.cpp smn_events.cpp smn_fakenatives.cpp \ - smn_filesystem.cpp smn_halflife.cpp \ + smn_database.cpp smn_entities.cpp smn_events.cpp \ + smn_fakenatives.cpp smn_filesystem.cpp smn_halflife.cpp \ smn_keyvalues.cpp smn_player.cpp \ smn_usermsgs.cpp smn_menus.cpp smn_vector.cpp \ smn_hudtext.cpp smn_nextmap.cpp diff --git a/core/logic/Makefile b/core/logic/Makefile index 3be2e956..a293f8f7 100644 --- a/core/logic/Makefile +++ b/core/logic/Makefile @@ -40,7 +40,8 @@ OBJECTS = \ smn_datapacks.cpp \ smn_gameconfigs.cpp \ GameConfigs.cpp \ - smn_players.cpp + smn_players.cpp \ + smn_profiler.cpp ############################################## ### CONFIGURE ANY OTHER FLAGS/OPTIONS HERE ###