Committed McShark's projectfiles update.
This commit is contained in:
parent
853ef41723
commit
de686e0653
4 changed files with 14 additions and 2 deletions
|
@ -351,6 +351,8 @@
|
|||
<Unit filename="..\..\src\show_dialog.hpp" />
|
||||
<Unit filename="..\..\src\sound.cpp" />
|
||||
<Unit filename="..\..\src\sound.hpp" />
|
||||
<Unit filename="..\..\src\sound_music_track.cpp" />
|
||||
<Unit filename="..\..\src\sound_music_track.hpp" />
|
||||
<Unit filename="..\..\src\soundsource.cpp" />
|
||||
<Unit filename="..\..\src\soundsource.hpp" />
|
||||
<Unit filename="..\..\src\statistics.cpp" />
|
||||
|
|
|
@ -382,6 +382,8 @@
|
|||
<Unit filename="..\..\src\show_dialog.hpp" />
|
||||
<Unit filename="..\..\src\sound.cpp" />
|
||||
<Unit filename="..\..\src\sound.hpp" />
|
||||
<Unit filename="..\..\src\sound_music_track.cpp" />
|
||||
<Unit filename="..\..\src\sound_music_track.hpp" />
|
||||
<Unit filename="..\..\src\soundsource.cpp" />
|
||||
<Unit filename="..\..\src\soundsource.hpp" />
|
||||
<Unit filename="..\..\src\statistics.cpp" />
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
[Project]
|
||||
FileName=wesnoth.dev
|
||||
Name=wesnoth
|
||||
UnitCount=213
|
||||
UnitCount=214
|
||||
Type=0
|
||||
Ver=1
|
||||
ObjFiles=
|
||||
|
@ -930,7 +930,7 @@ OverrideBuildCmd=0
|
|||
BuildCmd=
|
||||
|
||||
[Unit214]
|
||||
FileName=..\..\src\floating_textbox.hpp
|
||||
FileName=..\..\src\sound_music_track.cpp
|
||||
CompileCpp=1
|
||||
Folder=Sources
|
||||
Compile=1
|
||||
|
|
|
@ -674,6 +674,10 @@
|
|||
RelativePath="..\..\src\sound.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\src\sound_music_track.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\src\soundsource.cpp"
|
||||
>
|
||||
|
@ -3101,6 +3105,10 @@
|
|||
RelativePath="..\..\src\sound.hpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\src\sound_music_track.hpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\src\soundsource.hpp"
|
||||
>
|
||||
|
|
Loading…
Add table
Reference in a new issue