2006-01-19 03:03:32 -05:00
|
|
|
IN: scratchpad
|
|
|
|
USING: kernel alien parser compiler words sequences ;
|
2006-01-19 18:34:50 -05:00
|
|
|
"sqlite" "libsqlite3" add-simple-library
|
2006-01-19 03:03:32 -05:00
|
|
|
|
|
|
|
{ "sqlite" "tuple-db" "test" "tuple-db-tests" }
|
|
|
|
[ "contrib/sqlite/" swap ".factor" append3 run-file ] each
|
|
|
|
|
|
|
|
{ "sqlite" "tuple-db" }
|
|
|
|
[ words [ try-compile ] each ] each
|