forked from simulationcraft/simc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathengine_make
163 lines (162 loc) · 6.49 KB
/
engine_make
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
# This file is automatically generated by synchronize.py
# To change the list of source files run synchronize.py
SRC += \
action$(PATHSEP)absorb.cpp \
action$(PATHSEP)action.cpp \
action$(PATHSEP)action_callback.cpp \
action$(PATHSEP)action_state.cpp \
action$(PATHSEP)attack.cpp \
action$(PATHSEP)dbc_proc_callback.cpp \
action$(PATHSEP)dot.cpp \
action$(PATHSEP)heal.cpp \
action$(PATHSEP)residual_action.cpp \
action$(PATHSEP)sequence.cpp \
action$(PATHSEP)snapshot_stats.cpp \
action$(PATHSEP)spell.cpp \
action$(PATHSEP)stats.cpp \
action$(PATHSEP)variable.cpp \
buff$(PATHSEP)buff.cpp \
class_modules$(PATHSEP)apl$(PATHSEP)apl_death_knight.cpp \
class_modules$(PATHSEP)apl$(PATHSEP)apl_hunter.cpp \
class_modules$(PATHSEP)apl$(PATHSEP)apl_monk.cpp \
class_modules$(PATHSEP)apl$(PATHSEP)apl_priest.cpp \
class_modules$(PATHSEP)apl$(PATHSEP)mage.cpp \
class_modules$(PATHSEP)apl$(PATHSEP)warlock.cpp \
class_modules$(PATHSEP)monk$(PATHSEP)sc_monk.cpp \
class_modules$(PATHSEP)monk$(PATHSEP)sc_monk_pets.cpp \
class_modules$(PATHSEP)paladin$(PATHSEP)sc_paladin.cpp \
class_modules$(PATHSEP)paladin$(PATHSEP)sc_paladin_holy.cpp \
class_modules$(PATHSEP)paladin$(PATHSEP)sc_paladin_protection.cpp \
class_modules$(PATHSEP)paladin$(PATHSEP)sc_paladin_retribution.cpp \
class_modules$(PATHSEP)priest$(PATHSEP)sc_priest.cpp \
class_modules$(PATHSEP)priest$(PATHSEP)sc_priest_discipline.cpp \
class_modules$(PATHSEP)priest$(PATHSEP)sc_priest_holy.cpp \
class_modules$(PATHSEP)priest$(PATHSEP)sc_priest_pets.cpp \
class_modules$(PATHSEP)priest$(PATHSEP)sc_priest_shadow.cpp \
class_modules$(PATHSEP)sc_death_knight.cpp \
class_modules$(PATHSEP)sc_demon_hunter.cpp \
class_modules$(PATHSEP)sc_druid.cpp \
class_modules$(PATHSEP)sc_enemy.cpp \
class_modules$(PATHSEP)sc_hunter.cpp \
class_modules$(PATHSEP)sc_mage.cpp \
class_modules$(PATHSEP)sc_rogue.cpp \
class_modules$(PATHSEP)sc_shaman.cpp \
class_modules$(PATHSEP)sc_warrior.cpp \
class_modules$(PATHSEP)warlock$(PATHSEP)sc_warlock.cpp \
class_modules$(PATHSEP)warlock$(PATHSEP)sc_warlock_affliction.cpp \
class_modules$(PATHSEP)warlock$(PATHSEP)sc_warlock_demonology.cpp \
class_modules$(PATHSEP)warlock$(PATHSEP)sc_warlock_destruction.cpp \
class_modules$(PATHSEP)warlock$(PATHSEP)sc_warlock_pets.cpp \
dbc$(PATHSEP)active_spells.cpp \
dbc$(PATHSEP)azerite.cpp \
dbc$(PATHSEP)client_data.cpp \
dbc$(PATHSEP)client_hotfix_entry.cpp \
dbc$(PATHSEP)covenant_data.cpp \
dbc$(PATHSEP)gem_data.cpp \
dbc$(PATHSEP)item_armor.cpp \
dbc$(PATHSEP)item_bonus.cpp \
dbc$(PATHSEP)item_child.cpp \
dbc$(PATHSEP)item_data.cpp \
dbc$(PATHSEP)item_effect.cpp \
dbc$(PATHSEP)item_import.cpp \
dbc$(PATHSEP)item_import_ptr.cpp \
dbc$(PATHSEP)item_naming.cpp \
dbc$(PATHSEP)item_runeforge.cpp \
dbc$(PATHSEP)item_scaling.cpp \
dbc$(PATHSEP)item_set_bonus.cpp \
dbc$(PATHSEP)item_weapon.cpp \
dbc$(PATHSEP)mastery_spells.cpp \
dbc$(PATHSEP)racial_spells.cpp \
dbc$(PATHSEP)rand_prop_points.cpp \
dbc$(PATHSEP)rank_spells.cpp \
dbc$(PATHSEP)real_ppm_data.cpp \
dbc$(PATHSEP)sc_const_data.cpp \
dbc$(PATHSEP)sc_data.cpp \
dbc$(PATHSEP)sc_item_data.cpp \
dbc$(PATHSEP)sc_spell_data.cpp \
dbc$(PATHSEP)sc_spell_info.cpp \
dbc$(PATHSEP)specialization_spell.cpp \
dbc$(PATHSEP)spell_data.cpp \
dbc$(PATHSEP)spell_item_enchantment.cpp \
dbc$(PATHSEP)spelltext_data.cpp \
dbc$(PATHSEP)talent_data.cpp \
dbc$(PATHSEP)temporary_enchant.cpp \
interfaces$(PATHSEP)bcp_api.cpp \
interfaces$(PATHSEP)sc_http.cpp \
interfaces$(PATHSEP)sc_http_curl.cpp \
interfaces$(PATHSEP)sc_http_wininet.cpp \
interfaces$(PATHSEP)sc_js.cpp \
interfaces$(PATHSEP)wowhead.cpp \
item$(PATHSEP)enchants.cpp \
item$(PATHSEP)item.cpp \
item$(PATHSEP)item_targetdata_initializer.cpp \
item$(PATHSEP)special_effect.cpp \
lib$(PATHSEP)fmt$(PATHSEP)format.cpp \
lib$(PATHSEP)fmt$(PATHSEP)os.cpp \
player$(PATHSEP)action_priority_list.cpp \
player$(PATHSEP)action_variable.cpp \
player$(PATHSEP)actor.cpp \
player$(PATHSEP)actor_target_data.cpp \
player$(PATHSEP)azerite_data.cpp \
player$(PATHSEP)consumable.cpp \
player$(PATHSEP)covenant.cpp \
player$(PATHSEP)darkmoon_deck.cpp \
player$(PATHSEP)effect_callbacks.cpp \
player$(PATHSEP)ground_aoe.cpp \
player$(PATHSEP)instant_absorb.cpp \
player$(PATHSEP)pet.cpp \
player$(PATHSEP)player.cpp \
player$(PATHSEP)player_event.cpp \
player$(PATHSEP)player_stat_cache.cpp \
player$(PATHSEP)player_talent_points.cpp \
player$(PATHSEP)rating.cpp \
player$(PATHSEP)runeforge_data.cpp \
player$(PATHSEP)set_bonus.cpp \
player$(PATHSEP)soulbinds.cpp \
player$(PATHSEP)spawner_base.cpp \
player$(PATHSEP)target_specific.cpp \
player$(PATHSEP)unique_gear.cpp \
player$(PATHSEP)unique_gear_bfa.cpp \
player$(PATHSEP)unique_gear_helper.cpp \
player$(PATHSEP)unique_gear_legion.cpp \
player$(PATHSEP)unique_gear_shadowlands.cpp \
report$(PATHSEP)charts.cpp \
report$(PATHSEP)color.cpp \
report$(PATHSEP)decorators.cpp \
report$(PATHSEP)gear_weights.cpp \
report$(PATHSEP)highchart.cpp \
report$(PATHSEP)json$(PATHSEP)report_configuration.cpp \
report$(PATHSEP)json$(PATHSEP)report_json.cpp \
report$(PATHSEP)report_helper.cpp \
report$(PATHSEP)report_html_player.cpp \
report$(PATHSEP)report_html_sim.cpp \
report$(PATHSEP)report_text.cpp \
report$(PATHSEP)reports.cpp \
sim$(PATHSEP)cooldown.cpp \
sim$(PATHSEP)cooldown_waste_data.cpp \
sim$(PATHSEP)event.cpp \
sim$(PATHSEP)event_manager.cpp \
sim$(PATHSEP)expressions.cpp \
sim$(PATHSEP)gear_stats.cpp \
sim$(PATHSEP)option.cpp \
sim$(PATHSEP)plot.cpp \
sim$(PATHSEP)proc.cpp \
sim$(PATHSEP)profileset.cpp \
sim$(PATHSEP)progress_bar.cpp \
sim$(PATHSEP)raid_event.cpp \
sim$(PATHSEP)real_ppm.cpp \
sim$(PATHSEP)reforge_plot.cpp \
sim$(PATHSEP)scale_factor_control.cpp \
sim$(PATHSEP)shuffled_rng.cpp \
sim$(PATHSEP)sim.cpp \
sim$(PATHSEP)sim_ostream.cpp \
sim$(PATHSEP)uptime_benefit.cpp \
util$(PATHSEP)cache.cpp \
util$(PATHSEP)chrono.cpp \
util$(PATHSEP)concurrency.cpp \
util$(PATHSEP)git_info.cpp \
util$(PATHSEP)io.cpp \
util$(PATHSEP)rng.cpp \
util$(PATHSEP)timespan.cpp \
util$(PATHSEP)util.cpp \
util$(PATHSEP)xml.cpp \