Added a way to manually test the Malloc function from the shell's command line.
This commit is contained in:
+2
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user