Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/windirstat/premake-4.x-stable.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Mulder <rjmyst3@gmail.com>2013-10-31 23:10:19 +0400
committerRyan Mulder <rjmyst3@gmail.com>2013-10-31 23:10:19 +0400
commit0084fdc50161619b002bf9ecd0d96eeecccb801d (patch)
treeca600a063438a5e991cf2d190e895662b1a039dd
parent762e04ccdd092089b21f953675d57ea6eefded24 (diff)
include a virtual folder at the root, because codelite expects it, and it causes many strange bugs in codelite when the virtual folder is absent
-rw-r--r--src/actions/codelite/codelite_project.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/actions/codelite/codelite_project.lua b/src/actions/codelite/codelite_project.lua
index d849bb8..93020bf 100644
--- a/src/actions/codelite/codelite_project.lua
+++ b/src/actions/codelite/codelite_project.lua
@@ -30,7 +30,7 @@
_p(depth, '<File Name="%s"/>', node.cfg.name)
end,
- }, false, 1)
+ }, true, 1)
end