Changes in / [9c730b5:a59ecb7]
- Location:
- scripts
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
scripts/build_android
r9c730b5 ra59ecb7 1 #! / bin/bash1 #! /usr/bin/env bash 2 2 3 3 set -e -
scripts/build_emscripten
r9c730b5 ra59ecb7 1 #! / bin/bash1 #! /usr/bin/env bash 2 2 3 3 function checkprog() { -
scripts/build_mingw
r9c730b5 ra59ecb7 1 #! / bin/bash1 #! /usr/bin/env bash 2 2 3 3 # This script cross compiles aubio for windows using mingw, four times: -
scripts/get_waf.sh
r9c730b5 ra59ecb7 1 #! / bin/bash1 #! /usr/bin/env bash 2 2 3 3 set -e
Note: See TracChangeset
for help on using the changeset viewer.