Add setup commands for Mac

This commit is contained in:
Wojtek Figat
2021-12-27 14:50:02 +01:00
parent dfaa7a92b3
commit d61eb9c096
4 changed files with 42 additions and 0 deletions

12
GenerateProjectFiles.command Executable file
View File

@@ -0,0 +1,12 @@
#!/bin/sh
# Copyright (c) 2012-2021 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/Mac/CallBuildTool.sh --genproject "$@"