clsql/uffi Makefile,1.1,1.2
"Kevin M. Rosenberg" <[email protected]> Sat, 23 Nov 2002 11:00:29 -0700
| Newsgroups | gmane.lisp.clsql.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /pubcvs/clsql/uffi In directory boa.b9.com:/tmp/cvs-serv27621/uffi Modified Files: Makefile Log Message: load library fixes Index: Makefile =================================================================== RCS file: /pubcvs/clsql/uffi/Makefile,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** Makefile 18 Sep 2002 07:50:01 -0000 1.1 --- Makefile 23 Nov 2002 18:00:26 -0000 1.2 *************** *** 51,52 **** --- 51,55 ---- distclean: clean + macosx: $(source) Makefile + cc -dynamic -c $(source) -o $(object) + ld -bundle /usr/lib/bundle1.o -flat_namespace -undefined suppress -o $(base).dylib $(object)