diff --git a/configure.py b/configure.py index 25ab0e93..53b59361 100644 --- a/configure.py +++ b/configure.py @@ -151,9 +151,7 @@ cflags_base = [ "-fp_contract on", "-str reuse", # "-multibyte", - # "-I-", "-i include", - "-i include/lib", f"-DVERSION={version_num}", ] if config.debug: @@ -264,10 +262,6 @@ config.libs = [ ], }, # DolphinLib( - # "base", - # [ ], - # ), - # DolphinLib( # "name", # [ ], # ), diff --git a/tools/progress.csv b/tools/progress.csv deleted file mode 100644 index 97e3ab79..00000000 --- a/tools/progress.csv +++ /dev/null @@ -1,3 +0,0 @@ -code_count_in_rupees,code_completion_in_bytes,code_completion_in_percentage,data_count_in_gratitude crystals,data_completion_in_bytes,data_completion_in_percentage,sentence,created_at -0,0,0.0,0,0,0.0," -You have 0 out of 9999 Rupees and 0 out of 80 gratitude crystals.",2023-07-12 16:27:48.804596 diff --git a/tools/project.py b/tools/project.py index cdadec68..84ac07c9 100644 --- a/tools/project.py +++ b/tools/project.py @@ -99,7 +99,7 @@ class Object: "add_to_all": True, "cflags": None, "mw_version": None, - "shiftjis": True, + "shiftjis": False, # NOTE: This was defaulted to True -> caused it to not build in wsl? "source": name, } self.options.update(options)