forked from twitter/hadoop-lzo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
consolidated patch of Windows compatibility work, prepping for submis…
…sion of pull request
- Loading branch information
Showing
10 changed files
with
674 additions
and
81 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,6 @@ | ||
.archive-version export-subst | ||
|
||
# Auto detect text files and perform LF normalization | ||
* text=auto | ||
*.sln text merge=union eol=crlf | ||
*.vcxproj text merge=union eol=crlf |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
|
||
Microsoft Visual Studio Solution File, Format Version 11.00 | ||
# Visual Studio 2010 | ||
|
||
# This file is part of Hadoop-Gpl-Compression. | ||
# | ||
# Hadoop-Gpl-Compression is free software: you can redistribute it | ||
# and/or modify it under the terms of the GNU General Public License | ||
# as published by the Free Software Foundation, either version 3 of | ||
# the License, or (at your option) any later version. | ||
# | ||
# Hadoop-Gpl-Compression is distributed in the hope that it will be | ||
# useful, but WITHOUT ANY WARRANTY; without even the implied warranty | ||
# of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
# GNU General Public License for more details. | ||
# | ||
# You should have received a copy of the GNU General Public License | ||
# along with Hadoop-Gpl-Compression. If not, see | ||
# <http://www.gnu.org/licenses/>. | ||
|
||
Project("{EAAEC089-7163-4E57-96A1-B61BF66B3F72}") = "gplcompression", "gplcompression.vcxproj", "{A8EC1579-8E95-4C0B-A462-4C3D625CDC39}" | ||
EndProject | ||
Global | ||
GlobalSection(SolutionConfigurationPlatforms) = preSolution | ||
Debug|Win32 = Debug|Win32 | ||
Debug|x64 = Debug|x64 | ||
Release|Win32 = Release|Win32 | ||
Release|x64 = Release|x64 | ||
EndGlobalSection | ||
GlobalSection(ProjectConfigurationPlatforms) = postSolution | ||
{A8EC1579-8E95-4C0B-A462-4C3D625CDC39}.Debug|Win32.ActiveCfg = Release|x64 | ||
{A8EC1579-8E95-4C0B-A462-4C3D625CDC39}.Debug|Win32.Build.0 = Release|x64 | ||
{A8EC1579-8E95-4C0B-A462-4C3D625CDC39}.Debug|x64.ActiveCfg = Debug|x64 | ||
{A8EC1579-8E95-4C0B-A462-4C3D625CDC39}.Debug|x64.Build.0 = Debug|x64 | ||
{A8EC1579-8E95-4C0B-A462-4C3D625CDC39}.Release|Win32.ActiveCfg = Release|Win32 | ||
{A8EC1579-8E95-4C0B-A462-4C3D625CDC39}.Release|Win32.Build.0 = Release|Win32 | ||
{A8EC1579-8E95-4C0B-A462-4C3D625CDC39}.Release|x64.ActiveCfg = Release|x64 | ||
{A8EC1579-8E95-4C0B-A462-4C3D625CDC39}.Release|x64.Build.0 = Release|x64 | ||
EndGlobalSection | ||
GlobalSection(SolutionProperties) = preSolution | ||
HideSolutionNode = FALSE | ||
EndGlobalSection | ||
EndGlobal |
Oops, something went wrong.