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

@@ -159,6 +159,11 @@ USE_EXCEPTIONS = 1
USE_RTTI = 1
!endif
# Set DPI Awareness (win32) to none, system or per-monitor. [0,1,2]
!ifndef USE_DPI_AWARE_MANIFEST
USE_DPI_AWARE_MANIFEST = 2
!endif
# Enable threading in compiled code. [0,1]
!ifndef USE_THREADS
USE_THREADS = 1