8 lines
242 B
Scheme
8 lines
242 B
Scheme
(module info (lib "infotab.ss" "setup")
|
|
(define name "htdch")
|
|
(define compile-subcollections (list (list "htdch" "draw")
|
|
(list "htdch" "graphics")
|
|
(list "htdch" "idraw")
|
|
))
|
|
)
|