* mh-hpux8: New file.
* mh-hpux: Use X11R5 rather than X11R4.
This commit is contained in:
parent
0259fc7399
commit
3cbb8192fa
3 changed files with 11 additions and 2 deletions
|
@ -43,6 +43,7 @@ mh-dgux
|
|||
mh-go32
|
||||
mh-hp300
|
||||
mh-hpux
|
||||
mh-hpux8
|
||||
mh-irix4
|
||||
mh-irix5
|
||||
mh-linux
|
||||
|
|
|
@ -4,5 +4,5 @@ SYSV = -DSYSV
|
|||
RANLIB = true
|
||||
|
||||
# X11
|
||||
X11_INCLUDE_FLAGS = -I/usr/include/X11R4
|
||||
X11_LIB_FLAGS = -L/usr/lib/X11R4
|
||||
X11_INCLUDE_FLAGS = -I/usr/include/X11R5
|
||||
X11_LIB_FLAGS = -L/usr/lib/X11R5
|
||||
|
|
8
config/mh-hpux8
Normal file
8
config/mh-hpux8
Normal file
|
@ -0,0 +1,8 @@
|
|||
# Define SYSV as -DSYSV if you are using a System V operating system.
|
||||
CC = cc -Wp,-H256000
|
||||
SYSV = -DSYSV
|
||||
RANLIB = true
|
||||
|
||||
# X11
|
||||
X11_INCLUDE_FLAGS = -I/usr/include/X11R4
|
||||
X11_LIB_FLAGS = -L/usr/lib/X11R4
|
Loading…
Add table
Reference in a new issue