Skip to content

Minor comptime refactoring.

Golden requested to merge Golden/SRB2:comptime-no-fail into master

The two big things:

  • Made it so comptime.bat and comptime.sh can never fail your compilation (but will still nag you about it)
  • Refactored comptime.sh to conform to POSIX and have generally higher code quality.
    • Conforming to POSIX makes the script portable to more *nix systems.

Merge request reports