modified configure to allow configuration of wxMotif under Darwin/Mac OS X
authorGilles Depeyrot <gilles_depeyrot@mac.com>
Sun, 15 Jul 2001 18:47:13 +0000 (18:47 +0000)
committerGilles Depeyrot <gilles_depeyrot@mac.com>
Sun, 15 Jul 2001 18:47:13 +0000 (18:47 +0000)
commitf11bdd03b9623a61bfe3137beeefd7b1256bb9a1
treeaa851c976bd1511d0345b5b77f5b12abd74f6ca3
parentee65598f95309d64d69cfb4dd4191b3f567551fb
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@11061 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
37 files changed:
configure
configure.in
include/wx/app.h
include/wx/choice.h
include/wx/control.h
include/wx/ctrlsub.h
include/wx/defs.h
include/wx/dialog.h
include/wx/dynlib.h
include/wx/filedlg.h
include/wx/font.h
include/wx/frame.h
include/wx/gauge.h
include/wx/geometry.h
include/wx/list.h
include/wx/listbox.h
include/wx/mac/bitmap.h
include/wx/mac/checklst.h
include/wx/mac/dataobj.h
include/wx/mac/mimetype.h
include/wx/mac/notebook.h
include/wx/motif/dataobj.h
include/wx/sckaddr.h
include/wx/spinbutt.h
include/wx/statbmp.h
include/wx/timer.h
src/common/dynlib.cpp
src/html/htmprint.cpp
src/mac/carbon/checklst.cpp
src/mac/carbon/filedlg.cpp
src/mac/carbon/files.lst
src/mac/checklst.cpp
src/mac/filedlg.cpp
src/mac/files.lst
src/makemac.mcp
src/motif/spinbutt.cpp
src/unix/dl_macosx.cpp [deleted file]