diff options
author | Andrei Karas <akaras@inbox.ru> | 2011-12-18 22:13:05 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2011-12-18 22:13:05 +0300 |
commit | c56987b081c790819c0f2190613feb855ec68745 (patch) | |
tree | b1aae4df99ec0df21e4801ed250eda9f0647465b | |
parent | 722404ad29f268ef8861c62b038c4e14652c7555 (diff) | |
download | plus-c56987b081c790819c0f2190613feb855ec68745.tar.gz plus-c56987b081c790819c0f2190613feb855ec68745.tar.bz2 plus-c56987b081c790819c0f2190613feb855ec68745.tar.xz plus-c56987b081c790819c0f2190613feb855ec68745.zip |
Add missing files to manaplus.cbp
-rw-r--r-- | manaplus.cbp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/manaplus.cbp b/manaplus.cbp index 26f3b7c5e..c888239c3 100644 --- a/manaplus.cbp +++ b/manaplus.cbp @@ -668,6 +668,8 @@ <Unit filename="src\utils\mkdir.cpp" />
<Unit filename="src\utils\mkdir.h" />
<Unit filename="src\utils\mutex.h" />
+ <Unit filename="src\utils\paths.cpp" />
+ <Unit filename="src\utils\paths.h" />
<Unit filename="src\utils\sha256.cpp" />
<Unit filename="src\utils\sha256.h" />
<Unit filename="src\utils\specialfolder.cpp" />
|