2000-01-22 11:46:45 +00:00
|
|
|
*** Makefile.orig Wed Jul 3 20:29:30 1996
|
|
|
|
--- Makefile Sat Jan 15 00:00:00 2000
|
1996-11-15 16:35:35 +00:00
|
|
|
***************
|
2000-01-22 11:46:45 +00:00
|
|
|
*** 26,34 ****
|
|
|
|
# If you are getting linker errors about not found X11 functions,
|
1996-11-15 16:35:35 +00:00
|
|
|
# change the -L/usr/X11R6/lib to the directory where X11
|
|
|
|
# libraries libX11.* and libXext.* are located on your system.
|
2000-01-22 11:46:45 +00:00
|
|
|
! CC = gcc
|
1996-11-15 16:35:35 +00:00
|
|
|
! 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.
|
2000-01-22 11:46:45 +00:00
|
|
|
--- 26,34 ----
|
|
|
|
# If you are getting linker errors about not found X11 functions,
|
1996-11-15 16:35:35 +00:00
|
|
|
# change the -L/usr/X11R6/lib to the directory where X11
|
|
|
|
# libraries libX11.* and libXext.* are located on your system.
|
2000-01-22 11:46:45 +00:00
|
|
|
! CC ?= gcc
|
|
|
|
! DEFINES = -DUNIX -DLSB_FIRST
|
|
|
|
! CFLAGS += -I${X11BASE}/include -L${X11BASE}/lib ${DEFINES}
|
1996-11-15 16:35:35 +00:00
|
|
|
OBJECTS = VGB.o GB.o Z80.o Debug.o Unix.o
|
|
|
|
|
|
|
|
# Make the standard distribution: VGB, DASM, and utilities.
|