diff options
| author | Juha Sointusalo <juha.sointusalo@gmail.com> | 2018-11-29 08:55:18 +0200 |
|---|---|---|
| committer | Robert Schumacher <roschuma@microsoft.com> | 2018-11-28 22:55:18 -0800 |
| commit | 09103d12a02ac588fe875235c3661ad4bc8cd46a (patch) | |
| tree | 18b1392068bfea4b4bf3b31a1d95d810e072533e /ports/wxwidgets/CONTROL | |
| parent | 593d3af5b93284a4decb8f85d7b3f224acc9f5c7 (diff) | |
| download | vcpkg-09103d12a02ac588fe875235c3661ad4bc8cd46a.tar.gz vcpkg-09103d12a02ac588fe875235c3661ad4bc8cd46a.zip | |
[wxwidgets] move setup.h to include (#4846)
* [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.
Diffstat (limited to 'ports/wxwidgets/CONTROL')
| -rw-r--r-- | ports/wxwidgets/CONTROL | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/wxwidgets/CONTROL b/ports/wxwidgets/CONTROL index 48ceab120..af985fa67 100644 --- a/ports/wxwidgets/CONTROL +++ b/ports/wxwidgets/CONTROL @@ -1,4 +1,4 @@ Source: wxwidgets -Version: 3.1.1 +Version: 3.1.1-2 Description: wxWidgets is a widget toolkit and tools library for creating graphical user interfaces (GUIs) for cross-platform applications. Build-Depends: zlib, libpng, tiff, expat |
