mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 10:22:45 -04:00
Add _SCL_SECURE and _SCL_THROWS (AKA checked iterators) settings to dtool_config generation. See: http://msdn.microsoft.com/en-us/library/aa985965.aspx
This commit is contained in:
parent
d3bc7e497d
commit
4042ec4e9a
@ -1275,6 +1275,8 @@ DTOOL_CONFIG=[
|
||||
("HAVE_TINYXML", 'UNDEF', 'UNDEF'),
|
||||
("HAVE_OPENAL_FRAMEWORK", 'UNDEF', 'UNDEF'),
|
||||
("PRC_SAVE_DESCRIPTIONS", '1', '1'),
|
||||
("_SECURE_SCL", '1', 'UNDEF'),
|
||||
("_SECURE_SCL_THROWS", '0', 'UNDEF'),
|
||||
]
|
||||
|
||||
PRC_PARAMETERS=[
|
||||
|
Loading…
x
Reference in New Issue
Block a user