You've already forked HackerSM64
mirror of
https://github.com/HackerN64/HackerSM64.git
synced 2026-01-21 10:35:32 -08:00
6 lines
239 B
Bash
6 lines
239 B
Bash
|
|
echo "#ifndef VER_DATA_H"
|
||
|
|
echo "#define VER_DATA_H"
|
||
|
|
echo "#define __USERNAME__ \"`whoami`@`hostname`\""
|
||
|
|
echo "#define __COMPILER__ \"$1gcc version `$1gcc -dumpfullversion`\""
|
||
|
|
echo "#define __LINKER__ \"$1ld: `$1ld -v`\""
|
||
|
|
echo "#endif"
|