From b61cd3d190d40825ec68d4f8b424347028aea80f Mon Sep 17 00:00:00 2001 From: Vadim Dashevskiy Date: Wed, 21 Nov 2012 16:04:38 +0000 Subject: consistent hash generation fix - part 6 git-svn-id: http://svn.miranda-ng.org/main/trunk@2417 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- src/core/stdclist/src/stdafx.cpp | 18 ++++++++++++++++++ src/core/stdclist/stdclist.vcxproj | 3 ++- src/core/stdclist/stdclist.vcxproj.filters | 3 +++ src/core/stdmsg/src/stdafx.cpp | 18 ++++++++++++++++++ src/core/stdmsg/stdmsg.vcxproj | 3 ++- src/core/stdmsg/stdmsg.vcxproj.filters | 3 +++ 6 files changed, 46 insertions(+), 2 deletions(-) create mode 100644 src/core/stdclist/src/stdafx.cpp create mode 100644 src/core/stdmsg/src/stdafx.cpp (limited to 'src/core') diff --git a/src/core/stdclist/src/stdafx.cpp b/src/core/stdclist/src/stdafx.cpp new file mode 100644 index 0000000000..b985a910cd --- /dev/null +++ b/src/core/stdclist/src/stdafx.cpp @@ -0,0 +1,18 @@ +/* +Copyright (C) 2012 Miranda NG team (http://miranda-ng.org) + +This program is free software; you can redistribute it and/or +modify it under the terms of the GNU General Public License +as published by the Free Software Foundation version 2 +of the License. + +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +You should have received a copy of the GNU General Public License +along with this program. If not, see . +*/ + +#include "commonheaders.h" \ No newline at end of file diff --git a/src/core/stdclist/stdclist.vcxproj b/src/core/stdclist/stdclist.vcxproj index 116d68bd24..6267a6d738 100644 --- a/src/core/stdclist/stdclist.vcxproj +++ b/src/core/stdclist/stdclist.vcxproj @@ -201,9 +201,10 @@ - + Create + diff --git a/src/core/stdclist/stdclist.vcxproj.filters b/src/core/stdclist/stdclist.vcxproj.filters index fa8001046e..03237b7fe3 100644 --- a/src/core/stdclist/stdclist.vcxproj.filters +++ b/src/core/stdclist/stdclist.vcxproj.filters @@ -36,6 +36,9 @@ Source Files + + Source Files + diff --git a/src/core/stdmsg/src/stdafx.cpp b/src/core/stdmsg/src/stdafx.cpp new file mode 100644 index 0000000000..b985a910cd --- /dev/null +++ b/src/core/stdmsg/src/stdafx.cpp @@ -0,0 +1,18 @@ +/* +Copyright (C) 2012 Miranda NG team (http://miranda-ng.org) + +This program is free software; you can redistribute it and/or +modify it under the terms of the GNU General Public License +as published by the Free Software Foundation version 2 +of the License. + +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +You should have received a copy of the GNU General Public License +along with this program. If not, see . +*/ + +#include "commonheaders.h" \ No newline at end of file diff --git a/src/core/stdmsg/stdmsg.vcxproj b/src/core/stdmsg/stdmsg.vcxproj index 50a6284f00..313a2924c5 100644 --- a/src/core/stdmsg/stdmsg.vcxproj +++ b/src/core/stdmsg/stdmsg.vcxproj @@ -197,10 +197,11 @@ - + Create + diff --git a/src/core/stdmsg/stdmsg.vcxproj.filters b/src/core/stdmsg/stdmsg.vcxproj.filters index 751ea7199a..27fb189312 100644 --- a/src/core/stdmsg/stdmsg.vcxproj.filters +++ b/src/core/stdmsg/stdmsg.vcxproj.filters @@ -45,6 +45,9 @@ Source Files + + Source Files + -- cgit v1.2.3