Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New version of the build system, fixed an error I was having. #20

Merged
merged 2 commits into from
Jul 2, 2019

Commits on Jun 26, 2019

  1. New version of the build system, fixed an error I was having.

    I also formatted the wscript.
    thejefflarson committed Jun 26, 2019
    Configuration menu
    Copy the full SHA
    2dba111 View commit details
    Browse the repository at this point in the history
  2. Oh wow. A bunch of regrets here:

    1. Use specific methods, like `OSRDestroySpatialReference`, over generic ones, like
    `OSRRelease`. The specific ones are always right.
    2. `atexit` is always a mistake.
    3. Questions end with a question mark.
    thejefflarson committed Jun 26, 2019
    Configuration menu
    Copy the full SHA
    89e6835 View commit details
    Browse the repository at this point in the history