diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2015-05-01 18:08:09 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2015-05-01 18:08:09 +0000 |
commit | 5c28ad1da696d885a03d4466da095e22be77e15a (patch) | |
tree | 5632598e3a25195716f879752b8363eee14b37dc /protocols/AimOscar/proto_aim | |
parent | f7b8fb15fd81fe2a746a9410ea42ea7784e8249d (diff) |
Icons common project
git-svn-id: http://svn.miranda-ng.org/main/trunk@13340 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/AimOscar/proto_aim')
-rw-r--r-- | protocols/AimOscar/proto_aim/Proto_AIM.vcxproj | 2 | ||||
-rw-r--r-- | protocols/AimOscar/proto_aim/src/stdafx.cxx | 18 | ||||
-rw-r--r-- | protocols/AimOscar/proto_aim/src/stdafx.h | 18 |
3 files changed, 1 insertions, 37 deletions
diff --git a/protocols/AimOscar/proto_aim/Proto_AIM.vcxproj b/protocols/AimOscar/proto_aim/Proto_AIM.vcxproj index 63073e8ff3..a37a52b7e8 100644 --- a/protocols/AimOscar/proto_aim/Proto_AIM.vcxproj +++ b/protocols/AimOscar/proto_aim/Proto_AIM.vcxproj @@ -23,6 +23,6 @@ <ProjectGuid>{975505EA-F0C7-4DAC-A95E-75249615F30C}</ProjectGuid>
</PropertyGroup>
<ImportGroup Label="PropertySheets">
- <Import Project="$(ProjectDir)..\..\..\build\vc.common\common.props" />
+ <Import Project="$(ProjectDir)..\..\..\build\vc.common\icons.props" />
</ImportGroup>
</Project>
\ No newline at end of file diff --git a/protocols/AimOscar/proto_aim/src/stdafx.cxx b/protocols/AimOscar/proto_aim/src/stdafx.cxx deleted file mode 100644 index 6fb37564b7..0000000000 --- a/protocols/AimOscar/proto_aim/src/stdafx.cxx +++ /dev/null @@ -1,18 +0,0 @@ -/*
-Copyright (C) 2012-15 Miranda NG project (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 <http://www.gnu.org/licenses/>.
-*/
-
-#include "stdafx.h"
\ No newline at end of file diff --git a/protocols/AimOscar/proto_aim/src/stdafx.h b/protocols/AimOscar/proto_aim/src/stdafx.h deleted file mode 100644 index 25a6e7584a..0000000000 --- a/protocols/AimOscar/proto_aim/src/stdafx.h +++ /dev/null @@ -1,18 +0,0 @@ -/*
-Copyright (C) 2012-15 Miranda NG project (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 <http://www.gnu.org/licenses/>.
-*/
-
-#include "resource.h"
\ No newline at end of file |