Project support for SRecode templates.

This commit is contained in:
zappo 2009-07-06 20:30:39 +00:00
parent 2ce667bb3f
commit c842cba350
1 changed files with 13 additions and 0 deletions

13
templates/Project.ede Normal file
View File

@ -0,0 +1,13 @@
;; Object Templates
;; EDE project file.
(ede-proj-project "Templates"
:name "Templates"
:file "Project.ede"
:targets (list
(ede-proj-target-makefile-miscelaneous "templates"
:name "templates"
:path ""
:source '("srecode-matlab.srt")
)
)
)