Rename [properties] to [built-in options]

This is the new syntax. Avoids loud deprecation warnings.
This commit is contained in:
Nirbheek Chauhan 2020-09-12 05:14:38 +05:30 committed by Nirbheek Chauhan
parent 4c93da6531
commit 85d036ebbb
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ cpp = 'cl'
ar = 'lib'
windres = 'rc'
[properties]
[built-in options]
c_args = ['-DWINAPI_FAMILY=WINAPI_FAMILY_APP']
c_link_args = ['-APPCONTAINER', 'WindowsApp.lib']
cpp_args = ['-DWINAPI_FAMILY=WINAPI_FAMILY_APP']