Changeset main,6 for main/Makefile


Ignore:
Timestamp:
10/11/2007 10:09:29 PM (19 years ago)
Author:
David Owen <dsowen@…>
branch-nick:
xbase
revision id:
dsowen@fugue88.ws-20071011220929-sjjjdjykw7t25k5k
Message:

Use the new binary-class package.
Convert to keyword type for new package.
Fix: Properly encode funky strings.
Fix: Declare the generic function sql-insert to avoid compilation problems.
Removed old testing code.
Fix: Export only records that haven't been deleted.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/Makefile

    r4 r6  
    11all: xbase
     2
     3clean:
     4        rm -f *.fasl *~ xbase
    25
    36%: %.lisp
Note: See TracChangeset for help on using the changeset viewer.