mirror of
https://github.com/nzp-team/fteqw.git
synced 2025-01-31 04:30:38 +00:00
get vc2005 to shut up about deprecated stuff with gas2masm
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@2384 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
97f836b5ed
commit
9d84f0a60d
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCLCompilerTool"
|
Name="VCCLCompilerTool"
|
||||||
Optimization="0"
|
Optimization="0"
|
||||||
PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
|
PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
|
||||||
MinimalRebuild="true"
|
MinimalRebuild="true"
|
||||||
RuntimeLibrary="1"
|
RuntimeLibrary="1"
|
||||||
PrecompiledHeaderFile="..\gas2masm\Debug\gas2masm.pch"
|
PrecompiledHeaderFile="..\gas2masm\Debug\gas2masm.pch"
|
||||||
|
|
Loading…
Reference in a new issue