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

added a premake5.lua file to allow using the latest premake-dev versions #28

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dcourtois
Copy link

Hi,

This pull request just adds a Premake5 script (which fixes a warning on the deprecated "Optimize" flag) which in turn allows the creation of Visual Studio 2013 solutions.

As a side note : the libs (TinyXml and wxWidgets) that are in the decoda repository were build with the Visual Studio 2013 SDK, not the vs2012 one, like it's written in the readme file : If you clone decoda on a fresh folder, then run "premake4.exe vs2012" and try to compile with Visual Studio 2012, you'll get a _MSC_VER mismatch. With this pull request, if you run "premake5.exe vs2013" and try to compile with Visual Studio 2013, no more mismatch.

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