Files
FlaxEngine/GenerateProjectFiles.sh
2022-01-14 13:31:12 +01:00

13 lines
323 B
Bash
Executable File

#!/bin/sh
# Copyright (c) 2012-2022 Wojciech Figat. All rights reserved.
set -e
echo Generating Flax Engine project files...
# Change the path to the script root
cd "`dirname "$0"`"
# Run Flax.Build to generate project files (also pass the arguments)
bash ./Development/Scripts/Linux/CallBuildTool.sh --genproject "$@"