modified configure to allow configuration of wxMotif under Darwin/Mac OS X
authorGilles Depeyrot <gilles_depeyrot@mac.com>
Sun, 15 Jul 2001 21:12:31 +0000 (21:12 +0000)
committerGilles Depeyrot <gilles_depeyrot@mac.com>
Sun, 15 Jul 2001 21:12:31 +0000 (21:12 +0000)
commitf5c6eb5c178b44f4400495e06274ffd130635190
treed9f6ab22fb08d136b27626f9147499313eeb583b
parent0cbb929795f8f37acd1eef923a3d8f48f978d963
modified configure to allow configuration of wxMotif under Darwin/Mac OS X
wxWindows can be configured as wxMac or wxMotif under Mac OS X
replaced __WXMAC_X__ define by __DARWIN__ (general Darwin related issues)
moved dlopen/dlerror code to dynlib.cpp to make it available for wxMotif

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11065 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
32 files changed:
src/mac/app.cpp
src/mac/bitmap.cpp
src/mac/button.cpp
src/mac/carbon/app.cpp
src/mac/carbon/bitmap.cpp
src/mac/carbon/button.cpp
src/mac/carbon/dc.cpp
src/mac/carbon/dirdlg.cpp
src/mac/carbon/dirmac.cpp
src/mac/carbon/dnd.cpp
src/mac/carbon/gsocket.c
src/mac/carbon/listbox.cpp
src/mac/carbon/menu.cpp
src/mac/carbon/notebmac.cpp
src/mac/carbon/pnghand.cpp
src/mac/carbon/textctrl.cpp
src/mac/carbon/uma.cpp
src/mac/carbon/utils.cpp
src/mac/carbon/utilsexc.cpp
src/mac/dc.cpp
src/mac/dirdlg.cpp
src/mac/dirmac.cpp
src/mac/dnd.cpp
src/mac/gsocket.c
src/mac/listbox.cpp
src/mac/menu.cpp
src/mac/notebmac.cpp
src/mac/pnghand.cpp
src/mac/textctrl.cpp
src/mac/uma.cpp
src/mac/utils.cpp
src/mac/utilsexc.cpp