Added missing files to each core and logic makefiles (NPOTB).
This commit is contained in:
parent
080405c022
commit
73a701f08c
@ -23,8 +23,8 @@ OBJECTS = AdminCache.cpp CDataPack.cpp ConCmdManager.cpp ConVarManager.cpp CoreC
|
|||||||
frame_hooks.cpp concmd_cleaner.cpp NextMap.cpp \
|
frame_hooks.cpp concmd_cleaner.cpp NextMap.cpp \
|
||||||
NativeOwner.cpp logic_bridge.cpp ConsoleDetours.cpp
|
NativeOwner.cpp logic_bridge.cpp ConsoleDetours.cpp
|
||||||
OBJECTS += smn_bitbuffer.cpp smn_console.cpp smn_core.cpp \
|
OBJECTS += smn_bitbuffer.cpp smn_console.cpp smn_core.cpp \
|
||||||
smn_entities.cpp smn_events.cpp smn_fakenatives.cpp \
|
smn_database.cpp smn_entities.cpp smn_events.cpp \
|
||||||
smn_filesystem.cpp smn_halflife.cpp \
|
smn_fakenatives.cpp smn_filesystem.cpp smn_halflife.cpp \
|
||||||
smn_keyvalues.cpp smn_player.cpp \
|
smn_keyvalues.cpp smn_player.cpp \
|
||||||
smn_usermsgs.cpp smn_menus.cpp smn_vector.cpp \
|
smn_usermsgs.cpp smn_menus.cpp smn_vector.cpp \
|
||||||
smn_hudtext.cpp smn_nextmap.cpp
|
smn_hudtext.cpp smn_nextmap.cpp
|
||||||
|
@ -40,7 +40,8 @@ OBJECTS = \
|
|||||||
smn_datapacks.cpp \
|
smn_datapacks.cpp \
|
||||||
smn_gameconfigs.cpp \
|
smn_gameconfigs.cpp \
|
||||||
GameConfigs.cpp \
|
GameConfigs.cpp \
|
||||||
smn_players.cpp
|
smn_players.cpp \
|
||||||
|
smn_profiler.cpp
|
||||||
|
|
||||||
##############################################
|
##############################################
|
||||||
### CONFIGURE ANY OTHER FLAGS/OPTIONS HERE ###
|
### CONFIGURE ANY OTHER FLAGS/OPTIONS HERE ###
|
||||||
|
Loading…
Reference in New Issue
Block a user