2abc28d1f2
Version 4.2 fixes: 1) Fixed problems with windows that have a compound text title 2) Fixed problems with the cursor font name 3) error.c will now compile under Solaris 2.6 4) Fixed misc. compilation warnings. Some survive in error.c and states.c 5) Fixed warp function when two screens have the same program: warp will now look first on the screen containing the mouse pointer 6) Fixed hot key functions when num lock/shift lock might be pressed 7) Fixed problem with AutoRootMenu startup 8) Fixed problem with VirtualIconic resource
29 lines
1022 B
Plaintext
29 lines
1022 B
Plaintext
--- Makefile.sunpro.orig Mon Jan 24 23:31:50 1994
|
|
+++ ./Makefile.sunpro Fri Jul 16 21:49:02 1999
|
|
@@ -60,7 +60,11 @@
|
|
# -DSVR4 Support for System V Release 4 (you must also include
|
|
# -DSYSV)
|
|
# -DXPM Support the XPM color pixmaps -- requires that you
|
|
-# have the xpm library somewhere
|
|
+# have the xpm library (version 3.0) somewhere.
|
|
+# If your xpm header isn't in /usr/openwin/include
|
|
+# make sure to add the appropriate -I flag to
|
|
+# MORECCFLAGS. Also remember to add the
|
|
+# library name to LDFLAGS.
|
|
#
|
|
# I haven't tested this on Solaris 1.x, but I'd suggest
|
|
#MORECCFLAGS=-DOW_I18N_L3 -DSHAPE -DIDENT
|
|
@@ -71,10 +75,10 @@
|
|
#
|
|
# Set LDFLAGS to any link options you want. For a generic Solaris 1.x
|
|
# system, I'd suggest
|
|
-#LDFLAGS=-L${OPENWINHOME}/lib /auto/X11R5/lib/libXpm.a
|
|
+#LDFLAGS=-L${OPENWINHOME}/lib
|
|
#
|
|
# For Solaris 2.x, I'd suggest
|
|
-LDFLAGS=-L${OPENWINHOME}/lib -R ${OPENWINHOME}/lib -lintl
|
|
+LDFLAGS=-L${OPENWINHOME}/lib -R${OPENWINHOME}/lib -lintl
|
|
|
|
#
|
|
# Which compiler to use
|