You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
462 B
Plaintext
15 lines
462 B
Plaintext
; author: Thomas Hintz
|
|
; email: t@thintz.com
|
|
; license: bsd
|
|
|
|
(compile -s -O2 -d1 send-grid.scm -j send-grid)
|
|
(compile -s send-grid.import.scm -O2 -d0)
|
|
(compile -c -O2 -d1 send-grid.scm -unit send-grid -j send-grid)
|
|
|
|
(install-extension
|
|
'send-grid
|
|
; Files to install for your extension:
|
|
'("send-grid.o" "send-grid.so" "send-grid.import.so")
|
|
; Assoc list with properties for your extension:
|
|
'((version 1)
|
|
(static "send-grid.o"))) ;; for static linking |