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

Add runtime version 10.0.19041.746 and fix generation 'cmake -G \"Visual Studio 16 2019\" -A x64'. #47

Merged
merged 2 commits into from
Mar 6, 2021

Conversation

M3ikShizuka
Copy link
Contributor

Add runtime

Version: 10.0.19041.746

Fix generation:

Problem:

cmake -G "Visual Studio 16 2019" -A x64 ../../
...
[RpcView]
[RpcDecompiler]
[RpcCore1_32bits]
[RpcCore2_32bits]
[RpcCore3_32bits]
[RpcCore4_32bits]
-- Configuring done
-- Generating done
-- Build files have been written to: D:/tools/RpcView/Build/x64

Fix:

cmake -G "Visual Studio 16 2019" -A x64 ../../
...
[RpcView]
[RpcDecompiler]
[RpcCore1_32bits]
[RpcCore2_32bits]
[RpcCore2_64bits]
[RpcCore3_32bits]
[RpcCore3_64bits]
[RpcCore4_32bits]
[RpcCore4_64bits]
-- Configuring done
-- Generating done
-- Build files have been written to: D:/tools/RpcView/Build/x64

@silverf0x silverf0x merged commit 3c2aaf2 into silverf0x:master Mar 6, 2021
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.

2 participants