summaryrefslogtreecommitdiff
path: root/emulators/vgb/files/patch-aa
blob: ddf0522d1f9830723d4fb6e5331fb58165da2ee9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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.