mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-04 19:10:09 +01:00
Use the dpi-aware manifest, if the compiler is new enough to be able to use it.
This commit is contained in:
@@ -171,6 +171,9 @@ class Configuration(object):
|
||||
('SIP_MODULE_NAME', 'wx.siplib'),
|
||||
('SIP_MODULE_BASENAME', 'siplib'),
|
||||
]
|
||||
if int(getVisCVersion()) > 100:
|
||||
self.defines += [ ('wxUSE_RC_MANIFEST', '1'),
|
||||
('wxUSE_DPI_AWARE_MANIFEST', '2') ]
|
||||
|
||||
self.libs = []
|
||||
self.libdirs = [ opj(self.WXDIR, 'lib', self.VCDLL) ]
|
||||
|
||||
Reference in New Issue
Block a user