[c::b] renamed map subfolder to workaround dependency tracking bug

This commit is contained in:
alexvins
2013-01-03 12:19:20 +00:00
parent 2848fb6fef
commit 4bc2fd5519
38 changed files with 166 additions and 153 deletions
+19 -6
View File
@@ -2,15 +2,28 @@
<CodeBlocks_workspace_file>
<Workspace title="vcmi">
<Project filename="lib/VCMI_lib.cbp" />
<Project filename="client/VCMI_client.cbp" />
<Project filename="server/VCMI_server.cbp" />
<Project filename="client/VCMI_client.cbp">
<Depends filename="lib/VCMI_lib.cbp" />
</Project>
<Project filename="server/VCMI_server.cbp">
<Depends filename="lib/VCMI_lib.cbp" />
</Project>
<Project filename="AI/FuzzyLite/FuzzyLite.cbp" />
<Project filename="AI/EmptyAI/EmptyAI.cbp" />
<Project filename="AI/EmptyAI/EmptyAI.cbp">
<Depends filename="lib/VCMI_lib.cbp" />
</Project>
<Project filename="AI/VCAI/VCAI.cbp">
<Depends filename="lib/VCMI_lib.cbp" />
<Depends filename="AI/FuzzyLite/FuzzyLite.cbp" />
</Project>
<Project filename="AI/StupidAI/StupidAI.cbp" />
<Project filename="AI/BattleAI/BattleAI.cbp" />
<Project filename="Scripting/ERM/ERM.cbp" />
<Project filename="AI/StupidAI/StupidAI.cbp">
<Depends filename="lib/VCMI_lib.cbp" />
</Project>
<Project filename="AI/BattleAI/BattleAI.cbp">
<Depends filename="lib/VCMI_lib.cbp" />
</Project>
<Project filename="Scripting/ERM/ERM.cbp">
<Depends filename="lib/VCMI_lib.cbp" />
</Project>
</Workspace>
</CodeBlocks_workspace_file>