General: * Added MIDI driver for Atari ST / FreeMint. * Added a 'Load' button to the Launcher (not supported by all engines). * Added a new global main menu (GMM) dialog usable from all engines. * Added the ability to return to the launcher from running games (via the GMM). * Rewrote GUI renderer to use an vector based approach. * Rewrote GUI configuration to use XML. New Games: * Added support for Blue's 123 Time Activities. * Added support for Blue's ABC Time Activities. * Added support for Bud Tucker in Double Trouble. * Added support for The 7th Guest. KYRA: * Added support for Auto-save feature. * Added support for MIDI music. SCUMM: * Implemented radio-chatter effect in The DIG.
13 lines
346 B
Text
13 lines
346 B
Text
$NetBSD: patch-aa,v 1.19 2009/03/02 17:06:42 adam Exp $
|
|
|
|
--- Makefile.orig 2009-02-22 02:06:44.000000000 +0100
|
|
+++ Makefile
|
|
@@ -10,7 +10,7 @@ srcdir ?= .
|
|
DEFINES := -DHAVE_CONFIG_H
|
|
LDFLAGS :=
|
|
INCLUDES := -I. -I$(srcdir) -I$(srcdir)/engines
|
|
-LIBS :=
|
|
+LIBS := ${LIBOSSAUDIO}
|
|
OBJS :=
|
|
DEPDIR := .deps
|
|
|