Support for building DLLs on OS/2 (using dllar.sh).
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26136 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
2d35020a8d
commit
11a20c3a78
2 changed files with 8 additions and 2 deletions
9
aclocal.m4
vendored
9
aclocal.m4
vendored
|
|
@ -1402,6 +1402,8 @@ AC_DEFUN(AC_BAKEFILE_SUFFIXES,
|
|||
DLLPREFIX=""
|
||||
;;
|
||||
*-pc-os2_emx | *-pc-os2-emx )
|
||||
SO_SUFFIX="dll"
|
||||
SO_SUFFIX_MODULE="dll"
|
||||
EXEEXT=".exe"
|
||||
DLLPREFIX=""
|
||||
LIBPREFIX=""
|
||||
|
|
@ -1653,11 +1655,16 @@ EOF
|
|||
PIC_FLAG=""
|
||||
;;
|
||||
|
||||
*-pc-os2_emx | *-pc-os2-emx )
|
||||
SHARED_LD_CC="dllar.sh -o"
|
||||
SHARED_LD_CXX="dllar.sh -o"
|
||||
PIC_FLAG=""
|
||||
;;
|
||||
|
||||
*-*-freebsd* | *-*-openbsd* | *-*-netbsd* | \
|
||||
*-*-sunos4* | \
|
||||
*-*-osf* | \
|
||||
*-*-dgux5* | \
|
||||
*-pc-os2_emx | *-pc-os2-emx | \
|
||||
*-*-sysv5* )
|
||||
dnl defaults are ok
|
||||
;;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue