Added _CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE to MSVC projectfiles, to make warnings in Bullet more visible. This deals with most COLLADA_DOM/libxml issues.
This commit is contained in:
@@ -179,18 +179,18 @@ builds = [
|
|||||||
projtypes = {
|
projtypes = {
|
||||||
appcon =>
|
appcon =>
|
||||||
{
|
{
|
||||||
defines = ['_CONSOLE']
|
defines = ['_CONSOLE','_CRT_SECURE_NO_DEPRECATE','_CRT_NONSTDC_NO_DEPRECATE']
|
||||||
},
|
},
|
||||||
appgui =>
|
appgui =>
|
||||||
{
|
{
|
||||||
defines = ['_WINDOWS']
|
defines = ['_WINDOWS','_CRT_SECURE_NO_DEPRECATE','_CRT_NONSTDC_NO_DEPRECATE']
|
||||||
},
|
},
|
||||||
group =>
|
group =>
|
||||||
{
|
{
|
||||||
},
|
},
|
||||||
library =>
|
library =>
|
||||||
{
|
{
|
||||||
defines = ['_LIB', '_WINDOWS']
|
defines = ['_LIB', '_WINDOWS','_CRT_SECURE_NO_DEPRECATE','_CRT_NONSTDC_NO_DEPRECATE']
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user