Revision: | 34 |
Committed: | 2008-08-22T15:34:39-07:00 (16 years, 10 months ago) by douglas |
Content type: | text/x-diff |
File size: | 472 byte(s) |
Log Message: | Ooh, it does! |
# | Content |
---|---|
1 | --- makefile_bsd_lib.orig Wed Sep 13 17:32:38 2006 |
2 | +++ makefile_bsd_lib Wed Sep 13 17:32:59 2006 |
3 | @@ -3,9 +3,9 @@ |
4 | OBJS = newlisp.o nl-symbol.o nl-math.o nl-list.o nl-liststr.o nl-string.o nl-filesys.o \ |
5 | nl-sock.o nl-import.o nl-xml.o nl-web.o nl-matrix.o nl-debug.o pcre.o unix-lib.o |
6 | |
7 | -CFLAGS = -Wall -pedantic -Wno-uninitialized -O2 -c -DLIBRARY -D_BSD |
8 | +CFLAGS +=-c -DLIBRARY -D_BSD |
9 | |
10 | -CC = gcc |
11 | +#CC = gcc |
12 | |
13 | default: $(OBJS) |
14 | $(CC) $(OBJS) -lm -shared -o newlisp.so |
Name | Value |
---|---|
svn:mime-type | text/x-diff |