mirror of
https://github.com/holub/mame
synced 2025-06-07 13:23:50 +03:00
![]() USE_QT: Compile the QT Debugger. Default is USE_QT=1 (except macosx), use USE_QT=0 to disable. LDOPTS: Optional LDFLAGs. These are mainly used for cross compilation. The following will compile a windows SDL build without QT debugger on linux: make TARGETOS=windows PTR64=1 OSD=sdl OS=linux \ OVERRIDE_CC="@x86_64-w64-mingw32-gcc" \ OVERRIDE_CXX="@x86_64-w64-mingw32-g++" \ OVERRIDE_LD="x86_64-w64-mingw32-g++" \ WINDRES="x86_64-w64-mingw32-windres" \ USE_QT=0 \ ARCHOPTS="-idirafter ${MINGW64DIR}/x86_64-w64-mingw32/include/ \ -I${MINGW64DIR}/Qt/include/ -v" SUBTARGET=tiny MINGW64=/usr \ \ LDOPTS="-L/mnt/mfhome/andre/mame/w64crosslibs" |
||
---|---|---|
.. | ||
src | ||
target | ||
depfilter.awk | ||
genie.lua | ||
toolchain.lua |