Work on build scripts.

master
Dominik Deák 5 years ago
parent 6d35ca5508
commit 8a9f0b9a12
No known key found for this signature in database
GPG Key ID: 85514EC0CCE7007C
  1. 5
      buildLinux.sh
  2. 2
      buildWindows.cmd

@ -121,7 +121,6 @@ buildClean() {
if [ "${1}" = "--help" ] || [ "${1}" = "-h" ]; then
cat "${toplevelPath}\Documentation\buildLinux.txt"
exit 0
elif [ "${1}" = "--cmake" ]; then
@ -155,4 +154,6 @@ else
echo "error: Bad or unknown option. Run with '--help' option for details."
exit 1
fi
fi
exit 0

@ -45,12 +45,10 @@ set toolsPath=%toplevelPath%\Tools
if [%1] equ [--help] (
type "%toplevelPath%\Documentation\buildWindows.txt"
exit 0
) else if [%1] equ [-h] (
type "%toplevelPath%\Documentation\buildWindows.txt"
exit 0
) else if [%1] equ [--msbuild] (

Loading…
Cancel
Save