aboutsummaryrefslogtreecommitdiff
path: root/ports/wxwidgets
AgeCommit message (Collapse)Author
2018-11-28 [wxwidgets] move setup.h to include (#4846)Juha Sointusalo
* [wxwidgets] move setup.h to include Also remove lib/mswu and debug/lib/mswud. They only contain setup.h. Fixes #3180. Closes #4251. * [wxwidgets] remove include/msvc directory The only thing in include/msvc is include/msvc/wx/setup.h which is a "wrapper" around the real setup.h. The wrapper setup.h is hard-coded to include the real setup.h from lib but since the real setup.h is now in include/wx the wrapper has become useless. * [wxwidgets] Fix osx build. Slight modernization.
2018-07-30Fix case mismatch in licence file path (#3956)Balázs Ludmány
2018-02-24[wxwidgets] Upgrade to 3.1.1Robert Schumacher
2018-01-23Fix missing dllsGodrod
2017-06-09[wxwidgets] Use vcpkg_from_github. Support static+md.Robert Schumacher
2017-06-07Add wxWidgets port.Alexander Täschner