From: fliep Date: Wed, 7 Oct 2009 20:46:07 +0000 (+0000) Subject: Glulxe and Git now work with the included game Photopia, though all they do is displa... X-Git-Tag: v0.9~334 X-Git-Url: https://git.stderr.nl/gitweb?p=projects%2Fchimara%2Fchimara.git;a=commitdiff_plain;h=66703215003ffcaeb8b24d72f9b8bc8d8a4d90fd Glulxe and Git now work with the included game Photopia, though all they do is display a message that graphics are not supported. ;-) --- diff --git a/interpreters/git/Makefile.am b/interpreters/git/Makefile.am index 2257391..b9881a6 100644 --- a/interpreters/git/Makefile.am +++ b/interpreters/git/Makefile.am @@ -17,7 +17,7 @@ git_la_SOURCES = version.h git.h config.h compiler.h memory.h opcodes.h \ opcodes.c operands.c peephole.c savefile.c saveundo.c search.c terp.c \ accel.c git_la_CPPFLAGS = -I$(top_srcdir) -I$(top_srcdir)/libchimara -git_la_CFLAGS = -DUSE_MMAP -DUSE_INLINE $(AM_CFLAGS) +git_la_CFLAGS = -DUSE_INLINE $(AM_CFLAGS) git_la_LDFLAGS = $(PLUGIN_LIBTOOL_FLAGS) gitdocdir = $(datadir)/doc/$(PACKAGE)/git @@ -30,7 +30,9 @@ CLEANFILES = test/*.tmp # #test: git # sh test/test.sh - + +# Memory mapping (-DUSE_MMAP) doesn't seem to work... FIXME + # Best settings for GCC 2.95. This generates faster code than # GCC 3, so you should use this setup if possible. #CC = gcc -Wall -O3