]> de.git.xonotic.org Git - xonotic/netradiant.git/blob - mingw-fedora-Makefile.conf
559de96586f9fbe0e619f49dfa9936ef35952c0b
[xonotic/netradiant.git] / mingw-fedora-Makefile.conf
1 # Usage:
2 # copy this file to Makefile.conf
3 # edit the paths in here
4
5 # how to call the mingw tools
6 MINGW_TARGET_ARCH=i686
7 MINGW_EXEC_PREFIX = $(MINGW_TARGET_ARCH)-w64-mingw32-
8
9 # use custom pkg-config
10 PKGCONFIG = $(MINGW_EXEC_PREFIX)pkg-config
11
12 # use mingw32
13 include mingw-Makefile.inc