From: duplo Date: Tue, 8 Sep 2009 14:02:04 +0000 (+0000) Subject: Add *.ld and *.S files to the CodeLite project file X-Git-Tag: 2.2.0~61 X-Git-Url: https://codewiz.org/gitweb?a=commitdiff_plain;h=02614fb7eb04177d8647d38de0f22f345959008b;p=bertos.git Add *.ld and *.S files to the CodeLite project file git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2907 38d2e660-2303-0410-9eaa-f027e97ec537 --- diff --git a/wizard/const.py b/wizard/const.py index c397b3b8..4f226328 100644 --- a/wizard/const.py +++ b/wizard/const.py @@ -65,6 +65,8 @@ EXTENSION_FILTER = ( ".cxx", ".h", ".c++", + ".ld", + ".S", ".mk", "Makefile", )