Skip to content

Commit

Permalink
update project files
Browse files Browse the repository at this point in the history
  • Loading branch information
cbeck88 committed Jun 16, 2014
1 parent 676529a commit c8ada18
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 0 deletions.
4 changes: 4 additions & 0 deletions projectfiles/CodeBlocks-SCons/wesnoth.cbp
Expand Up @@ -256,6 +256,10 @@
<Unit filename="../../src/events.cpp" />
<Unit filename="../../src/events.hpp" />
<Unit filename="../../src/exceptions.hpp" />
<Unit filename="../../src/fake_unit.cpp" />
<Unit filename="../../src/fake_unit.hpp" />
<Unit filename="../../src/fake_unit_manager.cpp" />
<Unit filename="../../src/fake_unit_manager.hpp" />
<Unit filename="../../src/filechooser.cpp" />
<Unit filename="../../src/filechooser.hpp" />
<Unit filename="../../src/filesystem.cpp" />
Expand Down
4 changes: 4 additions & 0 deletions projectfiles/CodeBlocks/wesnoth.cbp
Expand Up @@ -294,6 +294,10 @@
<Unit filename="..\..\src\events.cpp" />
<Unit filename="..\..\src\events.hpp" />
<Unit filename="..\..\src\exceptions.hpp" />
<Unit filename="..\..\src\fake_unit.cpp" />
<Unit filename="..\..\src\fake_unit.hpp" />
<Unit filename="..\..\src\fake_unit_manager.cpp" />
<Unit filename="..\..\src\fake_unit_manager.hpp" />
<Unit filename="..\..\src\filechooser.cpp" />
<Unit filename="..\..\src\filechooser.hpp" />
<Unit filename="..\..\src\filesystem.cpp" />
Expand Down
16 changes: 16 additions & 0 deletions projectfiles/VC9/wesnoth.vcproj
Expand Up @@ -20072,6 +20072,22 @@
RelativePath="..\..\src\exceptions.hpp"
>
</File>
<File
RelativePath="..\..\src\fake_unit.cpp"
>
</File>
<File
RelativePath="..\..\src\fake_unit.hpp"
>
</File>
<File
RelativePath="..\..\src\fake_unit_manager.cpp"
>
</File>
<File
RelativePath="..\..\src\fake_unit_manager.hpp"
>
</File>
<File
RelativePath="..\..\src\filechooser.cpp"
>
Expand Down

0 comments on commit c8ada18

Please sign in to comment.