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

CMake file for Windows #27

Open
hsdk123 opened this issue Apr 21, 2017 · 3 comments
Open

CMake file for Windows #27

hsdk123 opened this issue Apr 21, 2017 · 3 comments

Comments

@hsdk123
Copy link

hsdk123 commented Apr 21, 2017

Hi, I'm having trouble building with the solution files provided (problems with target compiler changing, etc. that don't seem to be resolvable for some reason) and was hoping to use CMake to compile from my environment.

Would this perhaps be available?

@borisblizzard
Copy link
Collaborator

Hello.

The target SDK version is set for convenience reasons and should actually work fine if you install the newest update of VS2015 Express for Desktop (should be Update 3 at the moment of writing) and the Windows SDK. Let me know if that works out for you since there is an alternative solution if you can't get it running.

@kundelstein
Copy link

I can confirm, retargetting for some reason doesn't work. I have trouble changing SDK version in VS2015. Tried solution for 2013 and it worked up to point when I got this error:
'vsyasm' is not recognized as an internal or external command,

@borisblizzard
Copy link
Collaborator

borisblizzard commented Apr 30, 2018

vsyasm is only used for the clipwebm plugin so you should be able to just ignore it.

The fixed SDK version is 10.0.10586.0. Newer versions might not work right on older Windows 10 installations (yay, MS) which is why we decided to freeze it there.

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

No branches or pull requests

3 participants