From 265542cb3d085564fe2b8a813c9ec241a09f9348 Mon Sep 17 00:00:00 2001 From: Edouard DUPIN Date: Tue, 9 Jul 2013 15:12:25 +0200 Subject: [PATCH] [DEBUG] little error --- lutinModule.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lutinModule.py b/lutinModule.py index e3ed97f..fc7b0a6 100644 --- a/lutinModule.py +++ b/lutinModule.py @@ -373,7 +373,7 @@ class module: or fileExt == "XX": resFile = self.Compile_xx_to_o(file, packageName, target, subHeritage) listSubFileNeededToBuild.append(resFile) - elif fileExt == "mm" + elif fileExt == "mm" \ or fileExt == "MM": resFile = self.Compile_mm_to_o(file, packageName, target, subHeritage) listSubFileNeededToBuild.append(resFile)