10 lines
179 B
Plaintext
10 lines
179 B
Plaintext
# Usage:
|
|
# copy this file to Makefile.conf
|
|
# edit the paths in here
|
|
|
|
# how to call the mingw tools
|
|
MINGW_EXEC_PREFIX = i586-mingw32msvc-
|
|
|
|
# use mingw32
|
|
include mingw-Makefile.inc
|