Moves string related functions from utils' to utils/string'

This commit is contained in:
Felipe Zimmerle
2016-11-01 14:59:06 -03:00
parent 9733cacd4d
commit 73c4d69174
25 changed files with 403 additions and 236 deletions

View File

@@ -219,7 +219,8 @@ UTILS = \
utils/md5.cc \
utils/msc_tree.cc \
utils/regex.cc \
utils/sha1.cc
utils/sha1.cc \
utils/msc_string.cc
COLLECTION = \
collection/collections.cc \