added Visual Studio 2005 project

This commit is contained in:
inikep
2016-08-05 13:11:32 +02:00
parent 2cde2d971b
commit 3809c3b50c
9 changed files with 2024 additions and 17 deletions
+4 -2
View File
@@ -26,8 +26,10 @@
/* *************************************
* Compiler Options
***************************************/
#define _CRT_SECURE_NO_WARNINGS /* removes Visual warning on strerror() */
#if defined(_MSC_VER)
# define _CRT_SECURE_NO_WARNINGS /* removes Visual warning on strerror() */
# define _CRT_SECURE_NO_DEPRECATE /* removes VS2005 warning on strerror() */
#endif
/*-************************************
* Dependencies