Add Some Tools and Assets to create cpp's for 0.9+
This commit is contained in:
9
tools/build_tools.sh
Executable file
9
tools/build_tools.sh
Executable file
@ -0,0 +1,9 @@
|
||||
#Build Tools
|
||||
echo "Generate Directorys"
|
||||
mkdir -p bin
|
||||
echo "Building file2array"
|
||||
g++ -static -o bin/file2array file2array/file2array.cpp
|
||||
echo "Building rd7f2afix"
|
||||
g++ -static -o bin/rd7f2afix rd7f2afix/rd7f2afix.cpp
|
||||
|
||||
echo "Finished!"
|
Reference in New Issue
Block a user