Skip to content

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

Merged
twall merged 1 commit intojava-native-access:masterfrom
matthiasblaesing:static_build_windows
Jul 5, 2016
Merged

Staticly link the windows jnidispatch.dll when build with MSVC compiler#675
twall merged 1 commit intojava-native-access:masterfrom
matthiasblaesing:static_build_windows

Conversation

@matthiasblaesing
Copy link
Copy Markdown
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
Copy Markdown
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