Skip to content

Add mingw support#9

Open
turol wants to merge 10 commits intoiryoku:masterfrom
turol:master
Open

Add mingw support#9
turol wants to merge 10 commits intoiryoku:masterfrom
turol:master

Conversation

@turol
Copy link
Copy Markdown

@turol turol commented Sep 9, 2015

Allows building the demos with mingw. Supports both 32- and 64-bit versions. By default it's set up to cross-compile on Linux but should also work if building natively on Windows.

turol added 10 commits September 7, 2015 16:48
GCC requires full declaration before using a class as default parameter
GCC doesn't allow jumping over initializing variable declaration into
the scope of that variable.
For some reason GCC considers round(float) to be ambiguous but
accepts double. A better way would be to used roundf() but MSVC
doesn't have that.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant