X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=wizard%2FBProject.py;h=1a7fb258d2e4289f97a8d0b68307edd30d152e80;hb=c37e6a3f6900ec803c2608fb387054247bab88aa;hp=1e477c688aa01ba041771f4d6c51275f98528021;hpb=cf2757f24fce4a6d04ddd023d06ee6bb2a20b7fa;p=bertos.git diff --git a/wizard/BProject.py b/wizard/BProject.py index 1e477c68..1a7fb258 100644 --- a/wizard/BProject.py +++ b/wizard/BProject.py @@ -28,7 +28,6 @@ # # Copyright 2008 Develer S.r.l. (http://www.develer.com/) # -# $Id$ # # Author: Lorenzo Berni # @@ -384,8 +383,11 @@ class BProject(object): self._mergeSources(self.bertos_maindir, self.srcdir, self.old_srcdir) # Copy all the hw files self._writeHwFiles(self.bertos_srcdir, self.hwdir) - # Destination wizard mk file - self._writeWizardMkFile() + + # Destination wizard mk file (it seems that this file need to be + # rewritten also if the project is a preset)... + self._writeWizardMkFile() + # Set properly the autoenabled parameters self._setupAutoenabledParameters() # Copy all the configuration files