]> de.git.xonotic.org Git - xonotic/netradiant.git/blob - mingw-fedora-Makefile.conf
rename “LastFolder” to “LastMapFolder”
[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_TARGET_ARCH=x86_64
8 MINGW_EXEC_PREFIX = $(MINGW_TARGET_ARCH)-w64-mingw32-
9
10 # use custom pkg-config
11 PKGCONFIG = $(MINGW_EXEC_PREFIX)pkg-config
12
13 # use custom dll install script
14 DLLINSTALL = install-dlls-fedora.sh
15
16 # use mingw32
17 include mingw-Makefile.inc