summaryrefslogtreecommitdiff
path: root/src/miranda32_10.vcxproj
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2012-07-18 14:11:28 +0000
committerGeorge Hazan <george.hazan@gmail.com>2012-07-18 14:11:28 +0000
commit4bc88d46fa9859615521f436511d4f102f20eb67 (patch)
tree3a6ee91b74be2a4f5e60520885aa601c74bc3fa7 /src/miranda32_10.vcxproj
parent4f8f5427687792492ee49e06cafb9bd50cfc53d4 (diff)
databases are still static, but are controlled via classes
git-svn-id: http://svn.miranda-ng.org/main/trunk@1014 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'src/miranda32_10.vcxproj')
-rw-r--r--src/miranda32_10.vcxproj7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/miranda32_10.vcxproj b/src/miranda32_10.vcxproj
index 5b817e1d8e..540be17025 100644
--- a/src/miranda32_10.vcxproj
+++ b/src/miranda32_10.vcxproj
@@ -220,6 +220,7 @@
<ClInclude Include="..\include\m_clui.h" />
<ClInclude Include="..\include\m_contacts.h" />
<ClInclude Include="..\include\m_database.h" />
+ <ClInclude Include="..\include\m_db_int.h" />
<ClInclude Include="..\include\m_email.h" />
<ClInclude Include="..\include\m_file.h" />
<ClInclude Include="..\include\m_findadd.h" />
@@ -290,12 +291,18 @@
<ClCompile Include="modules\button\button.cpp">
<PrecompiledHeaderFile>..\..\core\commonheaders.h</PrecompiledHeaderFile>
</ClCompile>
+ <ClCompile Include="modules\crypt\encrypt.cpp">
+ <PrecompiledHeaderFile>..\..\core\commonheaders.h</PrecompiledHeaderFile>
+ </ClCompile>
<ClCompile Include="modules\database\database.cpp">
<PrecompiledHeaderFile>..\..\core\commonheaders.h</PrecompiledHeaderFile>
</ClCompile>
<ClCompile Include="modules\database\dbini.cpp">
<PrecompiledHeaderFile>..\..\core\commonheaders.h</PrecompiledHeaderFile>
</ClCompile>
+ <ClCompile Include="modules\database\dbintf.cpp">
+ <PrecompiledHeaderFile>..\..\core\commonheaders.h</PrecompiledHeaderFile>
+ </ClCompile>
<ClCompile Include="modules\database\dbutils.cpp">
<PrecompiledHeaderFile>..\..\core\commonheaders.h</PrecompiledHeaderFile>
</ClCompile>