X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fnetradiant.git;a=blobdiff_plain;f=mingw-fedora-Makefile.conf;h=d957d4d5f40adbaaf63526e04fb3242521ed1f4b;hp=559de96586f9fbe0e619f49dfa9936ef35952c0b;hb=28c05532c94e82b85bf7324d5c7e0d1f49c8832d;hpb=4b757e9f251d0c1d9a256fc65edbd4edc81bd48f diff --git a/mingw-fedora-Makefile.conf b/mingw-fedora-Makefile.conf index 559de965..d957d4d5 100644 --- a/mingw-fedora-Makefile.conf +++ b/mingw-fedora-Makefile.conf @@ -4,10 +4,14 @@ # how to call the mingw tools MINGW_TARGET_ARCH=i686 +#MINGW_TARGET_ARCH=x86_64 MINGW_EXEC_PREFIX = $(MINGW_TARGET_ARCH)-w64-mingw32- # use custom pkg-config PKGCONFIG = $(MINGW_EXEC_PREFIX)pkg-config +# use custom dll install script +DLLINSTALL = install-dlls-fedora.sh + # use mingw32 include mingw-Makefile.inc