X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=wizard%2Fbertos_utils.py;h=584edd0d919b8e7784e4f4f141813a595b071fd7;hb=74d26798dde87f1541b849e23f411241609e6443;hp=805519419374ac3274744f52ac522e77cd4137b5;hpb=36284fc733a9c88b52e390588b81c27d4f1663c9;p=bertos.git diff --git a/wizard/bertos_utils.py b/wizard/bertos_utils.py index 80551941..584edd0d 100644 --- a/wizard/bertos_utils.py +++ b/wizard/bertos_utils.py @@ -74,6 +74,7 @@ def createBertosProject(project_info): ## Destination main.c file main = open("srctemplates/main.c", "r").read() open(prjdir + "/main.c", "w").write(main) + ## Codelite project files if "codelite" in project_info.info("OUTPUT"): workspace = codeliteWorkspaceGenerator(project_info) open(directory + "/" + os.path.basename(prjdir) + ".workspace", "w").write(workspace)