Moving to Beta 4.
This commit is contained in:
parent
8d5de6db89
commit
9fa732126d
2 changed files with 3 additions and 3 deletions
|
@ -48,7 +48,7 @@ function buildAll() {
|
||||||
|
|
||||||
mkdir -p ${G_GENERATED}
|
mkdir -p ${G_GENERATED}
|
||||||
|
|
||||||
if [[ 0 == 1 ]]; then
|
if [[ 1 == 1 ]]; then
|
||||||
pushd thirdparty/bzip2
|
pushd thirdparty/bzip2
|
||||||
clearAndEnterBuild
|
clearAndEnterBuild
|
||||||
cmake ${COMMON} \
|
cmake ${COMMON} \
|
||||||
|
@ -501,7 +501,7 @@ sudo apt-get install -y \
|
||||||
|
|
||||||
|
|
||||||
buildAll linux x86_64 2>&1 | tee ${G_BUILDDIR}/linux-x86_64.log
|
buildAll linux x86_64 2>&1 | tee ${G_BUILDDIR}/linux-x86_64.log
|
||||||
#buildAll windows x86_64 2>&1 | tee ${G_BUILDDIR}/windows-x86_64.log
|
buildAll windows x86_64 2>&1 | tee ${G_BUILDDIR}/windows-x86_64.log
|
||||||
|
|
||||||
#buildAll linux x86
|
#buildAll linux x86
|
||||||
#buildAll macos aarch64
|
#buildAll macos aarch64
|
||||||
|
|
|
@ -720,7 +720,7 @@ void showHeader(void) {
|
||||||
// 00000000011111111112222222222333333333344444444445555555555666666666677777777778
|
// 00000000011111111112222222222333333333344444444445555555555666666666677777777778
|
||||||
// 12345678901234567890123456789012345678901234567890123456789012345678901234567890
|
// 12345678901234567890123456789012345678901234567890123456789012345678901234567890
|
||||||
utilSay(" ___ ___ _ _ ___ ___");
|
utilSay(" ___ ___ _ _ ___ ___");
|
||||||
utilSay("/ __|_ _| \\| |/ __| __| Somewhat Interactive Nostalgic Game Engine %s Beta 3", VERSION_STRING);
|
utilSay("/ __|_ _| \\| |/ __| __| Somewhat Interactive Nostalgic Game Engine %s Beta 4", VERSION_STRING);
|
||||||
utilSay("\\__ \\| || .` | (_ | _| Copyright (c) 2006-%s Scott C. Duensing", COPYRIGHT_END_YEAR);
|
utilSay("\\__ \\| || .` | (_ | _| Copyright (c) 2006-%s Scott C. Duensing", COPYRIGHT_END_YEAR);
|
||||||
utilSay("|___/___|_|\\_|\\___|___| https://KangarooPunch.com https://SingeEngine.com");
|
utilSay("|___/___|_|\\_|\\___|___| https://KangarooPunch.com https://SingeEngine.com");
|
||||||
utilSay("");
|
utilSay("");
|
||||||
|
|
Loading…
Add table
Reference in a new issue