Skip to content

Commit

Permalink
Updated build scripts for tag
Browse files Browse the repository at this point in the history
  • Loading branch information
darksylinc committed Apr 29, 2020
1 parent e6d9867 commit f8a6c4f
Show file tree
Hide file tree
Showing 17 changed files with 34 additions and 34 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
@echo off
SETLOCAL

set OGRE_BRANCH_NAME=master
set OGRE_BRANCH_NAME=v2.2.1
set GENERATOR="Visual Studio 10 2010"
set PLATFORM=Win32

Expand Down Expand Up @@ -44,7 +44,7 @@ echo --- Building ogre-next-deps ---

cd ../../
IF NOT EXIST ogre-next (
echo --- Cloning Ogre master ---
echo --- Cloning Ogre v2.2.1 ---
git clone --branch %OGRE_BRANCH_NAME% https://github.com/OGRECave/ogre-next
)
cd ogre-next
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
@echo off
SETLOCAL

set OGRE_BRANCH_NAME=master
set OGRE_BRANCH_NAME=v2.2.1
set GENERATOR="Visual Studio 10 2010"
set PLATFORM=x64

Expand Down Expand Up @@ -44,7 +44,7 @@ echo --- Building ogre-next-deps ---

cd ../../
IF NOT EXIST ogre-next (
echo --- Cloning Ogre master ---
echo --- Cloning Ogre v2.2.1 ---
git clone --branch %OGRE_BRANCH_NAME% https://github.com/OGRECave/ogre-next
)
cd ogre-next
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
@echo off
SETLOCAL

set OGRE_BRANCH_NAME=master
set OGRE_BRANCH_NAME=v2.2.1
set GENERATOR="Visual Studio 11 2012"
set PLATFORM=Win32

Expand Down Expand Up @@ -44,7 +44,7 @@ echo --- Building ogre-next-deps ---

cd ../../
IF NOT EXIST ogre-next (
echo --- Cloning Ogre master ---
echo --- Cloning Ogre v2.2.1 ---
git clone --branch %OGRE_BRANCH_NAME% https://github.com/OGRECave/ogre-next
)
cd ogre-next
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
@echo off
SETLOCAL

set OGRE_BRANCH_NAME=master
set OGRE_BRANCH_NAME=v2.2.1
set GENERATOR="Visual Studio 11 2012"
set PLATFORM=x64

Expand Down Expand Up @@ -44,7 +44,7 @@ echo --- Building ogre-next-deps ---

cd ../../
IF NOT EXIST ogre-next (
echo --- Cloning Ogre master ---
echo --- Cloning Ogre v2.2.1 ---
git clone --branch %OGRE_BRANCH_NAME% https://github.com/OGRECave/ogre-next
)
cd ogre-next
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
@echo off
SETLOCAL

set OGRE_BRANCH_NAME=master
set OGRE_BRANCH_NAME=v2.2.1
set GENERATOR="Visual Studio 12 2013"
set PLATFORM=Win32

Expand Down Expand Up @@ -44,7 +44,7 @@ echo --- Building ogre-next-deps ---

cd ../../
IF NOT EXIST ogre-next (
echo --- Cloning Ogre master ---
echo --- Cloning Ogre v2.2.1 ---
git clone --branch %OGRE_BRANCH_NAME% https://github.com/OGRECave/ogre-next
)
cd ogre-next
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
@echo off
SETLOCAL

set OGRE_BRANCH_NAME=master
set OGRE_BRANCH_NAME=v2.2.1
set GENERATOR="Visual Studio 12 2013"
set PLATFORM=x64

Expand Down Expand Up @@ -44,7 +44,7 @@ echo --- Building ogre-next-deps ---

cd ../../
IF NOT EXIST ogre-next (
echo --- Cloning Ogre master ---
echo --- Cloning Ogre v2.2.1 ---
git clone --branch %OGRE_BRANCH_NAME% https://github.com/OGRECave/ogre-next
)
cd ogre-next
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
@echo off
SETLOCAL

set OGRE_BRANCH_NAME=master
set OGRE_BRANCH_NAME=v2.2.1
set GENERATOR="Visual Studio 14 2015"
set PLATFORM=Win32

Expand Down Expand Up @@ -44,7 +44,7 @@ echo --- Building ogre-next-deps ---

cd ../../
IF NOT EXIST ogre-next (
echo --- Cloning Ogre master ---
echo --- Cloning Ogre v2.2.1 ---
git clone --branch %OGRE_BRANCH_NAME% https://github.com/OGRECave/ogre-next
)
cd ogre-next
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
@echo off
SETLOCAL

set OGRE_BRANCH_NAME=master
set OGRE_BRANCH_NAME=v2.2.1
set GENERATOR="Visual Studio 14 2015"
set PLATFORM=x64

Expand Down Expand Up @@ -44,7 +44,7 @@ echo --- Building ogre-next-deps ---

cd ../../
IF NOT EXIST ogre-next (
echo --- Cloning Ogre master ---
echo --- Cloning Ogre v2.2.1 ---
git clone --branch %OGRE_BRANCH_NAME% https://github.com/OGRECave/ogre-next
)
cd ogre-next
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
@echo off
SETLOCAL

set OGRE_BRANCH_NAME=master
set OGRE_BRANCH_NAME=v2.2.1
set GENERATOR="Visual Studio 15 2017"
set PLATFORM=Win32

Expand Down Expand Up @@ -44,7 +44,7 @@ echo --- Building ogre-next-deps ---

cd ../../
IF NOT EXIST ogre-next (
echo --- Cloning Ogre master ---
echo --- Cloning Ogre v2.2.1 ---
git clone --branch %OGRE_BRANCH_NAME% https://github.com/OGRECave/ogre-next
)
cd ogre-next
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
@echo off
SETLOCAL

set OGRE_BRANCH_NAME=master
set OGRE_BRANCH_NAME=v2.2.1
set GENERATOR="Visual Studio 15 2017"
set PLATFORM=x64

Expand Down Expand Up @@ -44,7 +44,7 @@ echo --- Building ogre-next-deps ---

cd ../../
IF NOT EXIST ogre-next (
echo --- Cloning Ogre master ---
echo --- Cloning Ogre v2.2.1 ---
git clone --branch %OGRE_BRANCH_NAME% https://github.com/OGRECave/ogre-next
)
cd ogre-next
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
@echo off
SETLOCAL

set OGRE_BRANCH_NAME=master
set OGRE_BRANCH_NAME=v2.2.1
set GENERATOR="Visual Studio 16 2019"
set PLATFORM=Win32

Expand Down Expand Up @@ -44,7 +44,7 @@ echo --- Building ogre-next-deps ---

cd ../../
IF NOT EXIST ogre-next (
echo --- Cloning Ogre master ---
echo --- Cloning Ogre v2.2.1 ---
git clone --branch %OGRE_BRANCH_NAME% https://github.com/OGRECave/ogre-next
)
cd ogre-next
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
@echo off
SETLOCAL

set OGRE_BRANCH_NAME=master
set OGRE_BRANCH_NAME=v2.2.1
set GENERATOR="Visual Studio 16 2019"
set PLATFORM=x64

Expand Down Expand Up @@ -44,7 +44,7 @@ echo --- Building ogre-next-deps ---

cd ../../
IF NOT EXIST ogre-next (
echo --- Cloning Ogre master ---
echo --- Cloning Ogre v2.2.1 ---
git clone --branch %OGRE_BRANCH_NAME% https://github.com/OGRECave/ogre-next
)
cd ogre-next
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
@echo off
SETLOCAL

set OGRE_BRANCH_NAME=master
set OGRE_BRANCH_NAME=v2.2.1
set GENERATOR="Visual Studio 9 2008"
set PLATFORM=Win32

Expand Down Expand Up @@ -44,7 +44,7 @@ echo --- Building ogre-next-deps ---

cd ../../
IF NOT EXIST ogre-next (
echo --- Cloning Ogre master ---
echo --- Cloning Ogre v2.2.1 ---
git clone --branch %OGRE_BRANCH_NAME% https://github.com/OGRECave/ogre-next
)
cd ogre-next
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
@echo off
SETLOCAL

set OGRE_BRANCH_NAME=master
set OGRE_BRANCH_NAME=v2.2.1
set GENERATOR="Visual Studio 9 2008"
set PLATFORM=x64

Expand Down Expand Up @@ -44,7 +44,7 @@ echo --- Building ogre-next-deps ---

cd ../../
IF NOT EXIST ogre-next (
echo --- Cloning Ogre master ---
echo --- Cloning Ogre v2.2.1 ---
git clone --branch %OGRE_BRANCH_NAME% https://github.com/OGRECave/ogre-next
)
cd ogre-next
Expand Down
4 changes: 2 additions & 2 deletions Scripts/BuildScripts/output/build_ogre_linux_c++11.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

OGRE_BRANCH_NAME="master"
OGRE_BRANCH_NAME="v2.2.1"

mkdir Ogre
cd Ogre
Expand All @@ -22,7 +22,7 @@ ninja install
cd ../../
if test ! -f ogre-next; then
mkdir ogre-next
echo "--- Cloning Ogre master ---"
echo "--- Cloning Ogre v2.2.1 ---"
git clone --branch ${OGRE_BRANCH_NAME} https://github.com/OGRECave/ogre-next
fi
cd ogre-next
Expand Down
4 changes: 2 additions & 2 deletions Scripts/BuildScripts/output/build_ogre_linux_c++98.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

OGRE_BRANCH_NAME="master"
OGRE_BRANCH_NAME="v2.2.1"

mkdir Ogre
cd Ogre
Expand All @@ -22,7 +22,7 @@ ninja install
cd ../../
if test ! -f ogre-next; then
mkdir ogre-next
echo "--- Cloning Ogre master ---"
echo "--- Cloning Ogre v2.2.1 ---"
git clone --branch ${OGRE_BRANCH_NAME} https://github.com/OGRECave/ogre-next
fi
cd ogre-next
Expand Down
4 changes: 2 additions & 2 deletions Scripts/BuildScripts/output/build_ogre_linux_c++latest.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

OGRE_BRANCH_NAME="master"
OGRE_BRANCH_NAME="v2.2.1"

mkdir Ogre
cd Ogre
Expand All @@ -22,7 +22,7 @@ ninja install
cd ../../
if test ! -f ogre-next; then
mkdir ogre-next
echo "--- Cloning Ogre master ---"
echo "--- Cloning Ogre v2.2.1 ---"
git clone --branch ${OGRE_BRANCH_NAME} https://github.com/OGRECave/ogre-next
fi
cd ogre-next
Expand Down

0 comments on commit f8a6c4f

Please sign in to comment.