From d73ee6a8891d5eb5c1591e5ccc879e82d050cdd1 Mon Sep 17 00:00:00 2001 From: Daniel Larimer Date: Mon, 1 Jul 2013 15:30:57 -0400 Subject: [PATCH] merging latest from svn back to github --- vendor/cyoencode-1.0.2/LICENSE.TXT | 27 ++ vendor/cyoencode-1.0.2/src/build.sh | 2 + .../src/cyoencode-vc100.vcxproj | 162 +++++++++ .../cyoencode-1.0.2/src/cyoencode-vc71.vcproj | 129 +++++++ .../cyoencode-1.0.2/src/cyoencode-vc80.vcproj | 195 ++++++++++ .../cyoencode-1.0.2/src/cyoencode-vc90.vcproj | 341 ++++++++++++++++++ 6 files changed, 856 insertions(+) create mode 100644 vendor/cyoencode-1.0.2/LICENSE.TXT create mode 100755 vendor/cyoencode-1.0.2/src/build.sh create mode 100644 vendor/cyoencode-1.0.2/src/cyoencode-vc100.vcxproj create mode 100644 vendor/cyoencode-1.0.2/src/cyoencode-vc71.vcproj create mode 100644 vendor/cyoencode-1.0.2/src/cyoencode-vc80.vcproj create mode 100644 vendor/cyoencode-1.0.2/src/cyoencode-vc90.vcproj diff --git a/vendor/cyoencode-1.0.2/LICENSE.TXT b/vendor/cyoencode-1.0.2/LICENSE.TXT new file mode 100644 index 0000000..4e10e73 --- /dev/null +++ b/vendor/cyoencode-1.0.2/LICENSE.TXT @@ -0,0 +1,27 @@ +All the files in this library are covered under the terms of the Berkeley +Software Distribution (BSD) License: + +Copyright (c) 2009-2012, Graham Bull. +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are met: + + * Redistributions of source code must retain the above copyright notice, this + list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright notice, + this list of conditions and the following disclaimer in the documentation + and/or other materials provided with the distribution. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND +ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED +WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE +DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE +FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL +DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR +SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, +OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + diff --git a/vendor/cyoencode-1.0.2/src/build.sh b/vendor/cyoencode-1.0.2/src/build.sh new file mode 100755 index 0000000..67c0907 --- /dev/null +++ b/vendor/cyoencode-1.0.2/src/build.sh @@ -0,0 +1,2 @@ +gcc test.c CyoEncode.c CyoDecode.c -o test + diff --git a/vendor/cyoencode-1.0.2/src/cyoencode-vc100.vcxproj b/vendor/cyoencode-1.0.2/src/cyoencode-vc100.vcxproj new file mode 100644 index 0000000..8c3a8d2 --- /dev/null +++ b/vendor/cyoencode-1.0.2/src/cyoencode-vc100.vcxproj @@ -0,0 +1,162 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + cyoencode-vc100 + {C773C1E9-CAC6-40AF-A400-567F73AB0178} + cyoencodevc100 + Win32Proj + + + + Application + Unicode + true + + + Application + Unicode + true + + + Application + Unicode + + + Application + Unicode + + + + + + + + + + + + + + + + + + + <_ProjectFileVersion>10.0.40219.1 + $(SolutionDir)$(Configuration)\ + $(SolutionDir)$(Configuration)\ + $(Configuration)\ + $(Configuration)\ + true + true + $(SolutionDir)$(Configuration)\ + $(SolutionDir)$(Configuration)\ + $(Configuration)\ + $(Configuration)\ + false + false + + + + Disabled + WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) + true + EnableFastChecks + MultiThreadedDebugDLL + + + Level4 + EditAndContinue + + + true + Console + MachineX86 + + + + + Disabled + WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) + EnableFastChecks + MultiThreadedDebugDLL + + + Level4 + ProgramDatabase + + + true + Console + + + + + MaxSpeed + true + WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) + MultiThreadedDLL + true + + + Level4 + ProgramDatabase + + + true + Console + true + true + MachineX86 + + + + + MaxSpeed + true + WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) + MultiThreadedDLL + true + + + Level4 + ProgramDatabase + + + true + Console + true + true + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/vendor/cyoencode-1.0.2/src/cyoencode-vc71.vcproj b/vendor/cyoencode-1.0.2/src/cyoencode-vc71.vcproj new file mode 100644 index 0000000..26c46ff --- /dev/null +++ b/vendor/cyoencode-1.0.2/src/cyoencode-vc71.vcproj @@ -0,0 +1,129 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/vendor/cyoencode-1.0.2/src/cyoencode-vc80.vcproj b/vendor/cyoencode-1.0.2/src/cyoencode-vc80.vcproj new file mode 100644 index 0000000..c08685a --- /dev/null +++ b/vendor/cyoencode-1.0.2/src/cyoencode-vc80.vcproj @@ -0,0 +1,195 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/vendor/cyoencode-1.0.2/src/cyoencode-vc90.vcproj b/vendor/cyoencode-1.0.2/src/cyoencode-vc90.vcproj new file mode 100644 index 0000000..ee5927b --- /dev/null +++ b/vendor/cyoencode-1.0.2/src/cyoencode-vc90.vcproj @@ -0,0 +1,341 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +