First success, generic c project build successfully

This commit is contained in:
lxsameer 2010-12-28 19:05:19 +03:30
parent 1614b291c4
commit d30412ebe5
1 changed files with 1 additions and 0 deletions

View File

@ -55,6 +55,7 @@
(setq cur (pop filelist))
(setq template-data (project/render-template cur))
(setq template-data (replace-regexp-in-string "::unixname::" unix-project-name template-data))
(setq template-data (replace-regexp-in-string "::UNIXNAME::" unix-project-name template-data))
(project/write-dest-file cur template-data)
)
)