build_linux.sh 237 B

123456
  1. #!/bin/bash
  2. # Launch the build system with Sandbox.DsrProj and Linux selected as the platform.
  3. echo "Running build_linux.sh $@"
  4. chmod +x ../../tools/builder/buildProject.sh;
  5. ../../tools/builder/buildProject.sh Sandbox.DsrProj Linux $@;