Skip to content

Commit

Permalink
Fix to compile with hadoop-snappy support.
Browse files Browse the repository at this point in the history
  • Loading branch information
kubo committed Mar 12, 2016
1 parent fef4914 commit e7ba0c4
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions win32/snzip.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -39,14 +39,14 @@
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
<ConfigurationType>Application</ConfigurationType>
<UseDebugLibraries>false</UseDebugLibraries>
<PlatformToolset>v120</PlatformToolset>
<PlatformToolset>v120_xp</PlatformToolset>
<WholeProgramOptimization>true</WholeProgramOptimization>
<CharacterSet>Unicode</CharacterSet>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
<ConfigurationType>Application</ConfigurationType>
<UseDebugLibraries>false</UseDebugLibraries>
<PlatformToolset>v120</PlatformToolset>
<PlatformToolset>v120_xp</PlatformToolset>
<WholeProgramOptimization>true</WholeProgramOptimization>
<CharacterSet>Unicode</CharacterSet>
</PropertyGroup>
Expand Down Expand Up @@ -121,6 +121,7 @@
<PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;_LIB;HAVE_CONFIG_H;_CRT_NONSTDC_NO_WARNINGS;_CRT_SECURE_NO_WARNINGS;SUPPORT_RAW_FORMAT;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<SDLCheck>true</SDLCheck>
<AdditionalIncludeDirectories>.;.\snappy;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
</ClCompile>
<Link>
<SubSystem>Console</SubSystem>
Expand Down Expand Up @@ -158,6 +159,7 @@
<ClCompile Include="..\framing-format.c" />
<ClCompile Include="..\framing2-format.c" />
<ClCompile Include="..\raw_format.cpp" />
<ClCompile Include="..\hadoop-snappy-format.c" />
<ClCompile Include="..\snappy-in-java-format.c" />
<ClCompile Include="..\snappy-java-format.c" />
<ClCompile Include="..\snzip-format.c" />
Expand Down

0 comments on commit e7ba0c4

Please sign in to comment.