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

fixed cross compilation for windows #31

Closed
wants to merge 5 commits into from

Commits on May 16, 2013

  1. try to link symlink and use a define on error

    fixes compiling with Minimalist GNU win32 (cross) compiler 4.2.1, which
    defines symlink, but doesn't implement it.
    Frank Morgner committed May 16, 2013
    Configuration menu
    Copy the full SHA
    8a759ad View commit details
    Browse the repository at this point in the history

Commits on May 21, 2013

  1. workaround for missing #warning on windows

    Frank Morgner committed May 21, 2013
    Configuration menu
    Copy the full SHA
    917a81d View commit details
    Browse the repository at this point in the history
  2. build silently by default

    Frank Morgner committed May 21, 2013
    Configuration menu
    Copy the full SHA
    fb63c01 View commit details
    Browse the repository at this point in the history
  3. check for alloca

    Frank Morgner committed May 21, 2013
    Configuration menu
    Copy the full SHA
    9209616 View commit details
    Browse the repository at this point in the history
  4. check for strcasecmp

    Frank Morgner committed May 21, 2013
    Configuration menu
    Copy the full SHA
    cab30af View commit details
    Browse the repository at this point in the history