build_linux.sh 243 B

123456
  1. #!/bin/bash
  2. # Launch the build system with GuiExample.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 GuiExample.DsrProj Linux $@;