]> git.xonotic.org Git - xonotic/netradiant.git/commitdiff
add a mingw-fedora-Makefile.conf (my maci)
authorRudolf Polzer <divverent@xonotic.org>
Mon, 14 Jan 2013 08:00:10 +0000 (09:00 +0100)
committerRudolf Polzer <divverent@xonotic.org>
Mon, 14 Jan 2013 08:00:10 +0000 (09:00 +0100)
mingw-fedora-Makefile.conf [new file with mode: 0644]

diff --git a/mingw-fedora-Makefile.conf b/mingw-fedora-Makefile.conf
new file mode 100644 (file)
index 0000000..559de96
--- /dev/null
@@ -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