Changed client 'constants' files to 'limits'

This commit is contained in:
Uleat
2016-05-18 04:45:31 -04:00
parent 0c311ad3fe
commit 67c92bf171
27 changed files with 317 additions and 306 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ if [ -z "$1" ]; then
exit 1
fi
for ext in .cpp .h _ops.h _constants.h _structs.h
for ext in .cpp _limits.cpp .h _ops.h _limits.h _structs.h
do
cp template$ext $1$ext
perl -pi -e "s/TEMPLATE/$1/g" $1$ext