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

Staticly link the windows jnidispatch.dll when build with MSVC compiler #675

Merged

Conversation

matthiasblaesing
Copy link
Member

Without this modification the jnidispatch.dll (when built by MSVC) is
dynamicly linked against msvcr100.dll. This requires the corresponding
runtime libraries to be installed.

Closes: #636

Without this modification the jnidispatch.dll (when built by MSVC) is
dynamicly linked against msvcr100.dll. This requires the corresponding
runtime libraries to be installed.

Closes: java-native-access#636
@twall
Copy link
Contributor

twall commented Jul 5, 2016

LGTM.

@twall twall merged commit adb916e into java-native-access:master Jul 5, 2016
@matthiasblaesing matthiasblaesing deleted the static_build_windows branch July 8, 2016 20:45
mstyura pushed a commit to mstyura/jna that referenced this pull request Sep 9, 2024
…#675)

Motivation:

The chromium-stable branch of boringssl has new commits. We should pull
them in.

Modifications:

Change commit sha of boringssl to the latest

Result:

Use latest code of chromium-stable branch
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