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.

22 lines
395 B

  1. --- src/Makefile 2002-10-28 11:43:34.000000000 +0100
  2. +++ src/Makefile 2004-01-29 10:09:19.000000000 +0100
  3. @@ -104,8 +104,8 @@
  4. a = .a
  5. e =
  6. -CC = gcc
  7. -DEFS =
  8. +CC = g++
  9. +DEFS = -DWITH_UCL
  10. INCLUDES =
  11. ##INCLUDES = -I. -I$(srcdir)
  12. CFLAGS_OUTPUT = -o $@
  13. @@ -153,7 +153,7 @@
  14. LDFLAGS = -s
  15. endif
  16. LDFLAGS += -Wl,-Map,$T.map
  17. -LDLIBS =
  18. +LDLIBS = -lucl
  19. LIBDIRS =
  20. DOS_LDLIBS =
  21. DOS_LIBDIRS =