# # git_hash=c5db66006f29147a250d248fef27f9b30f414713 # # Additional files: # - settings.mk # - plugins/ffmpeg6 # - plugins/ffmpeg7 # # This is a template of configuration file for MXE. See # docs/index.html for more extensive documentations. # This variable controls the number of compilation processes # within one package ("intra-package parallelism"). JOBS := 10 # This variable controls where intermediate files are created # this is necessary when compiling inside a virtualbox shared # directory. Some commands like strip fail in there with Protocol error # default is the current directory #MXE_TMP := /tmp # This variable controls the targets that will build. #MXE_TARGETS := i686-w64-mingw32.static i686-w64-mingw32.shared x86_64-w64-mingw32.static x86_64-w64-mingw32.shared MXE_TARGETS := x86_64-w64-mingw32.static # This variable controls which plugins are in use. # See plugins/README.md for further information. #override MXE_PLUGIN_DIRS += plugins/apps plugins/native override MXE_PLUGIN_DIRS += plugins/gcc13 plugins/ffmpeg6 # This variable controls the download mirror for SourceForge, # when it is used. Enabling the value below means auto. #SOURCEFORGE_MIRROR := downloads.sourceforge.net # The three lines below makes `make` build these "local # packages" instead of all packages. # --: cc just a build env LOCAL_PKG_LIST := cc .DEFAULT_GOAL := local-pkg-list local-pkg-list: $(LOCAL_PKG_LIST)