From d249ee599a8d0fc78013b8432c33a5eb1ed27e0c Mon Sep 17 00:00:00 2001 From: Maarten ter Huurne Date: Sun, 4 Dec 2011 15:43:52 +0100 Subject: [PATCH] Added CMakeLists.txt for wxWidgets under OS X. The vast majority of the changes in this commit were originally done by Shawn Hoffman in commit c86846cf9c995d8e0463419bd9477b0dae884929. --- Externals/wxWidgets3/CMakeLists.txt | 1244 +++++++++++++++++++++++++++ 1 file changed, 1244 insertions(+) create mode 100644 Externals/wxWidgets3/CMakeLists.txt diff --git a/Externals/wxWidgets3/CMakeLists.txt b/Externals/wxWidgets3/CMakeLists.txt new file mode 100644 index 0000000000..09437f5b68 --- /dev/null +++ b/Externals/wxWidgets3/CMakeLists.txt @@ -0,0 +1,1244 @@ +# gtk, msw, osx and shared files as of r67291 + +set(SRCS_AUI + "src/aui/auibar.cpp" + "src/aui/auibook.cpp" + "src/aui/dockart.cpp" + "src/aui/floatpane.cpp" + "src/aui/framemanager.cpp" + "src/aui/tabmdi.cpp") + +set(SRCS_COMMON + "src/common/accelcmn.cpp" + #"src/common/accesscmn.cpp" + "src/common/anidecod.cpp" + "src/common/animatecmn.cpp" + "src/common/any.cpp" + "src/common/appbase.cpp" + "src/common/appcmn.cpp" + "src/common/arcall.cpp" + "src/common/arcfind.cpp" + "src/common/archive.cpp" + "src/common/arrstr.cpp" + "src/common/artprov.cpp" + "src/common/artstd.cpp" + "src/common/arttango.cpp" + "src/common/base64.cpp" + "src/common/bmpbase.cpp" + "src/common/bmpbtncmn.cpp" + "src/common/bmpcboxcmn.cpp" + "src/common/bookctrl.cpp" + "src/common/btncmn.cpp" + "src/common/cairo.cpp" + "src/common/calctrlcmn.cpp" + "src/common/checkboxcmn.cpp" + "src/common/checklstcmn.cpp" + "src/common/choiccmn.cpp" + "src/common/clipcmn.cpp" + "src/common/clntdata.cpp" + "src/common/clrpickercmn.cpp" + "src/common/cmdline.cpp" + "src/common/cmdproc.cpp" + "src/common/cmndata.cpp" + "src/common/colourcmn.cpp" + "src/common/colourdata.cpp" + "src/common/combocmn.cpp" + "src/common/config.cpp" + "src/common/containr.cpp" + "src/common/convauto.cpp" + "src/common/cshelp.cpp" + "src/common/ctrlcmn.cpp" + "src/common/ctrlsub.cpp" + "src/common/datavcmn.cpp" + "src/common/datetime.cpp" + "src/common/datetimefmt.cpp" + "src/common/datstrm.cpp" + "src/common/dcbase.cpp" + "src/common/dcbufcmn.cpp" + "src/common/dcgraph.cpp" + "src/common/dcsvg.cpp" + "src/common/debugrpt.cpp" + "src/common/dircmn.cpp" + "src/common/dirctrlcmn.cpp" + "src/common/dlgcmn.cpp" + "src/common/dndcmn.cpp" + "src/common/dobjcmn.cpp" + "src/common/docmdi.cpp" + "src/common/docview.cpp" + "src/common/dpycmn.cpp" + "src/common/dseldlg.cpp" + "src/common/dynarray.cpp" + "src/common/dynlib.cpp" + "src/common/dynload.cpp" + #"src/common/effects.cpp" + "src/common/encconv.cpp" + "src/common/event.cpp" + "src/common/evtloopcmn.cpp" + "src/common/extended.c" + "src/common/fddlgcmn.cpp" + "src/common/fdiodispatcher.cpp" + "src/common/ffile.cpp" + "src/common/file.cpp" + "src/common/fileback.cpp" + "src/common/fileconf.cpp" + "src/common/filectrlcmn.cpp" + "src/common/filefn.cpp" + "src/common/filehistorycmn.cpp" + "src/common/filename.cpp" + "src/common/filepickercmn.cpp" + "src/common/filesys.cpp" + "src/common/filtall.cpp" + "src/common/filtfind.cpp" + "src/common/fldlgcmn.cpp" + "src/common/fmapbase.cpp" + "src/common/fontcmn.cpp" + "src/common/fontdata.cpp" + "src/common/fontenumcmn.cpp" + "src/common/fontmap.cpp" + #"src/common/fontmgrcmn.cpp" + "src/common/fontpickercmn.cpp" + "src/common/fontutilcmn.cpp" + "src/common/framecmn.cpp" + "src/common/fs_arc.cpp" + "src/common/fs_filter.cpp" + "src/common/fs_inet.cpp" + "src/common/fs_mem.cpp" + #"src/common/fswatchercmn.cpp" + "src/common/ftp.cpp" + "src/common/gaugecmn.cpp" + "src/common/gbsizer.cpp" + "src/common/gdicmn.cpp" + "src/common/geometry.cpp" + "src/common/gifdecod.cpp" + "src/common/glcmn.cpp" + "src/common/graphcmn.cpp" + "src/common/gridcmn.cpp" + "src/common/hash.cpp" + "src/common/hashmap.cpp" + "src/common/headercolcmn.cpp" + "src/common/headerctrlcmn.cpp" + "src/common/helpbase.cpp" + "src/common/http.cpp" + "src/common/hyperlnkcmn.cpp" + "src/common/iconbndl.cpp" + "src/common/imagall.cpp" + "src/common/imagbmp.cpp" + "src/common/image.cpp" + "src/common/imagfill.cpp" + #"src/common/imaggif.cpp" + #"src/common/imagiff.cpp" + #"src/common/imagjpeg.cpp" + #"src/common/imagpcx.cpp" + "src/common/imagpng.cpp" + #"src/common/imagpnm.cpp" + #"src/common/imagtga.cpp" + #"src/common/imagtiff.cpp" + #"src/common/imagxpm.cpp" + "src/common/init.cpp" + "src/common/intl.cpp" + "src/common/ipcbase.cpp" + "src/common/languageinfo.cpp" + "src/common/layout.cpp" + "src/common/lboxcmn.cpp" + "src/common/list.cpp" + "src/common/listctrlcmn.cpp" + "src/common/log.cpp" + "src/common/longlong.cpp" + #"src/common/markupparser.cpp" + "src/common/matrix.cpp" + #"src/common/mediactrlcmn.cpp" + #"src/common/memory.cpp" + "src/common/menucmn.cpp" + "src/common/mimecmn.cpp" + "src/common/module.cpp" + "src/common/mousemanager.cpp" + "src/common/msgout.cpp" + "src/common/mstream.cpp" + "src/common/nbkbase.cpp" + "src/common/numformatter.cpp" + "src/common/object.cpp" + "src/common/odcombocmn.cpp" + "src/common/overlaycmn.cpp" + #"src/common/ownerdrwcmn.cpp" + "src/common/panelcmn.cpp" + "src/common/paper.cpp" + "src/common/persist.cpp" + "src/common/pickerbase.cpp" + "src/common/platinfo.cpp" + "src/common/popupcmn.cpp" + "src/common/powercmn.cpp" + "src/common/prntbase.cpp" + "src/common/process.cpp" + "src/common/protocol.cpp" + "src/common/quantize.cpp" + "src/common/radiobtncmn.cpp" + "src/common/radiocmn.cpp" + "src/common/rearrangectrl.cpp" + #"src/common/regex.cpp" + "src/common/rendcmn.cpp" + "src/common/rgncmn.cpp" + "src/common/sckaddr.cpp" + "src/common/sckfile.cpp" + "src/common/sckipc.cpp" + "src/common/sckstrm.cpp" + "src/common/scrolbarcmn.cpp" + "src/common/selectdispatcher.cpp" + "src/common/settcmn.cpp" + "src/common/sizer.cpp" + "src/common/slidercmn.cpp" + "src/common/socket.cpp" + "src/common/socketiohandler.cpp" + "src/common/spinbtncmn.cpp" + "src/common/spinctrlcmn.cpp" + "src/common/srchcmn.cpp" + "src/common/sstream.cpp" + "src/common/statbar.cpp" + "src/common/statbmpcmn.cpp" + "src/common/statboxcmn.cpp" + "src/common/statlinecmn.cpp" + "src/common/stattextcmn.cpp" + "src/common/stdpbase.cpp" + "src/common/stdstream.cpp" + "src/common/stockitem.cpp" + "src/common/stopwatch.cpp" + "src/common/strconv.cpp" + "src/common/stream.cpp" + "src/common/string.cpp" + "src/common/stringimpl.cpp" + "src/common/stringops.cpp" + "src/common/strvararg.cpp" + "src/common/sysopt.cpp" + "src/common/tarstrm.cpp" + "src/common/taskbarcmn.cpp" + "src/common/tbarbase.cpp" + "src/common/textbuf.cpp" + "src/common/textcmn.cpp" + "src/common/textentrycmn.cpp" + "src/common/textfile.cpp" + "src/common/timercmn.cpp" + "src/common/timerimpl.cpp" + "src/common/tokenzr.cpp" + "src/common/toplvcmn.cpp" + "src/common/translation.cpp" + "src/common/treebase.cpp" + "src/common/txtstrm.cpp" + "src/common/uiactioncmn.cpp" + "src/common/unichar.cpp" + "src/common/uri.cpp" + "src/common/url.cpp" + "src/common/ustring.cpp" + "src/common/utilscmn.cpp" + "src/common/valgen.cpp" + "src/common/validate.cpp" + "src/common/valnum.cpp" + "src/common/valtext.cpp" + "src/common/variant.cpp" + "src/common/wfstream.cpp" + "src/common/wincmn.cpp" + "src/common/windowid.cpp" + "src/common/wrapsizer.cpp" + "src/common/wxcrt.cpp" + "src/common/wxprintf.cpp" + "src/common/xlocale.cpp" + "src/common/xpmdecod.cpp" + #"src/common/xti.cpp" + #"src/common/xtistrm.cpp" + #"src/common/xtixml.cpp" + "src/common/zipstrm.cpp" + "src/common/zstream.cpp") + +set(SRCS_EXPAT + #"src/expat/lib/xmlparse.c" + #"src/expat/lib/xmlrole.c" + #"src/expat/lib/xmltok.c" + #"src/expat/lib/xmltok_impl.c" + #"src/expat/lib/xmltok_ns.c" + #"src/expat/xmlwf/codepage.c" + #"src/expat/xmlwf/ct.c" + #"src/expat/xmlwf/readfilemap.c" + #"src/expat/xmlwf/unixfilemap.c" + #"src/expat/xmlwf/win32filemap.c" + #"src/expat/xmlwf/xmlfile.c" + #"src/expat/xmlwf/xmlmime.c" + #"src/expat/xmlwf/xmlwf.c" + #"src/expat/xmlwf/xmlwin32url.cxx" +) + +set(SRCS_GENERIC + "src/generic/aboutdlgg.cpp" + "src/generic/bmpcboxg.cpp" + "src/generic/busyinfo.cpp" + "src/generic/buttonbar.cpp" + "src/generic/calctrlg.cpp" + "src/generic/caret.cpp" + "src/generic/choicbkg.cpp" + "src/generic/choicdgg.cpp" + #"src/generic/colour.cpp" + "src/generic/combog.cpp" + "src/generic/commandlinkbuttong.cpp" + "src/generic/datavgen.cpp" + "src/generic/datectlg.cpp" + #"src/generic/dbgrptg.cpp" + "src/generic/dcpsg.cpp" + "src/generic/dirctrlg.cpp" + "src/generic/dragimgg.cpp" + "src/generic/editlbox.cpp" + "src/generic/fdrepdlg.cpp" + "src/generic/filectrlg.cpp" + "src/generic/filepickerg.cpp" + "src/generic/fontdlgg.cpp" + #"src/generic/fswatcherg.cpp" + "src/generic/graphicc.cpp" + "src/generic/grid.cpp" + "src/generic/gridctrl.cpp" + "src/generic/grideditors.cpp" + "src/generic/gridsel.cpp" + "src/generic/headerctrlg.cpp" + "src/generic/helpext.cpp" + #"src/generic/htmllbox.cpp" + "src/generic/hyperlinkg.cpp" + "src/generic/infobar.cpp" + "src/generic/laywin.cpp" + "src/generic/listbkg.cpp" + "src/generic/listctrl.cpp" + "src/generic/logg.cpp" + #"src/generic/markuptext.cpp" + #"src/generic/mask.cpp" + "src/generic/mdig.cpp" + "src/generic/msgdlgg.cpp" + #"src/generic/notebook.cpp" + "src/generic/notifmsgg.cpp" + "src/generic/numdlgg.cpp" + "src/generic/odcombo.cpp" + "src/generic/panelg.cpp" + "src/generic/printps.cpp" + "src/generic/prntdlgg.cpp" + "src/generic/progdlgg.cpp" + "src/generic/propdlg.cpp" + #"src/generic/regiong.cpp" + "src/generic/renderg.cpp" + "src/generic/richmsgdlgg.cpp" + "src/generic/sashwin.cpp" + "src/generic/scrlwing.cpp" + "src/generic/selstore.cpp" + "src/generic/spinctlg.cpp" + "src/generic/splash.cpp" + "src/generic/splitter.cpp" + "src/generic/srchctlg.cpp" + "src/generic/statbmpg.cpp" + #"src/generic/statline.cpp" + "src/generic/stattextg.cpp" + "src/generic/statusbr.cpp" + "src/generic/tabg.cpp" + "src/generic/textdlgg.cpp" + #"src/generic/timer.cpp" + "src/generic/tipdlg.cpp" + "src/generic/tipwin.cpp" + "src/generic/toolbkg.cpp" + "src/generic/treebkg.cpp" + "src/generic/treectlg.cpp" + "src/generic/vlbox.cpp" + "src/generic/vscroll.cpp" + "src/generic/wizard.cpp") + +set(SRCS_GENERICGTK + "src/generic/accel.cpp" + "src/generic/icon.cpp" + "src/generic/imaglist.cpp" + "src/generic/paletteg.cpp") + +set(SRCS_GENERICOSX + "src/generic/animateg.cpp" + "src/generic/clrpickerg.cpp" + "src/generic/collpaneg.cpp" + "src/generic/colrdlgg.cpp" + "src/generic/dirdlgg.cpp" + "src/generic/filedlgg.cpp" + "src/generic/fontpickerg.cpp") + +set(SRCS_GTK + "src/gtk/aboutdlg.cpp" + "src/gtk/animate.cpp" + "src/gtk/app.cpp" + "src/gtk/artgtk.cpp" + "src/gtk/assertdlg_gtk.c" + "src/gtk/bitmap.cpp" + "src/gtk/bmpbuttn.cpp" + "src/gtk/bmpcbox.cpp" + "src/gtk/brush.cpp" + "src/gtk/button.cpp" + "src/gtk/calctrl.cpp" + "src/gtk/checkbox.cpp" + "src/gtk/checklst.cpp" + "src/gtk/choice.cpp" + "src/gtk/clipbrd.cpp" + "src/gtk/clrpicker.cpp" + "src/gtk/collpane.cpp" + "src/gtk/colordlg.cpp" + "src/gtk/colour.cpp" + "src/gtk/combobox.cpp" + "src/gtk/control.cpp" + "src/gtk/cursor.cpp" + "src/gtk/dataobj.cpp" + "src/gtk/dataview.cpp" + "src/gtk/dc.cpp" + "src/gtk/dcclient.cpp" + "src/gtk/dcmemory.cpp" + "src/gtk/dcscreen.cpp" + "src/gtk/dialog.cpp" + "src/gtk/dirdlg.cpp" + "src/gtk/dnd.cpp" + "src/gtk/eggtrayicon.c" + "src/gtk/evtloop.cpp" + "src/gtk/filectrl.cpp" + "src/gtk/filedlg.cpp" + "src/gtk/filehistory.cpp" + "src/gtk/filepicker.cpp" + "src/gtk/font.cpp" + "src/gtk/fontdlg.cpp" + "src/gtk/fontpicker.cpp" + "src/gtk/frame.cpp" + "src/gtk/gauge.cpp" + "src/gtk/glcanvas.cpp" + #"src/gtk/gnome/gprint.cpp" + #"src/gtk/gnome/gvfs.cpp" + #"src/gtk/hildon/notifmsg.cpp" + "src/gtk/hyperlink.cpp" + "src/gtk/infobar.cpp" + "src/gtk/listbox.cpp" + "src/gtk/mdi.cpp" + "src/gtk/menu.cpp" + "src/gtk/minifram.cpp" + "src/gtk/mnemonics.cpp" + "src/gtk/msgdlg.cpp" + "src/gtk/nativewin.cpp" + "src/gtk/notebook.cpp" + "src/gtk/pen.cpp" + "src/gtk/popupwin.cpp" + #"src/gtk/print.cpp" + "src/gtk/private.cpp" + "src/gtk/radiobox.cpp" + "src/gtk/radiobut.cpp" + "src/gtk/region.cpp" + "src/gtk/renderer.cpp" + "src/gtk/scrolbar.cpp" + "src/gtk/scrolwin.cpp" + "src/gtk/settings.cpp" + "src/gtk/slider.cpp" + "src/gtk/sockgtk.cpp" + "src/gtk/spinbutt.cpp" + "src/gtk/spinctrl.cpp" + "src/gtk/statbmp.cpp" + "src/gtk/statbox.cpp" + "src/gtk/statline.cpp" + "src/gtk/stattext.cpp" + "src/gtk/taskbar.cpp" + "src/gtk/textctrl.cpp" + "src/gtk/textentry.cpp" + "src/gtk/tglbtn.cpp" + "src/gtk/timer.cpp" + "src/gtk/toolbar.cpp" + "src/gtk/tooltip.cpp" + "src/gtk/toplevel.cpp" + "src/gtk/treeentry_gtk.c" + "src/gtk/utilsgtk.cpp" + "src/gtk/win_gtk.cpp" + "src/gtk/window.cpp") + +set(SRCS_HTML + "src/html/chm.cpp" + "src/html/helpctrl.cpp" + "src/html/helpdata.cpp" + "src/html/helpdlg.cpp" + "src/html/helpfrm.cpp" + "src/html/helpwnd.cpp" + "src/html/htmlcell.cpp" + #"src/html/htmlctrl/webkit/webkit.mm" + "src/html/htmlfilt.cpp" + "src/html/htmlpars.cpp" + "src/html/htmltag.cpp" + "src/html/htmlwin.cpp" + "src/html/htmprint.cpp" + "src/html/m_dflist.cpp" + "src/html/m_fonts.cpp" + "src/html/m_hline.cpp" + "src/html/m_image.cpp" + "src/html/m_layout.cpp" + "src/html/m_links.cpp" + "src/html/m_list.cpp" + "src/html/m_pre.cpp" + "src/html/m_span.cpp" + "src/html/m_style.cpp" + "src/html/m_tables.cpp" + "src/html/styleparams.cpp" + "src/html/winpars.cpp") + +set(SRCS_JPEG + "src/jpeg/jcapimin.c" + "src/jpeg/jcapistd.c" + "src/jpeg/jccoefct.c" + "src/jpeg/jccolor.c" + "src/jpeg/jcdctmgr.c" + "src/jpeg/jchuff.c" + "src/jpeg/jcinit.c" + "src/jpeg/jcmainct.c" + "src/jpeg/jcmarker.c" + "src/jpeg/jcmaster.c" + "src/jpeg/jcomapi.c" + "src/jpeg/jcparam.c" + "src/jpeg/jcphuff.c" + "src/jpeg/jcprepct.c" + "src/jpeg/jcsample.c" + "src/jpeg/jctrans.c" + "src/jpeg/jdapimin.c" + "src/jpeg/jdapistd.c" + "src/jpeg/jdatadst.c" + "src/jpeg/jdatasrc.c" + "src/jpeg/jdcoefct.c" + "src/jpeg/jdcolor.c" + "src/jpeg/jddctmgr.c" + "src/jpeg/jdhuff.c" + "src/jpeg/jdinput.c" + "src/jpeg/jdmainct.c" + "src/jpeg/jdmarker.c" + "src/jpeg/jdmaster.c" + "src/jpeg/jdmerge.c" + "src/jpeg/jdphuff.c" + "src/jpeg/jdpostct.c" + "src/jpeg/jdsample.c" + "src/jpeg/jdtrans.c" + "src/jpeg/jerror.c" + "src/jpeg/jfdctflt.c" + "src/jpeg/jfdctfst.c" + "src/jpeg/jfdctint.c" + "src/jpeg/jidctflt.c" + "src/jpeg/jidctfst.c" + "src/jpeg/jidctint.c" + "src/jpeg/jidctred.c" + "src/jpeg/jmemansi.c" + "src/jpeg/jmemmgr.c" + "src/jpeg/jmemname.c" + "src/jpeg/jmemnobs.c" + "src/jpeg/jquant1.c" + "src/jpeg/jquant2.c" + "src/jpeg/jutils.c") + +set(SRCS_MSW + "src/msw/aboutdlg.cpp" + "src/msw/accel.cpp" + "src/msw/app.cpp" + "src/msw/artmsw.cpp" + "src/msw/basemsw.cpp" + "src/msw/bitmap.cpp" + "src/msw/bmpbuttn.cpp" + "src/msw/bmpcbox.cpp" + "src/msw/brush.cpp" + "src/msw/button.cpp" + "src/msw/calctrl.cpp" + "src/msw/caret.cpp" + "src/msw/checkbox.cpp" + "src/msw/checklst.cpp" + "src/msw/choice.cpp" + "src/msw/clipbrd.cpp" + "src/msw/colordlg.cpp" + "src/msw/colour.cpp" + "src/msw/combo.cpp" + "src/msw/combobox.cpp" + "src/msw/commandlinkbutton.cpp" + "src/msw/control.cpp" + "src/msw/crashrpt.cpp" + "src/msw/cursor.cpp" + "src/msw/data.cpp" + "src/msw/datecontrols.cpp" + "src/msw/datectrl.cpp" + "src/msw/dc.cpp" + "src/msw/dcclient.cpp" + "src/msw/dcmemory.cpp" + "src/msw/dcprint.cpp" + "src/msw/dcscreen.cpp" + "src/msw/dde.cpp" + "src/msw/debughlp.cpp" + "src/msw/dialog.cpp" + "src/msw/dialup.cpp" + "src/msw/dib.cpp" + "src/msw/dir.cpp" + "src/msw/dirdlg.cpp" + "src/msw/display.cpp" + "src/msw/dlmsw.cpp" + "src/msw/dragimag.cpp" + "src/msw/enhmeta.cpp" + "src/msw/evtloop.cpp" + "src/msw/fdrepdlg.cpp" + "src/msw/filedlg.cpp" + "src/msw/font.cpp" + "src/msw/fontdlg.cpp" + "src/msw/fontenum.cpp" + "src/msw/fontutil.cpp" + "src/msw/frame.cpp" + #"src/msw/fswatcher.cpp" + "src/msw/gauge.cpp" + "src/msw/gdiimage.cpp" + "src/msw/gdiobj.cpp" + "src/msw/gdiplus.cpp" + "src/msw/glcanvas.cpp" + "src/msw/graphics.cpp" + "src/msw/headerctrl.cpp" + "src/msw/helpbest.cpp" + "src/msw/helpchm.cpp" + "src/msw/helpwin.cpp" + "src/msw/hyperlink.cpp" + "src/msw/icon.cpp" + "src/msw/imaglist.cpp" + "src/msw/iniconf.cpp" + #"src/msw/joystick.cpp" + "src/msw/listbox.cpp" + "src/msw/listctrl.cpp" + "src/msw/main.cpp" + "src/msw/mdi.cpp" + #"src/msw/mediactrl_am.cpp" + #"src/msw/mediactrl_qt.cpp" + #"src/msw/mediactrl_wmp10.cpp" + "src/msw/menu.cpp" + "src/msw/menuitem.cpp" + "src/msw/metafile.cpp" + "src/msw/microwin.c" + "src/msw/mimetype.cpp" + "src/msw/minifram.cpp" + "src/msw/msgdlg.cpp" + "src/msw/mslu.cpp" + "src/msw/nativdlg.cpp" + "src/msw/nativewin.cpp" + "src/msw/notebook.cpp" + "src/msw/notifmsg.cpp" + "src/msw/ole/access.cpp" + "src/msw/ole/activex.cpp" + "src/msw/ole/automtn.cpp" + "src/msw/ole/dataobj.cpp" + "src/msw/ole/dropsrc.cpp" + "src/msw/ole/droptgt.cpp" + "src/msw/ole/oleutils.cpp" + "src/msw/ole/uuid.cpp" + "src/msw/ownerdrw.cpp" + "src/msw/palette.cpp" + "src/msw/panel.cpp" + "src/msw/pen.cpp" + "src/msw/penwin.cpp" + "src/msw/popupwin.cpp" + "src/msw/power.cpp" + "src/msw/printdlg.cpp" + "src/msw/printwin.cpp" + "src/msw/progdlg.cpp" + "src/msw/radiobox.cpp" + "src/msw/radiobut.cpp" + "src/msw/regconf.cpp" + "src/msw/region.cpp" + "src/msw/registry.cpp" + "src/msw/renderer.cpp" + "src/msw/richmsgdlg.cpp" + "src/msw/scrolbar.cpp" + "src/msw/settings.cpp" + "src/msw/slider.cpp" + "src/msw/snglinst.cpp" + "src/msw/sockmsw.cpp" + "src/msw/sound.cpp" + "src/msw/spinbutt.cpp" + "src/msw/spinctrl.cpp" + #"src/msw/stackwalk.cpp" + "src/msw/statbmp.cpp" + "src/msw/statbox.cpp" + "src/msw/statline.cpp" + "src/msw/stattext.cpp" + "src/msw/statusbar.cpp" + "src/msw/stdpaths.cpp" + "src/msw/taskbar.cpp" + "src/msw/textctrl.cpp" + "src/msw/textentry.cpp" + "src/msw/tglbtn.cpp" + "src/msw/thread.cpp" + "src/msw/timer.cpp" + "src/msw/toolbar.cpp" + "src/msw/tooltip.cpp" + "src/msw/toplevel.cpp" + "src/msw/treectrl.cpp" + "src/msw/uiaction.cpp" + "src/msw/urlmsw.cpp" + "src/msw/utils.cpp" + "src/msw/utilsexc.cpp" + "src/msw/utilsgui.cpp" + "src/msw/uxtheme.cpp" + "src/msw/version.rc" + "src/msw/volume.cpp" + "src/msw/wince/checklst.cpp" + "src/msw/wince/choicece.cpp" + "src/msw/wince/crt.cpp" + "src/msw/wince/filedlgwce.cpp" + "src/msw/wince/filefnwce.cpp" + "src/msw/wince/helpwce.cpp" + "src/msw/wince/menuce.cpp" + "src/msw/wince/net.cpp" + "src/msw/wince/tbarwce.cpp" + "src/msw/wince/textctrlce.cpp" + "src/msw/wince/time.cpp" + "src/msw/window.cpp" + "src/msw/winestub.c") + +set(SRCS_OSX + "src/osx/accel.cpp" + "src/osx/artmac.cpp" + "src/osx/bmpbuttn_osx.cpp" + "src/osx/brush.cpp" + "src/osx/button_osx.cpp" + "src/osx/checkbox_osx.cpp" + "src/osx/checklst_osx.cpp" + "src/osx/choice_osx.cpp" + "src/osx/combobox_osx.cpp" + "src/osx/dataview_osx.cpp" + "src/osx/dialog_osx.cpp" + "src/osx/dnd_osx.cpp" + "src/osx/fontutil.cpp" + "src/osx/gauge_osx.cpp" + "src/osx/glcanvas_osx.cpp" + "src/osx/imaglist.cpp" + "src/osx/listbox_osx.cpp" + "src/osx/menu_osx.cpp" + "src/osx/menuitem_osx.cpp" + "src/osx/minifram.cpp" + "src/osx/nonownedwnd_osx.cpp" + "src/osx/notebook_osx.cpp" + "src/osx/palette.cpp" + "src/osx/pen.cpp" + "src/osx/printdlg_osx.cpp" + "src/osx/radiobox_osx.cpp" + "src/osx/radiobut_osx.cpp" + "src/osx/scrolbar_osx.cpp" + "src/osx/slider_osx.cpp" + "src/osx/sound_osx.cpp" + "src/osx/spinbutt_osx.cpp" + "src/osx/spinctrl_osx.cpp" + "src/osx/srchctrl_osx.cpp" + "src/osx/statbox_osx.cpp" + "src/osx/statline_osx.cpp" + "src/osx/stattext_osx.cpp" + "src/osx/textctrl_osx.cpp" + "src/osx/textentry_osx.cpp" + "src/osx/tglbtn_osx.cpp" + "src/osx/toolbar_osx.cpp" + "src/osx/toplevel_osx.cpp" + "src/osx/uiaction_osx.cpp" + "src/osx/utils_osx.cpp" + "src/osx/window_osx.cpp" + #"src/osx/carbon/aboutdlg.cpp" + "src/osx/carbon/app.cpp" + #"src/osx/carbon/bmpbuttn.cpp" + #"src/osx/carbon/button.cpp" + #"src/osx/carbon/checkbox.cpp" + #"src/osx/carbon/choice.cpp" + "src/osx/carbon/clipbrd.cpp" + #"src/osx/carbon/colordlg.cpp" + "src/osx/carbon/colordlgosx.mm" + #"src/osx/carbon/combobox.cpp" + #"src/osx/carbon/combobxc.cpp" + "src/osx/carbon/control.cpp" + "src/osx/carbon/cursor.cpp" + "src/osx/carbon/dataobj.cpp" + #"src/osx/carbon/dataview.cpp" + "src/osx/carbon/dcclient.cpp" + "src/osx/carbon/dcprint.cpp" + "src/osx/carbon/dcscreen.cpp" + #"src/osx/carbon/dialog.cpp" + #"src/osx/carbon/dirdlg.cpp" + #"src/osx/carbon/dirmac.cpp" + #"src/osx/carbon/dnd.cpp" + #"src/osx/carbon/drawer.cpp" + #"src/osx/carbon/evtloop.cpp" + #"src/osx/carbon/filedlg.cpp" + "src/osx/carbon/font.cpp" + "src/osx/carbon/fontdlg.cpp" + "src/osx/carbon/fontdlgosx.mm" + "src/osx/carbon/frame.cpp" + #"src/osx/carbon/gauge.cpp" + "src/osx/carbon/gdiobj.cpp" + #"src/osx/carbon/glcanvas.cpp" + "src/osx/carbon/graphics.cpp" + #"src/osx/carbon/helpxxxx.cpp" + "src/osx/carbon/icon.cpp" + #"src/osx/carbon/joystick.cpp" + #"src/osx/carbon/listbox.cpp" + #"src/osx/carbon/listctrl_mac.cpp" + #"src/osx/carbon/main.cpp" + "src/osx/carbon/mdi.cpp" + #"src/osx/carbon/mediactrl.cpp" + #"src/osx/carbon/menu.cpp" + #"src/osx/carbon/menuitem.cpp" + "src/osx/carbon/metafile.cpp" + #"src/osx/carbon/mimetmac.cpp" + #"src/osx/carbon/msgdlg.cpp" + #"src/osx/carbon/nonownedwnd.cpp" + #"src/osx/carbon/notebmac.cpp" + #"src/osx/carbon/overlay.cpp" + "src/osx/carbon/popupwin.cpp" + #"src/osx/carbon/printdlg.cpp" + #"src/osx/carbon/radiobut.cpp" + "src/osx/carbon/region.cpp" + "src/osx/carbon/renderer.cpp" + #"src/osx/carbon/scrolbar.cpp" + "src/osx/carbon/settings.cpp" + #"src/osx/carbon/slider.cpp" + #"src/osx/carbon/sound.cpp" + #"src/osx/carbon/spinbutt.cpp" + #"src/osx/carbon/srchctrl.cpp" + #"src/osx/carbon/statbmp.cpp" + #"src/osx/carbon/statbox.cpp" + "src/osx/carbon/statbrma.cpp" + #"src/osx/carbon/statline.cpp" + #"src/osx/carbon/statlmac.cpp" + #"src/osx/carbon/stattext.cpp" + #"src/osx/carbon/taskbar.cpp" + #"src/osx/carbon/textctrl.cpp" + #"src/osx/carbon/tglbtn.cpp" + #"src/osx/carbon/thread.cpp" + #"src/osx/carbon/timer.cpp" + #"src/osx/carbon/toolbar.cpp" + #"src/osx/carbon/tooltip.cpp" + #"src/osx/carbon/uma.cpp" + #"src/osx/carbon/utils.cpp" + "src/osx/carbon/utilscocoa.mm" + #"src/osx/carbon/window.cpp" + "src/osx/cocoa/aboutdlg.mm" + "src/osx/cocoa/button.mm" + "src/osx/cocoa/checkbox.mm" + "src/osx/cocoa/choice.mm" + "src/osx/cocoa/colour.mm" + "src/osx/cocoa/combobox.mm" + "src/osx/cocoa/dataview.mm" + "src/osx/cocoa/dialog.mm" + "src/osx/cocoa/dirdlg.mm" + "src/osx/cocoa/dnd.mm" + "src/osx/cocoa/evtloop.mm" + "src/osx/cocoa/filedlg.mm" + "src/osx/cocoa/gauge.mm" + "src/osx/cocoa/glcanvas.mm" + "src/osx/cocoa/listbox.mm" + #"src/osx/cocoa/mediactrl.mm" + "src/osx/cocoa/menu.mm" + "src/osx/cocoa/menuitem.mm" + "src/osx/cocoa/msgdlg.mm" + "src/osx/cocoa/nonownedwnd.mm" + "src/osx/cocoa/notebook.mm" + "src/osx/cocoa/overlay.mm" + "src/osx/cocoa/printdlg.mm" + "src/osx/cocoa/radiobut.mm" + "src/osx/cocoa/scrolbar.mm" + "src/osx/cocoa/slider.mm" + "src/osx/cocoa/spinbutt.mm" + "src/osx/cocoa/srchctrl.mm" + "src/osx/cocoa/statbox.mm" + "src/osx/cocoa/statline.mm" + "src/osx/cocoa/stattext.mm" + "src/osx/cocoa/taskbar.mm" + "src/osx/cocoa/textctrl.mm" + "src/osx/cocoa/tglbtn.mm" + "src/osx/cocoa/toolbar.mm" + "src/osx/cocoa/tooltip.mm" + "src/osx/cocoa/utils.mm" + "src/osx/cocoa/window.mm" + "src/osx/core/bitmap.cpp" + "src/osx/core/cfstring.cpp" + "src/osx/core/colour.cpp" + "src/osx/core/dcmemory.cpp" + "src/osx/core/display.cpp" + "src/osx/core/evtloop_cf.cpp" + "src/osx/core/fontenum.cpp" + "src/osx/core/glgrab.cpp" + "src/osx/core/hid.cpp" + #"src/osx/core/hidjoystick.cpp" + "src/osx/core/mimetype.cpp" + "src/osx/core/printmac.cpp" + "src/osx/core/sockosx.cpp" + "src/osx/core/sound.cpp" + "src/osx/core/stdpaths_cf.cpp" + "src/osx/core/strconv_cf.cpp" + "src/osx/core/timer.cpp" + "src/osx/core/utilsexc_base.cpp" + "src/osx/core/utilsexc_cf.cpp" + #"src/osx/iphone/button.mm" + #"src/osx/iphone/checkbox.mm" + #"src/osx/iphone/dialog.mm" + #"src/osx/iphone/evtloop.mm" + #"src/osx/iphone/gauge.mm" + #"src/osx/iphone/glcanvas.mm" + #"src/osx/iphone/msgdlg.mm" + #"src/osx/iphone/nonownedwnd.mm" + #"src/osx/iphone/scrolbar.mm" + #"src/osx/iphone/slider.mm" + #"src/osx/iphone/stattext.mm" + #"src/osx/iphone/textctrl.mm" + #"src/osx/iphone/toolbar.mm" + #"src/osx/iphone/utils.mm" + #"src/osx/iphone/window.mm" +) + +set(SRCS_PNG + "src/png/png.c" + "src/png/pngerror.c" + "src/png/pngget.c" + "src/png/pngmem.c" + "src/png/pngpread.c" + "src/png/pngread.c" + "src/png/pngrio.c" + "src/png/pngrtran.c" + "src/png/pngrutil.c" + "src/png/pngset.c" + "src/png/pngtrans.c" + "src/png/pngwio.c" + "src/png/pngwrite.c" + "src/png/pngwtran.c" + "src/png/pngwutil.c") + +set(SRCS_PROPGRID + "src/propgrid/advprops.cpp" + "src/propgrid/editors.cpp" + "src/propgrid/manager.cpp" + "src/propgrid/property.cpp" + "src/propgrid/propgrid.cpp" + "src/propgrid/propgridiface.cpp" + "src/propgrid/propgridpagestate.cpp" + "src/propgrid/props.cpp") + +set(SRCS_REGEX + "src/regex/regcomp.c" + "src/regex/regerror.c" + "src/regex/regexec.c" + "src/regex/regfree.c") + +set(SRCS_RIBBON + "src/ribbon/art_aui.cpp" + "src/ribbon/art_internal.cpp" + "src/ribbon/art_msw.cpp" + "src/ribbon/bar.cpp" + "src/ribbon/buttonbar.cpp" + "src/ribbon/control.cpp" + "src/ribbon/gallery.cpp" + "src/ribbon/page.cpp" + "src/ribbon/panel.cpp" + "src/ribbon/toolbar.cpp") + +set(SRCS_RICHTEXT + #"src/richtext/richtextbackgroundpage.cpp" + #"src/richtext/richtextborderspage.cpp" + "src/richtext/richtextbuffer.cpp" + #"src/richtext/richtextbulletspage.cpp" + "src/richtext/richtextctrl.cpp" + #"src/richtext/richtextfontpage.cpp" + "src/richtext/richtextformatdlg.cpp" + "src/richtext/richtexthtml.cpp" + "src/richtext/richtextimagedlg.cpp" + #"src/richtext/richtextindentspage.cpp" + #"src/richtext/richtextliststylepage.cpp" + #"src/richtext/richtextmarginspage.cpp" + "src/richtext/richtextprint.cpp" + #"src/richtext/richtextsizepage.cpp" + "src/richtext/richtextstyledlg.cpp" + #"src/richtext/richtextstylepage.cpp" + "src/richtext/richtextstyles.cpp" + "src/richtext/richtextsymboldlg.cpp" + #"src/richtext/richtexttabspage.cpp" + "src/richtext/richtextxml.cpp") + +set(SRCS_STC + "src/stc/PlatWX.cpp" + "src/stc/ScintillaWX.cpp" + "src/stc/scintilla/src/AutoComplete.cxx" + "src/stc/scintilla/src/CallTip.cxx" + "src/stc/scintilla/src/CellBuffer.cxx" + "src/stc/scintilla/src/CharClassify.cxx" + "src/stc/scintilla/src/ContractionState.cxx" + "src/stc/scintilla/src/Decoration.cxx" + "src/stc/scintilla/src/Document.cxx" + "src/stc/scintilla/src/DocumentAccessor.cxx" + "src/stc/scintilla/src/Editor.cxx" + "src/stc/scintilla/src/ExternalLexer.cxx" + "src/stc/scintilla/src/Indicator.cxx" + "src/stc/scintilla/src/KeyMap.cxx" + "src/stc/scintilla/src/KeyWords.cxx" + "src/stc/scintilla/src/LexAPDL.cxx" + "src/stc/scintilla/src/LexASY.cxx" + "src/stc/scintilla/src/LexAU3.cxx" + "src/stc/scintilla/src/LexAVE.cxx" + "src/stc/scintilla/src/LexAbaqus.cxx" + "src/stc/scintilla/src/LexAda.cxx" + "src/stc/scintilla/src/LexAsm.cxx" + "src/stc/scintilla/src/LexAsn1.cxx" + "src/stc/scintilla/src/LexBaan.cxx" + "src/stc/scintilla/src/LexBash.cxx" + "src/stc/scintilla/src/LexBasic.cxx" + "src/stc/scintilla/src/LexBullant.cxx" + "src/stc/scintilla/src/LexCLW.cxx" + "src/stc/scintilla/src/LexCOBOL.cxx" + "src/stc/scintilla/src/LexCPP.cxx" + "src/stc/scintilla/src/LexCSS.cxx" + "src/stc/scintilla/src/LexCaml.cxx" + "src/stc/scintilla/src/LexCmake.cxx" + "src/stc/scintilla/src/LexConf.cxx" + "src/stc/scintilla/src/LexCrontab.cxx" + "src/stc/scintilla/src/LexCsound.cxx" + "src/stc/scintilla/src/LexD.cxx" + "src/stc/scintilla/src/LexEScript.cxx" + "src/stc/scintilla/src/LexEiffel.cxx" + "src/stc/scintilla/src/LexErlang.cxx" + "src/stc/scintilla/src/LexFlagship.cxx" + "src/stc/scintilla/src/LexForth.cxx" + "src/stc/scintilla/src/LexFortran.cxx" + "src/stc/scintilla/src/LexGAP.cxx" + "src/stc/scintilla/src/LexGui4Cli.cxx" + "src/stc/scintilla/src/LexHTML.cxx" + "src/stc/scintilla/src/LexHaskell.cxx" + "src/stc/scintilla/src/LexInno.cxx" + "src/stc/scintilla/src/LexKix.cxx" + "src/stc/scintilla/src/LexLisp.cxx" + "src/stc/scintilla/src/LexLout.cxx" + "src/stc/scintilla/src/LexLua.cxx" + "src/stc/scintilla/src/LexMMIXAL.cxx" + "src/stc/scintilla/src/LexMPT.cxx" + "src/stc/scintilla/src/LexMSSQL.cxx" + "src/stc/scintilla/src/LexMagik.cxx" + "src/stc/scintilla/src/LexMarkdown.cxx" + "src/stc/scintilla/src/LexMatlab.cxx" + "src/stc/scintilla/src/LexMetapost.cxx" + "src/stc/scintilla/src/LexMySQL.cxx" + "src/stc/scintilla/src/LexNimrod.cxx" + "src/stc/scintilla/src/LexNsis.cxx" + "src/stc/scintilla/src/LexOpal.cxx" + "src/stc/scintilla/src/LexOthers.cxx" + "src/stc/scintilla/src/LexPB.cxx" + "src/stc/scintilla/src/LexPLM.cxx" + "src/stc/scintilla/src/LexPOV.cxx" + "src/stc/scintilla/src/LexPS.cxx" + "src/stc/scintilla/src/LexPascal.cxx" + "src/stc/scintilla/src/LexPerl.cxx" + "src/stc/scintilla/src/LexPowerPro.cxx" + "src/stc/scintilla/src/LexPowerShell.cxx" + "src/stc/scintilla/src/LexProgress.cxx" + "src/stc/scintilla/src/LexPython.cxx" + "src/stc/scintilla/src/LexR.cxx" + "src/stc/scintilla/src/LexRebol.cxx" + "src/stc/scintilla/src/LexRuby.cxx" + "src/stc/scintilla/src/LexSML.cxx" + "src/stc/scintilla/src/LexSQL.cxx" + "src/stc/scintilla/src/LexScriptol.cxx" + "src/stc/scintilla/src/LexSmalltalk.cxx" + "src/stc/scintilla/src/LexSorcus.cxx" + "src/stc/scintilla/src/LexSpecman.cxx" + "src/stc/scintilla/src/LexSpice.cxx" + "src/stc/scintilla/src/LexTACL.cxx" + "src/stc/scintilla/src/LexTADS3.cxx" + "src/stc/scintilla/src/LexTAL.cxx" + "src/stc/scintilla/src/LexTCL.cxx" + "src/stc/scintilla/src/LexTeX.cxx" + "src/stc/scintilla/src/LexVB.cxx" + "src/stc/scintilla/src/LexVHDL.cxx" + "src/stc/scintilla/src/LexVerilog.cxx" + "src/stc/scintilla/src/LexYAML.cxx" + "src/stc/scintilla/src/LineMarker.cxx" + "src/stc/scintilla/src/PerLine.cxx" + "src/stc/scintilla/src/PositionCache.cxx" + "src/stc/scintilla/src/PropSet.cxx" + "src/stc/scintilla/src/RESearch.cxx" + "src/stc/scintilla/src/RunStyles.cxx" + "src/stc/scintilla/src/ScintillaBase.cxx" + "src/stc/scintilla/src/Selection.cxx" + "src/stc/scintilla/src/Style.cxx" + "src/stc/scintilla/src/StyleContext.cxx" + "src/stc/scintilla/src/UniConversion.cxx" + "src/stc/scintilla/src/ViewStyle.cxx" + "src/stc/scintilla/src/WindowAccessor.cxx" + "src/stc/scintilla/src/XPM.cxx" + "src/stc/stc.cpp") + +set(SRCS_TIFF + "src/tiff/libtiff/tif_aux.c" + "src/tiff/libtiff/tif_close.c" + "src/tiff/libtiff/tif_codec.c" + "src/tiff/libtiff/tif_color.c" + "src/tiff/libtiff/tif_compress.c" + "src/tiff/libtiff/tif_dir.c" + "src/tiff/libtiff/tif_dirinfo.c" + "src/tiff/libtiff/tif_dirread.c" + "src/tiff/libtiff/tif_dirwrite.c" + "src/tiff/libtiff/tif_dumpmode.c" + "src/tiff/libtiff/tif_error.c" + "src/tiff/libtiff/tif_extension.c" + "src/tiff/libtiff/tif_fax3.c" + "src/tiff/libtiff/tif_fax3sm.c" + "src/tiff/libtiff/tif_flush.c" + "src/tiff/libtiff/tif_getimage.c" + "src/tiff/libtiff/tif_jpeg.c" + "src/tiff/libtiff/tif_luv.c" + "src/tiff/libtiff/tif_lzw.c" + "src/tiff/libtiff/tif_next.c" + "src/tiff/libtiff/tif_ojpeg.c" + "src/tiff/libtiff/tif_open.c" + "src/tiff/libtiff/tif_packbits.c" + "src/tiff/libtiff/tif_pixarlog.c" + "src/tiff/libtiff/tif_predict.c" + "src/tiff/libtiff/tif_print.c" + "src/tiff/libtiff/tif_read.c" + "src/tiff/libtiff/tif_strip.c" + "src/tiff/libtiff/tif_swab.c" + "src/tiff/libtiff/tif_thunder.c" + "src/tiff/libtiff/tif_tile.c" + "src/tiff/libtiff/tif_unix.c" + "src/tiff/libtiff/tif_version.c" + "src/tiff/libtiff/tif_warning.c" + "src/tiff/libtiff/tif_write.c" + "src/tiff/libtiff/tif_zip.c") + +set(SRCS_UNIX + "src/unix/apptraits.cpp" + "src/unix/appunix.cpp" + "src/unix/dir.cpp" + "src/unix/dlunix.cpp" + #"src/unix/epolldispatcher.cpp" + "src/unix/evtloopunix.cpp" + "src/unix/fdiounix.cpp" + #"src/unix/fswatcher_kqueue.cpp" + #"src/unix/net.cpp" + "src/unix/snglinst.cpp" + "src/unix/sockunix.cpp" + #"src/unix/stackwalk.cpp" + "src/unix/stdpaths.cpp" + "src/unix/threadpsx.cpp" + "src/unix/timerunx.cpp" + "src/unix/utilsunx.cpp") + +set(SRCS_UNIXGTK + "src/unix/dialup.cpp" + "src/unix/displayx11.cpp" + "src/unix/fontenum.cpp" + "src/unix/fontutil.cpp" + #"src/unix/fswatcher_inotify.cpp" + "src/unix/glx11.cpp" + #"src/unix/joystick.cpp" + #"src/unix/mediactrl.cpp" + "src/unix/mimetype.cpp" + "src/unix/sound.cpp" + #"src/unix/sound_sdl.cpp" + #"src/unix/taskbarx11.cpp" + "src/unix/uiactionx11.cpp" + "src/unix/utilsx11.cpp") + +set(SRCS_XRC + "src/xml/xml.cpp" + "src/xrc/xh_animatctrl.cpp" + "src/xrc/xh_bmp.cpp" + "src/xrc/xh_bmpbt.cpp" + "src/xrc/xh_bmpcbox.cpp" + "src/xrc/xh_bttn.cpp" + "src/xrc/xh_cald.cpp" + "src/xrc/xh_chckb.cpp" + "src/xrc/xh_chckl.cpp" + "src/xrc/xh_choic.cpp" + "src/xrc/xh_choicbk.cpp" + "src/xrc/xh_clrpicker.cpp" + "src/xrc/xh_cmdlinkbn.cpp" + "src/xrc/xh_collpane.cpp" + "src/xrc/xh_combo.cpp" + "src/xrc/xh_comboctrl.cpp" + "src/xrc/xh_datectrl.cpp" + "src/xrc/xh_dirpicker.cpp" + "src/xrc/xh_dlg.cpp" + "src/xrc/xh_editlbox.cpp" + "src/xrc/xh_filectrl.cpp" + "src/xrc/xh_filepicker.cpp" + "src/xrc/xh_fontpicker.cpp" + "src/xrc/xh_frame.cpp" + "src/xrc/xh_gauge.cpp" + "src/xrc/xh_gdctl.cpp" + "src/xrc/xh_grid.cpp" + "src/xrc/xh_html.cpp" + "src/xrc/xh_htmllbox.cpp" + "src/xrc/xh_hyperlink.cpp" + "src/xrc/xh_listb.cpp" + "src/xrc/xh_listbk.cpp" + "src/xrc/xh_listc.cpp" + "src/xrc/xh_mdi.cpp" + "src/xrc/xh_menu.cpp" + "src/xrc/xh_notbk.cpp" + "src/xrc/xh_odcombo.cpp" + "src/xrc/xh_panel.cpp" + "src/xrc/xh_propdlg.cpp" + "src/xrc/xh_radbt.cpp" + "src/xrc/xh_radbx.cpp" + "src/xrc/xh_richtext.cpp" + "src/xrc/xh_scrol.cpp" + "src/xrc/xh_scwin.cpp" + "src/xrc/xh_sizer.cpp" + "src/xrc/xh_slidr.cpp" + "src/xrc/xh_spin.cpp" + "src/xrc/xh_split.cpp" + "src/xrc/xh_srchctrl.cpp" + "src/xrc/xh_statbar.cpp" + "src/xrc/xh_stbmp.cpp" + "src/xrc/xh_stbox.cpp" + "src/xrc/xh_stlin.cpp" + "src/xrc/xh_sttxt.cpp" + "src/xrc/xh_text.cpp" + "src/xrc/xh_tglbtn.cpp" + "src/xrc/xh_toolb.cpp" + "src/xrc/xh_toolbk.cpp" + "src/xrc/xh_tree.cpp" + "src/xrc/xh_treebk.cpp" + "src/xrc/xh_unkwn.cpp" + "src/xrc/xh_wizrd.cpp" + "src/xrc/xmladv.cpp" + "src/xrc/xmlres.cpp" + "src/xrc/xmlrsall.cpp") + +set(SRCS_ZLIB + "src/zlib/adler32.c" + "src/zlib/compress.c" + "src/zlib/crc32.c" + "src/zlib/deflate.c" + "src/zlib/gzio.c" + "src/zlib/infback.c" + "src/zlib/inffast.c" + "src/zlib/inflate.c" + "src/zlib/inftrees.c" + "src/zlib/trees.c" + "src/zlib/uncompr.c" + "src/zlib/zutil.c") + +include_directories(.) +include_directories(include) +include_directories(../libpng) + +set(SRCS + ${SRCS_AUI} + ${SRCS_COMMON} + ${SRCS_GENERIC}) + +if(${CMAKE_SYSTEM_NAME} MATCHES "Darwin") + set(SRCS + ${SRCS} + ${SRCS_GENERICOSX} + ${SRCS_OSX} + ${SRCS_UNIX}) +elseif(${CMAKE_SYSTEM_NAME} MATCHES "Linux") + set(SRCS + ${SRCS} + ${SRCS_GENERICGTK} + ${SRCS_GTK} + ${SRCS_UNIX} + ${SRCS_UNIXGTK}) +else() + set(SRCS + ${SRCS} + ${SRCS_MSW}) +endif() + +add_definitions(-D__WXOSX_COCOA__) +add_definitions(-DWXBUILDING) +add_definitions(-Wno-deprecated-declarations) +add_definitions(-Wno-shadow) + +add_library(wx STATIC ${SRCS})