2 # copy this file to Makefile.conf
3 # edit the paths in here
5 # how to call the mingw tools
7 #MINGW_TARGET_ARCH=x86_64
8 MINGW_EXEC_PREFIX = $(MINGW_TARGET_ARCH)-w64-mingw32-
10 # use custom pkg-config
11 PKGCONFIG = $(MINGW_EXEC_PREFIX)pkg-config
13 # use custom dll install script
14 DLLINSTALL = install-dlls-fedora.sh
17 include mingw-Makefile.inc