Open
Description
openedon Nov 2, 2024
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:
- Build Mozc for Windows with Bazel.
dumpbin /LOADCONFIG mozc_server.exe | findstr /c:"Dependent Load Flag"
dumpbin /LOADCONFIG mozc_tip64.dll | findstr /c:"Dependent Load Flag"
Expected behavior
- At the step 2,
0A00 Dependent Load Flag
is shown, where0A00
correspondsLOAD_LIBRARY_SEARCH_SYSTEM32 | LOAD_LIBRARY_SEARCH_APPLICATION_DIR
- At the step 3,
0800 Dependent Load Flag
is shown, where0800
correspondsLOAD_LIBRARY_SEARCH_SYSTEM32
.
Version or commit-id
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