зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1460796 Resolve 'Missing entry point ScriptBreak' by including usp10 for the MinGW build r=froydnj
MozReview-Commit-ID: KirwpvYty5s --HG-- extra : rebase_source : 9a920e8c4aa621e43c880a41627b034a6c31aec2
This commit is contained in:
Родитель
313b7d0644
Коммит
9d8f5959d1
|
@ -651,7 +651,7 @@ case "$target" in
|
|||
# Use temp file for windres (bug 213281)
|
||||
RCFLAGS='-O coff --use-temp-file'
|
||||
# mingw doesn't require kernel32, user32, and advapi32 explicitly
|
||||
LIBS="$LIBS -lgdi32 -lwinmm -lwsock32"
|
||||
LIBS="$LIBS -lusp10 -lgdi32 -lwinmm -lwsock32"
|
||||
MOZ_FIX_LINK_PATHS=
|
||||
|
||||
MOZ_OPTIMIZE_FLAGS="-O2"
|
||||
|
|
|
@ -859,7 +859,7 @@ case "$target" in
|
|||
# Use temp file for windres (bug 213281)
|
||||
RCFLAGS='-O coff --use-temp-file'
|
||||
# mingw doesn't require kernel32, user32, and advapi32 explicitly
|
||||
LIBS="$LIBS -luuid -lgdi32 -lwinmm -lwsock32 -luserenv -lsecur32"
|
||||
LIBS="$LIBS -luuid -lusp10 -lgdi32 -lwinmm -lwsock32 -luserenv -lsecur32"
|
||||
MOZ_FIX_LINK_PATHS=
|
||||
|
||||
MOZ_OPTIMIZE_FLAGS="-O1"
|
||||
|
|
Загрузка…
Ссылка в новой задаче