summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2012-11-20 20:40:39 +0000
committerGeorge Hazan <george.hazan@gmail.com>2012-11-20 20:40:39 +0000
commitdf647af2c9e11426c52012ae3b269c7b43e2f76b (patch)
tree8305e8e7bbc676328bf67351607073e53e0b9dd3
parentcba02cbbf4e474afe60f70e91fc8f552f97212af (diff)
compilation fix
git-svn-id: http://svn.miranda-ng.org/main/trunk@2401 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
-rw-r--r--protocols/AimOscar/aim_10.vcxproj4
-rw-r--r--protocols/AimOscar/src/stdafx.cpp2
2 files changed, 3 insertions, 3 deletions
diff --git a/protocols/AimOscar/aim_10.vcxproj b/protocols/AimOscar/aim_10.vcxproj
index 8f39c1c20e..f235c83404 100644
--- a/protocols/AimOscar/aim_10.vcxproj
+++ b/protocols/AimOscar/aim_10.vcxproj
@@ -187,9 +187,10 @@
</Link>
</ItemDefinitionGroup>
<ItemGroup>
- <ClCompile Include="src\aim.cpp">
+ <ClCompile Include="src\stdafx.cpp">
<PrecompiledHeader>Create</PrecompiledHeader>
</ClCompile>
+ <ClCompile Include="src\aim.cpp" />
<ClCompile Include="src\avatars.cpp" />
<ClCompile Include="src\away.cpp" />
<ClCompile Include="src\chat.cpp" />
@@ -208,7 +209,6 @@
<ClCompile Include="src\server.cpp" />
<ClCompile Include="src\services.cpp" />
<ClCompile Include="src\snac.cpp" />
- <ClCompile Include="src\stdafx.cpp" />
<ClCompile Include="src\theme.cpp" />
<ClCompile Include="src\thread.cpp" />
<ClCompile Include="src\tlv.cpp" />
diff --git a/protocols/AimOscar/src/stdafx.cpp b/protocols/AimOscar/src/stdafx.cpp
index fc9e8e3956..9a270b0587 100644
--- a/protocols/AimOscar/src/stdafx.cpp
+++ b/protocols/AimOscar/src/stdafx.cpp
@@ -15,4 +15,4 @@ 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
+#include "aim.h" \ No newline at end of file