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:
gogg 2009-11-23 19:26:17 +00:00
parent d3bc7e497d
commit 4042ec4e9a

View File

@ -1275,6 +1275,8 @@ DTOOL_CONFIG=[
("HAVE_TINYXML", 'UNDEF', 'UNDEF'), ("HAVE_TINYXML", 'UNDEF', 'UNDEF'),
("HAVE_OPENAL_FRAMEWORK", 'UNDEF', 'UNDEF'), ("HAVE_OPENAL_FRAMEWORK", 'UNDEF', 'UNDEF'),
("PRC_SAVE_DESCRIPTIONS", '1', '1'), ("PRC_SAVE_DESCRIPTIONS", '1', '1'),
("_SECURE_SCL", '1', 'UNDEF'),
("_SECURE_SCL_THROWS", '0', 'UNDEF'),
] ]
PRC_PARAMETERS=[ PRC_PARAMETERS=[