diff options
author | George Hazan <george.hazan@gmail.com> | 2012-07-18 14:11:28 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2012-07-18 14:11:28 +0000 |
commit | 4bc88d46fa9859615521f436511d4f102f20eb67 (patch) | |
tree | 3a6ee91b74be2a4f5e60520885aa601c74bc3fa7 /plugins/Db3x_mmap/db3x_mmap_10.vcxproj | |
parent | 4f8f5427687792492ee49e06cafb9bd50cfc53d4 (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 'plugins/Db3x_mmap/db3x_mmap_10.vcxproj')
-rw-r--r-- | plugins/Db3x_mmap/db3x_mmap_10.vcxproj | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/Db3x_mmap/db3x_mmap_10.vcxproj b/plugins/Db3x_mmap/db3x_mmap_10.vcxproj index 793f1ac4ef..22cbaeca69 100644 --- a/plugins/Db3x_mmap/db3x_mmap_10.vcxproj +++ b/plugins/Db3x_mmap/db3x_mmap_10.vcxproj @@ -208,9 +208,9 @@ <ClCompile Include="dbcontacts.cpp" />
<ClCompile Include="dbevents.cpp" />
<ClCompile Include="dbheaders.cpp" />
+ <ClCompile Include="dbintf.cpp" />
<ClCompile Include="dbmodulechain.cpp" />
<ClCompile Include="dbsettings.cpp" />
- <ClCompile Include="encrypt.cpp" />
<ClCompile Include="init.cpp">
<PrecompiledHeader>Create</PrecompiledHeader>
</ClCompile>
@@ -218,6 +218,7 @@ <ItemGroup>
<ClInclude Include="commonheaders.h" />
<ClInclude Include="database.h" />
+ <ClInclude Include="dbintf.h" />
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="db3x_mmap.rc" />
|