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

SDL2 MinGW fix #43

Open
wants to merge 15 commits into
base: master
Choose a base branch
from
Open

SDL2 MinGW fix #43

wants to merge 15 commits into from

Commits on Nov 1, 2014

  1. Configuration menu
    Copy the full SHA
    e9ed1b4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    84d3aba View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2015

  1. Configuration menu
    Copy the full SHA
    36b8d02 View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2015

  1. Configuration menu
    Copy the full SHA
    22df150 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2015

  1. Configuration menu
    Copy the full SHA
    edb9d20 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2015

  1. strbuf works now.

    ashalkhakov committed Feb 28, 2015
    Configuration menu
    Copy the full SHA
    5cffcb1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4cfde7a View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2015

  1. Configuration menu
    Copy the full SHA
    c2b5663 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2015

  1. Configuration menu
    Copy the full SHA
    d6ec7cf View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2016

  1. Configuration menu
    Copy the full SHA
    97505f3 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2016

  1. Configuration menu
    Copy the full SHA
    9385a20 View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2016

  1. Configuration menu
    Copy the full SHA
    b6d9353 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    889c34f View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2019

  1. Configuration menu
    Copy the full SHA
    95c10cf View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2019

  1. Minor fixes to allow for building SDL2 samples on Windows.

    1. on Windows we have to use the SDL-provided SDL_main, which
       re-defines the usual "main", so we some flags to postpone ATS2
       runtime initialization and dynloading until SDL is initialized
       and takes care of platform issues
    2. we also add back the $PATSHOMERELOC/contrib to the -I search path
       of the C compiler: otherwise, the samples will fail during
       C complation
    ashalkhakov committed Apr 4, 2019
    Configuration menu
    Copy the full SHA
    61cf259 View commit details
    Browse the repository at this point in the history