From 02614fb7eb04177d8647d38de0f22f345959008b Mon Sep 17 00:00:00 2001 From: duplo Date: Tue, 8 Sep 2009 14:02:04 +0000 Subject: [PATCH] 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 --- wizard/const.py | 2 ++ 1 file changed, 2 insertions(+) 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", ) -- 2.25.1