Skip to content

Commit 47ad28e

Browse files
committed
Merge pull request #829 from carstene1ns/hotfix041
Add missing version header to build systems
2 parents f98f01c + 7912b3f commit 47ad28e

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-0
lines changed

Diff for: Makefile.am

+1
Original file line numberDiff line numberDiff line change
@@ -218,6 +218,7 @@ libeasyrpg_player_la_SOURCES = \
218218
src/utils.h \
219219
src/util_win.cpp \
220220
src/util_win.h \
221+
src/version.h \
221222
src/weather.cpp \
222223
src/weather.h \
223224
src/window_about.cpp \

Diff for: builds/vs2015/Player.vcxproj

+1
Original file line numberDiff line numberDiff line change
@@ -465,6 +465,7 @@
465465
<ClInclude Include="..\..\src\utils.h" />
466466
<ClInclude Include="..\..\src\util_macro.h" />
467467
<ClInclude Include="..\..\src\util_win.h" />
468+
<ClInclude Include="..\..\src\version.h" />
468469
<ClInclude Include="..\..\src\weather.h" />
469470
<ClInclude Include="..\..\src\window.h" />
470471
<ClInclude Include="..\..\src\window_about.h" />

Diff for: builds/vs2015/Player.vcxproj.filters

+3
Original file line numberDiff line numberDiff line change
@@ -804,6 +804,9 @@
804804
<ClInclude Include="..\..\src\utils.h">
805805
<Filter>Source Files\Tools</Filter>
806806
</ClInclude>
807+
<ClInclude Include="..\..\src\version.h">
808+
<Filter>Source Files\Tools</Filter>
809+
</ClInclude>
807810
<ClInclude Include="..\..\src\system.h">
808811
<Filter>Source Files\Settings</Filter>
809812
</ClInclude>

0 commit comments

Comments
 (0)