X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=wizard%2FBProject.py;h=1a7fb258d2e4289f97a8d0b68307edd30d152e80;hb=b89651ff400d369dc9cba9af837b88dde647e22f;hp=46d914fac201cf0325b7d85e690d0be2d7dc88b0;hpb=b0882263114dd5cc268ce701d5e48cc94ee9bf79;p=bertos.git diff --git a/wizard/BProject.py b/wizard/BProject.py index 46d914fa..1a7fb258 100644 --- a/wizard/BProject.py +++ b/wizard/BProject.py @@ -383,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