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

SOIL2 in x64 #29

Closed
SpartanJ opened this issue Dec 21, 2019 · 1 comment
Closed

SOIL2 in x64 #29

SpartanJ opened this issue Dec 21, 2019 · 1 comment
Labels
bug Something isn't working minor

Comments

@SpartanJ
Copy link
Owner

Original report by Anonymous.


Hi!

I've been trying to generate my .lib using x64 and just can't seem to get it too work. Heres the cmd input I'm doing:

premake4 vs2012 --platform=x64

This may be incorrect, it's just what I've seen for other research. Please let me know the correct way to generate, if at all possible.

Thanks! :)

@SpartanJ
Copy link
Owner Author

Original comment by Martín Lucas Golini (Bitbucket: SpartanJ, GitHub: SpartanJ).


After you generate the project files for Visual Studio with the command you mentioned you need to open the generated project with Visual Studio, the project files will be located at: make/windows. Then you just compile the library with Visual Studio as any other solution. If you have a more recent Visual Studio you’ll need to upgrade the default compiler to the solution, the other alternative is using premake5 instead of premake4 that supports VS projects from VS 2010 to 2019.

@SpartanJ SpartanJ added minor bug Something isn't working labels Jan 14, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working minor
Projects
None yet
Development

No branches or pull requests

1 participant