Committed McShark's projectfiles update.
This commit is contained in:
parent
697713a561
commit
e3070e7c7f
4 changed files with 15 additions and 3 deletions
|
@ -164,6 +164,8 @@
|
|||
<Unit filename="..\..\src\gui\dialogs\addon_connect.hpp" />
|
||||
<Unit filename="..\..\src\gui\dialogs\addon_list.cpp" />
|
||||
<Unit filename="..\..\src\gui\dialogs\addon_list.hpp" />
|
||||
<Unit filename="..\..\src\gui\dialogs\campaign_selection.cpp" />
|
||||
<Unit filename="..\..\src\gui\dialogs\campaign_selection.hpp" />
|
||||
<Unit filename="..\..\src\gui\dialogs\dialog.cpp" />
|
||||
<Unit filename="..\..\src\gui\dialogs\editor_generate_map.cpp" />
|
||||
<Unit filename="..\..\src\gui\dialogs\editor_new_map.cpp" />
|
||||
|
|
|
@ -194,6 +194,8 @@
|
|||
<Unit filename="..\..\src\gui\dialogs\addon_connect.hpp" />
|
||||
<Unit filename="..\..\src\gui\dialogs\addon_list.cpp" />
|
||||
<Unit filename="..\..\src\gui\dialogs\addon_list.hpp" />
|
||||
<Unit filename="..\..\src\gui\dialogs\campaign_selection.cpp" />
|
||||
<Unit filename="..\..\src\gui\dialogs\campaign_selection.hpp" />
|
||||
<Unit filename="..\..\src\gui\dialogs\dialog.cpp" />
|
||||
<Unit filename="..\..\src\gui\dialogs\editor_generate_map.cpp" />
|
||||
<Unit filename="..\..\src\gui\dialogs\editor_new_map.cpp" />
|
||||
|
@ -369,8 +371,8 @@
|
|||
<Unit filename="..\..\src\serialization\string_utils.hpp" />
|
||||
<Unit filename="..\..\src\serialization\tokenizer.cpp" />
|
||||
<Unit filename="..\..\src\settings.cpp" />
|
||||
<Unit filename="..\..\src\settings.hpp" />
|
||||
<Unit filename="..\..\src\gui\dialogs\..\..\settings.hpp" />
|
||||
<Unit filename="..\..\src\settings.hpp" />
|
||||
<Unit filename="..\..\src\sha1.cpp" />
|
||||
<Unit filename="..\..\src\sha1.hpp" />
|
||||
<Unit filename="..\..\src\show_dialog.cpp" />
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
[Project]
|
||||
FileName=wesnoth.dev
|
||||
Name=wesnoth
|
||||
UnitCount=209
|
||||
UnitCount=210
|
||||
Type=0
|
||||
Ver=1
|
||||
ObjFiles=
|
||||
|
@ -940,7 +940,7 @@ OverrideBuildCmd=0
|
|||
BuildCmd=
|
||||
|
||||
[Unit210]
|
||||
FileName=..\..\src\gui\dialogs\addon_list.cpp
|
||||
FileName=..\..\src\gui\dialogs\campaign_selection.cpp
|
||||
CompileCpp=1
|
||||
Folder=wesnoth
|
||||
Compile=1
|
||||
|
|
|
@ -1712,6 +1712,10 @@
|
|||
RelativePath="..\..\src\gui\dialogs\addon_list.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\src\gui\dialogs\campaign_selection.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\src\gui\dialogs\dialog.cpp"
|
||||
>
|
||||
|
@ -3275,6 +3279,10 @@
|
|||
RelativePath="..\..\src\gui\dialogs\addon_list.hpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\src\gui\dialogs\campaign_selection.hpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\src\gui\dialogs\language_selection.hpp"
|
||||
>
|
||||
|
|
Loading…
Add table
Reference in a new issue