From 4b757e9f251d0c1d9a256fc65edbd4edc81bd48f Mon Sep 17 00:00:00 2001 From: Rudolf Polzer Date: Mon, 14 Jan 2013 09:00:10 +0100 Subject: [PATCH] add a mingw-fedora-Makefile.conf (my maci) --- mingw-fedora-Makefile.conf | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 mingw-fedora-Makefile.conf diff --git a/mingw-fedora-Makefile.conf b/mingw-fedora-Makefile.conf new file mode 100644 index 00000000..559de965 --- /dev/null +++ b/mingw-fedora-Makefile.conf @@ -0,0 +1,13 @@ +# Usage: +# copy this file to Makefile.conf +# edit the paths in here + +# how to call the mingw tools +MINGW_TARGET_ARCH=i686 +MINGW_EXEC_PREFIX = $(MINGW_TARGET_ARCH)-w64-mingw32- + +# use custom pkg-config +PKGCONFIG = $(MINGW_EXEC_PREFIX)pkg-config + +# use mingw32 +include mingw-Makefile.inc -- 2.39.2