Changes in / [e625579:bd183b3]
- Location:
- scripts
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
scripts/build_android
re625579 rbd183b3 1 #! / bin/bash1 #! /usr/bin/env bash 2 2 3 3 set -e -
scripts/build_emscripten
re625579 rbd183b3 1 #! / bin/bash1 #! /usr/bin/env bash 2 2 3 3 function checkprog() { -
scripts/build_mingw
re625579 rbd183b3 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
re625579 rbd183b3 1 #! / bin/bash1 #! /usr/bin/env bash 2 2 3 3 set -e
Note: See TracChangeset
for help on using the changeset viewer.