Added a way to manually test the Malloc function from the shell's command line.

This commit is contained in:
2019-08-31 17:50:14 -05:00
parent a587fd6fe2
commit 658a380f9a
8 changed files with 176 additions and 51 deletions
+2 -1
View File
@@ -19,7 +19,8 @@ echo "#define VERSION_STR \"$version`sed 's/^ *//' build.number` - `date`\"" >>
echo "#endif" >> include/buildnumber.h
echo "#ifndef VERSION_STR_SHORT" >> include/buildnumber.h
echo "#define VERSION_STR_SHORT \"$version`sed 's/^ *//' build.number`\"" >> include/buildnumber.h
echo "#define VERSION_STR_SHORT" >> include/buildnumber.h
echo "unsigned char* version_str_short = \"$version`sed 's/^ *//' build.number`\";" >> include/buildnumber.h
echo "#endif" >> include/buildnumber.h
#echo "#ifndef COMPILE_DATE" >> include/buildnumber.h