CodeLite project files.

This commit is contained in:
Boldizsár Lipka 2012-12-08 10:50:44 +00:00
parent de124d38cc
commit 3834d2a462
3 changed files with 4616 additions and 0 deletions

3
projectfiles/CodeLite/.gitignore vendored Normal file
View file

@ -0,0 +1,3 @@
.clang
wesnoth.tags
wesnoth.workspace.*

File diff suppressed because it is too large Load diff

View file

@ -0,0 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<CodeLite_Workspace Name="wesnoth" Database="./wesnoth.tags">
<Project Name="wesnoth" Path="wesnoth.project" Active="Yes"/>
<BuildMatrix>
<WorkspaceConfiguration Name="Debug" Selected="yes">
<Project Name="wesnoth" ConfigName="Debug"/>
</WorkspaceConfiguration>
<WorkspaceConfiguration Name="Release" Selected="yes">
<Project Name="wesnoth" ConfigName="Release"/>
</WorkspaceConfiguration>
</BuildMatrix>
</CodeLite_Workspace>