build_linux.sh 217 B

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