9d62617e79
Changes: * Added support for MacBinary resource files * Updated README.joystick to reflect joystick support * Fixed volume lockup bug on MacOS X * Fixed network bug with more than one player
13 lines
388 B
Text
13 lines
388 B
Text
$NetBSD: patch-af,v 1.2 2015/02/09 21:53:10 snj Exp $
|
|
|
|
--- maclib/Makefile.am.orig 2002-10-19 21:16:13.000000000 -0700
|
|
+++ maclib/Makefile.am 2015-02-09 13:27:16.000000000 -0800
|
|
@@ -15,7 +15,7 @@ libSDLmac_a_SOURCES = \
|
|
macbinary.h \
|
|
bitesex.h
|
|
|
|
-noinst_PROGRAMS = macres playwave snd2wav
|
|
+noinst_PROGRAMS = macres snd2wav
|
|
|
|
macres_SOURCES = macres.cpp
|
|
macres_LDADD = libSDLmac.a
|