mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-23 20:15:05 +02:00
Added TODO
This commit is contained in:
parent
515719d774
commit
e87aee8ed1
1 changed files with 4 additions and 1 deletions
|
@ -238,7 +238,10 @@
|
|||
(program?
|
||||
; TODO: if there is an (import)
|
||||
; (write `(DEBUG ,(lib:imports->objs (cdar in-prog) ".")))
|
||||
(let ((objs-str "")) ;; TODO: populate using above (if prog) and link to objs below (will need to run 2 gcc commands)
|
||||
(let ((objs-str
|
||||
(if (tagged-list? 'import (car in-prog))
|
||||
TODO: lib:imports->objs;; TODO: populate using above (if prog) and link to objs below (will need to run 2 gcc commands)
|
||||
"")))
|
||||
(system
|
||||
;; -I is a hack, real answer is to use 'make install' to place .h file
|
||||
;TODO: need to link to object files from lib:import->obj-file
|
||||
|
|
Loading…
Add table
Reference in a new issue