tadded Solaris hints - dwm - [fork] customized build of dwm, the dynamic window manager
(HTM) git clone git://src.adamsgaard.dk/dwm
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit 71fd06f843f47c6007a5698e5117ce8fe1d7812d
(DIR) parent 58e6866d86308ec7e5e34e3791e456594eee90fd
(HTM) Author: arg@mig29 <unknown>
Date: Mon, 18 Dec 2006 14:39:34 +0100
added Solaris hints
Diffstat:
M config.mk | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
---
(DIR) diff --git a/config.mk b/config.mk
t@@ -1,5 +1,5 @@
# dwm version
-VERSION = 2.7
+VERSION = 2.8
# Customize below to fit your system
t@@ -20,6 +20,11 @@ LDFLAGS = ${LIBS}
#CFLAGS = -g -Wall -O2 ${INCS} -DVERSION=\"${VERSION}\"
#LDFLAGS = -g ${LIBS}
+# Solaris
+#CFLAGS = -fast ${INCS} -DVERSION=\"${VERSION}\"
+#LDFLAGS = ${LIBS}
+#CFLAGS += -xtarget=ultra
+
# compiler and linker
CC = cc
LD = ${CC}