1117b477c7
VisualBoyAdvance is an emulator for Nintendo's Gameboy Advance. It also supports emulation of the Gameboy (classic), Gameboy Pocket, Gameboy Color and Gameboy Advance SP. Some of the main features are: - option to use BIOS file - zip/gzip file support - graphic filters Normal, TV Mode, 2xSaI, Super 2xSaI and more - interframe blending support - built-in ARM/THUMB assembly debugger - 10 save states accesible through keyboard - automatic battery file load/save - auto-fire support - 16, 24 and 32 bit desktop support - GDB remote debugging - AGBPrint support for development - RTC support with a tweak from Gleydson Soares
22 lines
555 B
Plaintext
22 lines
555 B
Plaintext
$OpenBSD: patch-src_Makefile_in,v 1.1.1.1 2007/09/28 14:18:17 jasper Exp $
|
|
--- src/Makefile.in.orig Thu May 20 20:17:48 2004
|
|
+++ src/Makefile.in Wed Sep 19 18:34:14 2007
|
|
@@ -46,7 +46,7 @@ AUTOMAKE = @AUTOMAKE@
|
|
AWK = @AWK@
|
|
CC = @CC@
|
|
CCDEPMODE = @CCDEPMODE@
|
|
-CFLAGS = @CFLAGS@
|
|
+CFLAGS += @CFLAGS@
|
|
CPP = @CPP@
|
|
CPPFLAGS = @CPPFLAGS@
|
|
CXX = @CXX@
|
|
@@ -160,7 +160,7 @@ SUBDIRS = $(CORE_SUBDIRS) @VBA_SRC_EXTRA@
|
|
|
|
DIST_SUBDIRS = $(CORE_SUBDIRS) $(EXTRA_SUBDIRS)
|
|
|
|
-dist_sysconf_DATA = VisualBoyAdvance.cfg
|
|
+dist_sysconf_DATA =
|
|
|
|
EXTRA_DIST = \
|
|
win32 \
|