From b78ea77781904a219fa27e1f09996c00eb17581c Mon Sep 17 00:00:00 2001 From: "Kevin M. Rosenberg" Date: Mon, 1 Sep 2003 02:45:39 +0000 Subject: [PATCH] r5589: Auto commit for Debian build --- debian/changelog | 6 ++++++ tests/Makefile | 10 +++++----- 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/debian/changelog b/debian/changelog index 76a6801..ea2d89d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +cl-uffi (1.3.6-1) unstable; urgency=low + + * More MacOSX changes + + -- Kevin M. Rosenberg Sun, 31 Aug 2003 20:45:23 -0600 + cl-uffi (1.3.5-1) unstable; urgency=low * Rework loading of foreign libraries to better support MacOSX, especially diff --git a/tests/Makefile b/tests/Makefile index 4645ba1..fe0bae1 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -5,7 +5,7 @@ # Programer: Kevin M. Rosenberg # Date Started: Mar 2002 # -# CVS Id: $Id: Makefile,v 1.23 2003/08/27 20:46:45 kevin Exp $ +# CVS Id: $Id: Makefile,v 1.24 2003/09/01 02:45:39 kevin Exp $ # # This file, part of UFFI, is Copyright (c) 2002 by Kevin M. Rosenberg # @@ -37,14 +37,14 @@ linux: $(source) Makefile rm $(object) mac: - gcc -bundle -c $(source) -o $(base).bundle - ld -bundle /usr/lib/bundle1.o -flat_namespace -undefined suppress /usr/lib/libz.dylib -o z.bundle - -mac-old: cc -dynamic -c $(source) -o $(object) ld -bundle /usr/lib/bundle1.o -flat_namespace -undefined suppress -o $(base).dylib $(object) ld -bundle /usr/lib/bundle1.o -flat_namespace -undefined suppress /usr/lib/libz.dylib -o z.dylib +mac-alt: + gcc -bundle -c $(source) -o $(base).bundle + ld -bundle /usr/lib/bundle1.o -flat_namespace -undefined suppress /usr/lib/libz.dylib -o z.bundle + solaris: cc -KPIC -c $(source) -o $(object) cc -G $(object) -o $(shared_lib) -- 2.34.1