repo.or.cz
/
mingw-xscripts.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Add PhysicsFS instructions
[mingw-xscripts.git]
/
mingw-configure
blob
68feeaaec656c47690a5180797919fde44a5737a
1
#!/bin/sh
2
3
. mingw-environment.sh
4
5
.
/
configure \
6
--prefix
=
"
$MINGW_PREFIX
"
\
7
--build
=
"
$BUILD
"
\
8
--host
=
"
$HOST
"
\
9
--without-x
\
10
"$@"
11