changeset: 50:a07cfa04a3c9
tag: tip
user: nion_AT_h4447.serverkompetenz.net
date: Thu Feb 01 12:00:59 2007 +0100
files: config.mk
description:
solaris compile fix
diff -r fb771cea8f8c -r a07cfa04a3c9 config.mk
--- a/config.mk Thu Feb 01 11:56:45 2007 +0100
+++ b/config.mk Thu Feb 01 12:00:59 2007 +0100
@@ -15,8 +15,9 @@ VERSION = 1
# includes and libs
INCLUDES = -I. -I${INCDIR} -I/usr/include
LIBS = -L${LIBDIR} -L/usr/lib -lc
-# uncomment for compiling on Solaris
-# LIBS = -L${LIBDIR} -L/usr/lib -lc -lsocket -lnsl
+# uncomment and comment other variables for compiling on Solaris
+#LIBS = -L${LIBDIR} -L/usr/lib -lc -lsocket -lnsl
+#CFLAGS = -g ${INCLUDES} -DVERSION=\"${VERSION}\"
# compiler
CC = cc
Received on Thu Feb 01 2007 - 12:10:02 UTC
This archive was generated by hypermail 2.2.0 : Sun Jul 13 2008 - 15:54:49 UTC