Make wxrc independent from GUI support
The wxrc program does not depend on the GUI libraries, but only on the base and XML libraries, so make it possible to build it in non-GUI builds too. Closes https://github.com/wxWidgets/wxWidgets/pull/2419
This commit is contained in:
parent
aaa2dabf5d
commit
30915c6163
35 changed files with 331 additions and 208 deletions
|
|
@ -310,7 +310,7 @@
|
|||
|
||||
#define wxUSE_XRC 0
|
||||
|
||||
#define wxUSE_XML wxUSE_XRC
|
||||
#define wxUSE_XML 0
|
||||
|
||||
#define wxUSE_AUI 0
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue