diff options
author | Eric L. Hernes <erich@FreeBSD.org> | 1996-11-15 16:35:35 +0000 |
---|---|---|
committer | Eric L. Hernes <erich@FreeBSD.org> | 1996-11-15 16:35:35 +0000 |
commit | 047a3cbbeed8b7d5eb5546c401a7891cc2cf3b24 (patch) | |
tree | 626c1579c8057831caf23cabfdd8ee759842aeac /emulators/vgb/files | |
parent | ad59d1ca17b716bf681ddd970793c4ae1c2016bf (diff) |
Notes
Diffstat (limited to 'emulators/vgb/files')
-rw-r--r-- | emulators/vgb/files/patch-aa | 21 | ||||
-rw-r--r-- | emulators/vgb/files/vgb.sh | 3 |
2 files changed, 24 insertions, 0 deletions
diff --git a/emulators/vgb/files/patch-aa b/emulators/vgb/files/patch-aa new file mode 100644 index 000000000000..ddf0522d1f98 --- /dev/null +++ b/emulators/vgb/files/patch-aa @@ -0,0 +1,21 @@ +*** Makefile.org Thu Oct 31 03:00:44 1996 +--- Makefile Thu Oct 31 03:01:14 1996 +*************** +*** 27,34 **** + # change the -L/usr/X11R6/lib to the directory where X11 + # libraries libX11.* and libXext.* are located on your system. + CC = gcc +! DEFINES = -DUNIX -DLSB_FIRST -DDEBUG -DMITSHM +! CFLAGS = -O2 -I/usr/X11/include -L/usr/X11/lib/ ${DEFINES} + OBJECTS = VGB.o GB.o Z80.o Debug.o Unix.o + + # Make the standard distribution: VGB, DASM, and utilities. +--- 27,34 ---- + # change the -L/usr/X11R6/lib to the directory where X11 + # libraries libX11.* and libXext.* are located on your system. + CC = gcc +! DEFINES = -DUNIX -DLSB_FIRST -DDEBUG +! CFLAGS = -O2 -I/usr/X11R6/include -L/usr/X11R6/lib/ ${DEFINES} + OBJECTS = VGB.o GB.o Z80.o Debug.o Unix.o + + # Make the standard distribution: VGB, DASM, and utilities. diff --git a/emulators/vgb/files/vgb.sh b/emulators/vgb/files/vgb.sh new file mode 100644 index 000000000000..eb3df1e036fa --- /dev/null +++ b/emulators/vgb/files/vgb.sh @@ -0,0 +1,3 @@ +#! /bin/sh + +/usr/X11R6/libexec/VGB/vgb $* |