Update von Flags und Preprocessor-Defines, see #2
parent
e56a9e62cb
commit
72281a55f0
3 changed files with 34 additions and 2 deletions
@ -0,0 +1,11 @@ |
||||
<?xml version="1.0" encoding="Windows-1252"?> |
||||
<VisualStudioPropertySheet |
||||
ProjectType="Visual C++" |
||||
Version="8.00" |
||||
Name="default.vs2008" |
||||
> |
||||
<Tool |
||||
Name="VCCLCompilerTool" |
||||
PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;_SCL_SECURE_NO_WARNINGS;_SECURE_SCL=0" |
||||
/> |
||||
</VisualStudioPropertySheet> |
@ -0,0 +1,11 @@ |
||||
<?xml version="1.0"?> |
||||
<VisualStudioPropertySheet |
||||
ProjectType="Visual C++" |
||||
Version="8.00" |
||||
Name="win32_win2000.vs2008" |
||||
> |
||||
<Tool |
||||
Name="VCCLCompilerTool" |
||||
PreprocessorDefinitions="_WIN32_WINNT=0x0501;WINVER=0x0500;WIN32" |
||||
/> |
||||
</VisualStudioPropertySheet> |
Loading…
Reference in new issue