10 lines
203 B
Plaintext
10 lines
203 B
Plaintext
#$Id$
|
|
#Copyright (c) 2016 Pierre Pronchery <khorben@defora.org>
|
|
|
|
|
|
|
|
#variables
|
|
[ -z "$BOOTSTRAP_LDFLAGS"] && BOOTSTRAP_LDFLAGS="-lws2_32"
|
|
[ -z "$EXEEXT" ] && EXEEXT=".exe"
|
|
[ -z "$SOEXT" ] && SOEXT=".dll"
|