diff options
| author | George Hazan <ghazan@miranda.im> | 2020-05-22 20:25:34 +0300 |
|---|---|---|
| committer | George Hazan <ghazan@miranda.im> | 2020-05-22 20:25:34 +0300 |
| commit | 4ba812b71eb6e3cbefcea50d71dd8b7b98779a73 (patch) | |
| tree | 89f8527d0e01ccaa96b3f9498dad1073e512b8c6 /libs/libmdbx/libmdbx.vcxproj | |
| parent | e705d77b5ce00ddcddb4584b6b3df3e538a86b46 (diff) | |
Database
- libmdbx inlined not to change the code of utilities
- libmdbx.mir removed from build scripts
Diffstat (limited to 'libs/libmdbx/libmdbx.vcxproj')
| -rw-r--r-- | libs/libmdbx/libmdbx.vcxproj | 19 |
1 files changed, 11 insertions, 8 deletions
diff --git a/libs/libmdbx/libmdbx.vcxproj b/libs/libmdbx/libmdbx.vcxproj index c8d2780e20..8990b4cc57 100644 --- a/libs/libmdbx/libmdbx.vcxproj +++ b/libs/libmdbx/libmdbx.vcxproj @@ -22,31 +22,34 @@ <ProjectGuid>{6D19209B-ECE7-4B9C-941C-0AA2B484F199}</ProjectGuid> <ProjectName>libmdbx</ProjectName> <TargetName>libmdbx</TargetName> + <ConfigurationType>StaticLibrary</ConfigurationType> + <WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion> </PropertyGroup> - <Import Project="$(ProjectDir)..\..\build\vc.common\lib.props" /> + <Import Project="$(ProjectDir)..\..\build\vc.common\slib.props" /> <ItemDefinitionGroup> <ClCompile> - <PreprocessorDefinitions>MDBX_DEBUG=1;LIBMDBX_EXPORTS;__STDC_FORMAT_MACROS=1;__STDC_LIMIT_MACROS=1;__STDC_CONSTANT_MACROS=1;_HAS_EXCEPTIONS=1;MDBX_CONFIG_H=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> + <PreprocessorDefinitions>MDBX_DEBUG=1;__STDC_FORMAT_MACROS=1;__STDC_LIMIT_MACROS=1;__STDC_CONSTANT_MACROS=1;_HAS_EXCEPTIONS=1;MDBX_CONFIG_H=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> </ClCompile> <Link> <AdditionalDependencies>ntdll.lib;%(AdditionalDependencies)</AdditionalDependencies> </Link> </ItemDefinitionGroup> <ItemGroup> - <ClCompile Include="src\version.c"> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - </ClCompile> <ClInclude Include="src\config.h" /> <ClInclude Include="src\mdbx.h" /> - <ClInclude Include="src\stdafx.h" /> - <ClCompile Include="src\src\lck-windows.c"> + </ItemGroup> + <ItemGroup> + <ClCompile Include="src\src\core.c"> <PrecompiledHeader>NotUsing</PrecompiledHeader> </ClCompile> - <ClCompile Include="src\src\core.c"> + <ClCompile Include="src\src\lck-windows.c"> <PrecompiledHeader>NotUsing</PrecompiledHeader> </ClCompile> <ClCompile Include="src\src\osal.c"> <PrecompiledHeader>NotUsing</PrecompiledHeader> </ClCompile> + <ClCompile Include="src\version.c"> + <PrecompiledHeader>NotUsing</PrecompiledHeader> + </ClCompile> </ItemGroup> </Project>
\ No newline at end of file |
