Skip to content

Commit

Permalink
Meson: Update for Botanica & Blood Furnace
Browse files Browse the repository at this point in the history
  • Loading branch information
insunaa committed Sep 8, 2024
1 parent 2978fd4 commit c628804
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion src/game/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -488,6 +488,7 @@ scriptdev_sources = [
'AI/ScriptDevAI/scripts/outland/tempest_keep/the_mechanar/boss_nethermancer_sepethrea.cpp',
'AI/ScriptDevAI/scripts/outland/tempest_keep/the_mechanar/boss_mechano_lord_capacitus.cpp',
'AI/ScriptDevAI/scripts/outland/tempest_keep/the_mechanar/mechanar.cpp',
'AI/ScriptDevAI/scripts/outland/tempest_keep/botanica/botanica.cpp',
'AI/ScriptDevAI/scripts/outland/tempest_keep/botanica/boss_laj.cpp',
'AI/ScriptDevAI/scripts/outland/tempest_keep/botanica/boss_warp_splinter.cpp',
'AI/ScriptDevAI/scripts/outland/tempest_keep/botanica/boss_high_botanist_freywinn.cpp',
Expand All @@ -505,7 +506,6 @@ scriptdev_sources = [
'AI/ScriptDevAI/scripts/outland/hellfire_citadel/blood_furnace/blood_furnace.cpp',
'AI/ScriptDevAI/scripts/outland/hellfire_citadel/blood_furnace/boss_kelidan_the_breaker.cpp',
'AI/ScriptDevAI/scripts/outland/hellfire_citadel/blood_furnace/boss_broggok.cpp',
'AI/ScriptDevAI/scripts/outland/hellfire_citadel/blood_furnace/boss_the_maker.cpp',
'AI/ScriptDevAI/scripts/outland/hellfire_citadel/shattered_halls/boss_warchief_kargath_bladefist.cpp',
'AI/ScriptDevAI/scripts/outland/hellfire_citadel/shattered_halls/shattered_halls.cpp',
'AI/ScriptDevAI/scripts/outland/hellfire_citadel/shattered_halls/shattered_hallsScripts.cpp',
Expand Down
6 changes: 1 addition & 5 deletions src/shared/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ shared_sources = [
'Metric/Metric.cpp',
'Util/Util.cpp',
'Multithreading/Messager.cpp',
'Log.cpp',
'Log/Log.cpp',
'Util/ProgressBar.cpp',
'Multithreading/Threading.cpp',
'Util/ByteBuffer.cpp',
Expand All @@ -24,10 +24,6 @@ shared_sources = [
'Auth/HMACSHA1.cpp',
'Auth/BigNumber.cpp',
'Common.cpp',
'Network/Socket.cpp',
'Network/PacketBuffer.cpp',
'Network/NetworkThread.cpp',
'Network/Listener.cpp',
'Config/Config.cpp'
]

Expand Down

0 comments on commit c628804

Please sign in to comment.