Bugfixes for OS/2.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32176 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1613,9 +1613,10 @@ case "${host}" in
|
|||||||
if test "$wxUSE_SHARED" = "yes" -a "$wxUSE_OMF" = "no"; then
|
if test "$wxUSE_SHARED" = "yes" -a "$wxUSE_OMF" = "no"; then
|
||||||
AC_MSG_WARN([Building DLLs requires OMF mode, enabled])
|
AC_MSG_WARN([Building DLLs requires OMF mode, enabled])
|
||||||
wxUSE_OMF=yes
|
wxUSE_OMF=yes
|
||||||
|
enable_omf=yes
|
||||||
fi
|
fi
|
||||||
if test "$wxUSE_OMF" = "yes"; then
|
if test "$wxUSE_OMF" = "yes"; then
|
||||||
LDFLAGS="$LDFLAGS -Zomf -Zlinker /PMTYPE:PM -Zlinker /EXEPACK"
|
LDFLAGS="$LDFLAGS -Zlinker /EXEPACK -Zlinker /PMTYPE:PM"
|
||||||
fi
|
fi
|
||||||
dnl (end of OS/2-only piece)
|
dnl (end of OS/2-only piece)
|
||||||
;;
|
;;
|
||||||
|
Reference in New Issue
Block a user