mirror of the now-defunct rocklinux.org
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
--- src/Makefile 2002-10-28 11:43:34.000000000 +0100
|
|
+++ src/Makefile 2004-01-29 10:09:19.000000000 +0100
|
|
@@ -104,8 +104,8 @@
|
|
a = .a
|
|
e =
|
|
|
|
-CC = gcc
|
|
-DEFS =
|
|
+CC = g++
|
|
+DEFS = -DWITH_UCL
|
|
INCLUDES =
|
|
##INCLUDES = -I. -I$(srcdir)
|
|
CFLAGS_OUTPUT = -o $@
|
|
@@ -153,7 +153,7 @@
|
|
LDFLAGS = -s
|
|
endif
|
|
LDFLAGS += -Wl,-Map,$T.map
|
|
-LDLIBS =
|
|
+LDLIBS = -lucl
|
|
LIBDIRS =
|
|
DOS_LDLIBS =
|
|
DOS_LIBDIRS =
|