Skip to content

/DEPENDENTLOADFLAG linker option is not set in Bazel build #1114

Open

Description

Description

For GYP Windows build we have specified /DEPENDENTLOADFLAG linker option as follows.

This is not yet done in Bazel build.

Steps to reproduce

Steps to reproduce the behavior:

  1. Build Mozc for Windows with Bazel.
  2. dumpbin /LOADCONFIG mozc_server.exe | findstr /c:"Dependent Load Flag"
  3. dumpbin /LOADCONFIG mozc_tip64.dll | findstr /c:"Dependent Load Flag"

Expected behavior

  • At the step 2, 0A00 Dependent Load Flag is shown, where 0A00 corresponds LOAD_LIBRARY_SEARCH_SYSTEM32 | LOAD_LIBRARY_SEARCH_APPLICATION_DIR
  • At the step 3, 0800 Dependent Load Flag is shown, where 0800 corresponds LOAD_LIBRARY_SEARCH_SYSTEM32.

Version or commit-id

e1b40ed

Environment

  • OS: Windows 11 23H2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions