of one of the first XMAME GUI frontends available on this planet called QMamecat (derived from MAMECAT, which was text-only). QMamecat was based upon Qt 2; its development was frozen in 2003. QMC2 has been rebuilt from scratch as a Qt 4 project. Parts of the design and code were inspired by its predecessor, but it's not just a remake. We tried to make the new design as flexible as possible to minimize dependencies from frontend- and CLI-related MAME changes, which was a major deficiency of QMamecat. QMC2 now uses a template based MAME configuration scheme, which can easily be enhanced with additional command line options (defined in an XML template file). As a result of this flexible design, we are able to support multiple MAME targets - currently XMAME and SDLMAME! WWW: http://www.mameworld.net/mamecat/
20 lines
495 B
INI
20 lines
495 B
INI
--- ./arch/FreeBSD.cfg.orig Sun Jan 28 06:33:45 2007
|
|
+++ ./arch/FreeBSD.cfg Sun Feb 25 18:56:36 2007
|
|
@@ -1,14 +1,14 @@
|
|
-QMAKE = $(QTDIR)/bin/qmake
|
|
+QMAKE ?= $(QTDIR)/bin/qmake
|
|
LUPDATE = $(QTDIR)/bin/lupdate
|
|
LRELEASE = $(QTDIR)/bin/lrelease
|
|
-MAKE = gmake
|
|
+MAKE ?= gmake
|
|
MKDIR = mkdir -p
|
|
RM = rm -f
|
|
LN = ln
|
|
RMDIR = rmdir
|
|
TIMECMD = time
|
|
CP = cp
|
|
-RSYNC = rsync -a
|
|
+RSYNC = cp -r
|
|
OSNAME = FreeBSD
|
|
DATE = date +%Y%m%d%H%M%S
|
|
SED = sed
|