From bf368a0013b465f0c7f1606e26201b30addf8aa4 Mon Sep 17 00:00:00 2001 From: Wanne Date: Mon, 10 Mar 2008 19:58:45 +0000 Subject: [PATCH] - suppressed all the deprecated insecure functions warnings for VS 2005 if you build a Release or MapEditor Version For Debug version it is already set. Project -> Properties -> Linker -> Command Line -> Additional options: /D "_CRT_SECURE_NO_DEPRECATE" git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@1878 3b4a5df2-a311-0410-b5c6-a8a6f20db521 --- Console/Console_2005Express.vcproj | 4 +++- Editor/Editor_2005Express.vcproj | 4 +++- Laptop/Laptop_2005Express.vcproj | 4 +++- Standard Gaming Platform/SGP_2005Express.vcproj | 4 +++- Strategic/Strategic_2005Express.vcproj | 4 +++- Tactical/Tactical_2005Express.vcproj | 4 +++- TacticalAI/TacticalAI_2005Express.vcproj | 4 +++- TileEngine/TileEngine_2005Express.vcproj | 4 +++- Utils/Utils_2005Express.vcproj | 4 +++- ja2_2005Express.vcproj | 4 +++- lua/lua_2005Express.vcproj | 4 +++- 11 files changed, 33 insertions(+), 11 deletions(-) diff --git a/Console/Console_2005Express.vcproj b/Console/Console_2005Express.vcproj index 2b85b760..738047fd 100644 --- a/Console/Console_2005Express.vcproj +++ b/Console/Console_2005Express.vcproj @@ -1,7 +1,7 @@