Adjusted VC++ project file to recent change regarding cfs implementation (and added preprocessor define _CRT_NONSTDC_NO_DEPRECATE).

This commit is contained in:
oliverschmidt 2008-07-06 11:06:14 +00:00
parent 9d5ae4864e
commit 9ac4123f00

View File

@ -41,7 +41,7 @@
Name="VCCLCompilerTool" Name="VCCLCompilerTool"
Optimization="0" Optimization="0"
AdditionalIncludeDirectories="..;../../../cpu/native;../../../core;../../../apps/program-handler" AdditionalIncludeDirectories="..;../../../cpu/native;../../../core;../../../apps/program-handler"
PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;PLATFORM_BUILD;WITH_LOADER_ARCH;AUTOSTART_ENABLE" PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;PLATFORM_BUILD;WITH_LOADER_ARCH;AUTOSTART_ENABLE"
BasicRuntimeChecks="3" BasicRuntimeChecks="3"
RuntimeLibrary="3" RuntimeLibrary="3"
WarningLevel="3" WarningLevel="3"
@ -118,7 +118,7 @@
<Tool <Tool
Name="VCCLCompilerTool" Name="VCCLCompilerTool"
AdditionalIncludeDirectories="..;../../../cpu/native;../../../core;../../../apps/program-handler" AdditionalIncludeDirectories="..;../../../cpu/native;../../../core;../../../apps/program-handler"
PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;PLATFORM_BUILD;WITH_LOADER_ARCH;AUTOSTART_ENABLE" PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;PLATFORM_BUILD;WITH_LOADER_ARCH;AUTOSTART_ENABLE"
RuntimeLibrary="2" RuntimeLibrary="2"
WarningLevel="3" WarningLevel="3"
Detect64BitPortabilityProblems="true" Detect64BitPortabilityProblems="true"
@ -236,6 +236,10 @@
<Filter <Filter
Name="cfs" Name="cfs"
> >
<File
RelativePath="..\..\..\core\cfs\cfs-posix.c"
>
</File>
<File <File
RelativePath="..\..\..\core\cfs\cfs.h" RelativePath="..\..\..\core\cfs\cfs.h"
> >
@ -485,7 +489,7 @@
Name="cfs" Name="cfs"
> >
<File <File
RelativePath="..\cfs\cfs-win32.c" RelativePath="..\cfs\cfs-win32-dir.c"
> >
</File> </File>
</Filter> </Filter>