Run autoconf and rebake after adding wxUSE_DPI_AWARE_MANIFEST

This commit is contained in:
Maarten Bent
2019-10-30 00:02:08 +01:00
parent 54996525f5
commit a72c9b6dbc
445 changed files with 980 additions and 518 deletions

View File

@@ -107,6 +107,9 @@ USE_EXCEPTIONS ?= 1
# Enable run-time type information (RTTI) in compiled code. [0,1]
USE_RTTI ?= 1
# Set DPI Awareness (win32) to none, system or per-monitor. [0,1,2]
USE_DPI_AWARE_MANIFEST ?= 2
# Enable threading in compiled code. [0,1]
USE_THREADS ?= 1