|
|
@ -5571,7 +5571,7 @@ case $target_os in |
|
|
|
# Cannot build both shared and static libs when using dllimport. |
|
|
|
# Cannot build both shared and static libs when using dllimport. |
|
|
|
disable static |
|
|
|
disable static |
|
|
|
fi |
|
|
|
fi |
|
|
|
enabled shared && ! enabled small && test_cmd $windres --version && enable gnu_windres |
|
|
|
! enabled small && test_cmd $windres --version && enable gnu_windres |
|
|
|
enabled x86_32 && check_ldflags -Wl,--large-address-aware |
|
|
|
enabled x86_32 && check_ldflags -Wl,--large-address-aware |
|
|
|
shlibdir_default="$bindir_default" |
|
|
|
shlibdir_default="$bindir_default" |
|
|
|
SLIBPREF="" |
|
|
|
SLIBPREF="" |
|
|
@ -5650,7 +5650,7 @@ case $target_os in |
|
|
|
SHFLAGS='-shared -Wl,--out-implib,$(SUBDIR)lib$(FULLNAME).dll.a' |
|
|
|
SHFLAGS='-shared -Wl,--out-implib,$(SUBDIR)lib$(FULLNAME).dll.a' |
|
|
|
enabled x86_64 && objformat="win64" || objformat="win32" |
|
|
|
enabled x86_64 && objformat="win64" || objformat="win32" |
|
|
|
enable dos_paths |
|
|
|
enable dos_paths |
|
|
|
enabled shared && ! enabled small && test_cmd $windres --version && enable gnu_windres |
|
|
|
! enabled small && test_cmd $windres --version && enable gnu_windres |
|
|
|
add_cppflags -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 |
|
|
|
add_cppflags -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 |
|
|
|
;; |
|
|
|
;; |
|
|
|
*-dos|freedos|opendos) |
|
|
|
*-dos|freedos|opendos) |
|
|
|