Initial community commit
This commit is contained in:
parent
537bcbc862
commit
fc06254474
16440 changed files with 4239995 additions and 2 deletions
20
Src/external_dependencies/openmpt-trunk/build/auto/clean.sh
Normal file
20
Src/external_dependencies/openmpt-trunk/build/auto/clean.sh
Normal file
|
@ -0,0 +1,20 @@
|
|||
#!/usr/bin/env bash
|
||||
set -e
|
||||
|
||||
#
|
||||
# Dist clean script for libopenmpt.
|
||||
#
|
||||
# This is meant to be run by the libopenmpt maintainers.
|
||||
#
|
||||
# WARNING: The script expects the be run from the root of an OpenMPT svn
|
||||
# checkout. It invests no effort in verifying this precondition.
|
||||
#
|
||||
|
||||
# We want ccache
|
||||
export PATH="/usr/lib/ccache:$PATH"
|
||||
|
||||
# Clean dist
|
||||
make NO_SDL=1 NO_SDL2=1 clean-dist
|
||||
|
||||
# Clean
|
||||
make NO_SDL=1 NO_SDL2=1 clean
|
Loading…
Add table
Add a link
Reference in a new issue