nojanath / SublimeKSP

Fork of Nils Liberg's SublimeKSP plugin. See README for details.
GNU General Public License v3.0
89 stars 19 forks source link

Improve workflow of sKSP compiler running from command line #302

Closed mkruselj closed 1 year ago

mkruselj commented 1 year ago

Default values for compiler switches didn't work at all (they were strings instead of bools) Made default values of all compiler arguments false - simply using a compile switch will set it to true Inverted behavior of ex --nocompiledate (now --add_compile_date) switch All compile switches now have a single letter shorthand Removed circular import of ksp_compiler.py in preprocessor_plugins.py Updated README with info about how to compile from command line