Xinqi Bao's Git
projects
/
dmenu.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
raw
|
inline
| side by side
applied the fix inspired by a recent wmii commit
[dmenu.git]
/
config.mk
diff --git
a/config.mk
b/config.mk
index
c7d3cc7
..
195fd4c
100644
(file)
--- a/
config.mk
+++ b/
config.mk
@@
-1,5
+1,5
@@
# dmenu version
# dmenu version
-VERSION =
1.2
+VERSION =
2.3
# Customize below to fit your system
# Customize below to fit your system
@@
-20,6
+20,10
@@
LDFLAGS = ${LIBS}
#CFLAGS = -g -Wall -O2 ${INCS} -DVERSION=\"${VERSION}\"
#LDFLAGS = -g ${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
# compiler and linker
CC = cc
-LD = ${CC}