forked from clasp-developers/clasp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
cscript.lisp
31 lines (29 loc) · 851 Bytes
/
cscript.lisp
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
(k:includes #~"" #~"clasp/main/")
(k:sources :install-code
#~"clasp/asttooling/"
#~"clasp/cffi-old/"
#~"clasp/clbin/"
#~"clasp/cffi-old/"
#~"clasp/core/"
#~"clasp/external/"
#~"clasp/gctools/"
#~"clasp/llvmo/"
#~"clasp/main/"
#~"clasp/mpip/"
#~"clasp/serveEvent/"
#~"clasp/sockets/"
#~"clasp/clasp.h")
(k:sources :etags
#~"clasp/asttooling/"
#~"clasp/cffi-old/"
#~"clasp/clbin/"
#~"clasp/cffi-old/"
#~"clasp/core/"
#~"clasp/external/"
#~"clasp/gctools/"
#~"clasp/llvmo/"
#~"clasp/main/"
#~"clasp/mpip/"
#~"clasp/serveEvent/"
#~"clasp/sockets/"
#~"clasp/clasp.h")