Linux build updates
- A few Makefile changes to reflect current(?) paths on Linux - Linux mail reader is /bin/mail
This commit is contained in:
@@ -72,11 +72,11 @@
|
||||
|
||||
# flags for Linux
|
||||
# compile normally
|
||||
# CFLAGS = -O2 -fomit-frame-pointer -I../include -I/usr/X11/include
|
||||
# LFLAGS = -L/usr/X11/lib
|
||||
# CFLAGS = -O2 -fomit-frame-pointer -I../include
|
||||
# LFLAGS = -L/usr/X11R6/lib
|
||||
# OR compile backwards compatible a.out format
|
||||
# CFLAGS = -O2 -b i486-linuxaout -fomit-frame-pointer -I../include -I/usr/X11/include
|
||||
# LFLAGS = -b i486-linuxaout -L/usr/X11/lib
|
||||
# CFLAGS = -O2 -b i486-linuxaout -fomit-frame-pointer -I../include
|
||||
# LFLAGS = -b i486-linuxaout -L/usr/X11R6/lib
|
||||
|
||||
# flags for BeOS using the command line
|
||||
# remember to uncomment flex and bison below
|
||||
|
||||
Reference in New Issue
Block a user