repo.or.cz
/
herrie-working.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fix the online manual page.
[herrie-working.git]
/
win32_configure
blob
443b29ade2db402e1d397ef3d3c61e1f4a52795f
1
#!/bin/sh
2
3
export
PREFIX
=/
usr
/
local
/
mingw32
4
export
PATH
=
"
$PREFIX
/bin:
$PATH
"
5
export
PKG_CONFIG_PATH
=
$PREFIX
/
lib
/
pkgconfig
6
export
CC
=
mingw32-gcc
7
export
OS
=
Windows
8
9
`dirname
$0
`
/
herrie
/
configure $@