projects
/
bertos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
73f44b2
)
Add *.ld and *.S files to the CodeLite project file
author
duplo
<duplo@38d2e660-2303-0410-9eaa-f027e97ec537>
Tue, 8 Sep 2009 14:02:04 +0000
(14:02 +0000)
committer
duplo
<duplo@38d2e660-2303-0410-9eaa-f027e97ec537>
Tue, 8 Sep 2009 14:02:04 +0000
(14:02 +0000)
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2907
38d2e660
-2303-0410-9eaa-
f027e97ec537
wizard/const.py
patch
|
blob
|
history
diff --git
a/wizard/const.py
b/wizard/const.py
index c397b3b8efce6a48eed0ba874348a33d086bbc9b..4f226328f9cc719167626617a0d7eef6612e5f34 100644
(file)
--- a/
wizard/const.py
+++ b/
wizard/const.py
@@
-65,6
+65,8
@@
EXTENSION_FILTER = (
".cxx",
".h",
".c++",
+ ".ld",
+ ".S",
".mk",
"Makefile",
)