Skip to content
This repository was archived by the owner on Jun 23, 2025. It is now read-only.

Commit 4670ec4

Browse files
committed
送付CD-RのISO9660イメージから追加
0 parents  commit 4670ec4

File tree

817 files changed

+377710
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

817 files changed

+377710
-0
lines changed

LICENSE.txt

Lines changed: 341 additions & 0 deletions
Large diffs are not rendered by default.

OGG/COPYING.txt

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
Copyright (c) 2002-2004 Xiph.org Foundation
2+
3+
Redistribution and use in source and binary forms, with or without
4+
modification, are permitted provided that the following conditions
5+
are met:
6+
7+
- Redistributions of source code must retain the above copyright
8+
notice, this list of conditions and the following disclaimer.
9+
10+
- Redistributions in binary form must reproduce the above copyright
11+
notice, this list of conditions and the following disclaimer in the
12+
documentation and/or other materials provided with the distribution.
13+
14+
- Neither the name of the Xiph.org Foundation nor the names of its
15+
contributors may be used to endorse or promote products derived from
16+
this software without specific prior written permission.
17+
18+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
19+
``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
20+
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
21+
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION
22+
OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
23+
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
24+
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
25+
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
26+
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
27+
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
28+
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

OGG/lib_proj/ogg_static.lib

26.4 KB
Binary file not shown.

OGG/lib_proj/ogg_static.sln

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
Microsoft Visual Studio Solution File, Format Version 8.00
2+
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ogg_static", "ogg_static.vcproj", "{F0DA9CE2-A3A2-4EDF-A246-1EB909BF24D1}"
3+
ProjectSection(ProjectDependencies) = postProject
4+
EndProjectSection
5+
EndProject
6+
Global
7+
GlobalSection(SolutionConfiguration) = preSolution
8+
Debug = Debug
9+
Release = Release
10+
EndGlobalSection
11+
GlobalSection(ProjectConfiguration) = postSolution
12+
{F0DA9CE2-A3A2-4EDF-A246-1EB909BF24D1}.Debug.ActiveCfg = Debug|Win32
13+
{F0DA9CE2-A3A2-4EDF-A246-1EB909BF24D1}.Debug.Build.0 = Debug|Win32
14+
{F0DA9CE2-A3A2-4EDF-A246-1EB909BF24D1}.Release.ActiveCfg = Release|Win32
15+
{F0DA9CE2-A3A2-4EDF-A246-1EB909BF24D1}.Release.Build.0 = Release|Win32
16+
EndGlobalSection
17+
GlobalSection(ExtensibilityGlobals) = postSolution
18+
EndGlobalSection
19+
GlobalSection(ExtensibilityAddIns) = postSolution
20+
EndGlobalSection
21+
EndGlobal

OGG/lib_proj/ogg_static.vcproj

Lines changed: 136 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,136 @@
1+
<?xml version="1.0" encoding="shift_jis"?>
2+
<VisualStudioProject
3+
ProjectType="Visual C++"
4+
Version="7.10"
5+
Name="ogg_static"
6+
ProjectGUID="{F0DA9CE2-A3A2-4EDF-A246-1EB909BF24D1}"
7+
Keyword="Win32Proj">
8+
<Platforms>
9+
<Platform
10+
Name="Win32"/>
11+
</Platforms>
12+
<Configurations>
13+
<Configuration
14+
Name="Debug|Win32"
15+
OutputDirectory="ogg_Debug"
16+
IntermediateDirectory="ogg_Debug"
17+
ConfigurationType="4"
18+
CharacterSet="2">
19+
<Tool
20+
Name="VCCLCompilerTool"
21+
Optimization="0"
22+
AdditionalIncludeDirectories="..\ogg\include"
23+
PreprocessorDefinitions="WIN32;_DEBUG;_LIB"
24+
StringPooling="TRUE"
25+
MinimalRebuild="TRUE"
26+
BasicRuntimeChecks="3"
27+
RuntimeLibrary="1"
28+
EnableEnhancedInstructionSet="0"
29+
UsePrecompiledHeader="0"
30+
WarningLevel="2"
31+
Detect64BitPortabilityProblems="FALSE"
32+
DebugInformationFormat="4"/>
33+
<Tool
34+
Name="VCCustomBuildTool"/>
35+
<Tool
36+
Name="VCLibrarianTool"
37+
OutputFile="$(OutDir)/ogg_static.lib"/>
38+
<Tool
39+
Name="VCMIDLTool"/>
40+
<Tool
41+
Name="VCPostBuildEventTool"/>
42+
<Tool
43+
Name="VCPreBuildEventTool"/>
44+
<Tool
45+
Name="VCPreLinkEventTool"/>
46+
<Tool
47+
Name="VCResourceCompilerTool"/>
48+
<Tool
49+
Name="VCWebServiceProxyGeneratorTool"/>
50+
<Tool
51+
Name="VCXMLDataGeneratorTool"/>
52+
<Tool
53+
Name="VCManagedWrapperGeneratorTool"/>
54+
<Tool
55+
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
56+
</Configuration>
57+
<Configuration
58+
Name="Release|Win32"
59+
OutputDirectory="ogg_Release"
60+
IntermediateDirectory="ogg_Release"
61+
ConfigurationType="4"
62+
CharacterSet="2">
63+
<Tool
64+
Name="VCCLCompilerTool"
65+
GlobalOptimizations="TRUE"
66+
InlineFunctionExpansion="2"
67+
EnableIntrinsicFunctions="TRUE"
68+
FavorSizeOrSpeed="1"
69+
OmitFramePointers="TRUE"
70+
OptimizeForProcessor="2"
71+
OptimizeForWindowsApplication="TRUE"
72+
AdditionalIncludeDirectories="..\ogg\include"
73+
PreprocessorDefinitions="WIN32;NDEBUG;_LIB"
74+
StringPooling="TRUE"
75+
RuntimeLibrary="0"
76+
BufferSecurityCheck="FALSE"
77+
EnableFunctionLevelLinking="TRUE"
78+
EnableEnhancedInstructionSet="0"
79+
UsePrecompiledHeader="0"
80+
WarningLevel="2"
81+
Detect64BitPortabilityProblems="FALSE"
82+
DebugInformationFormat="0"/>
83+
<Tool
84+
Name="VCCustomBuildTool"/>
85+
<Tool
86+
Name="VCLibrarianTool"
87+
OutputFile="ogg_static.lib"/>
88+
<Tool
89+
Name="VCMIDLTool"/>
90+
<Tool
91+
Name="VCPostBuildEventTool"/>
92+
<Tool
93+
Name="VCPreBuildEventTool"/>
94+
<Tool
95+
Name="VCPreLinkEventTool"/>
96+
<Tool
97+
Name="VCResourceCompilerTool"/>
98+
<Tool
99+
Name="VCWebServiceProxyGeneratorTool"/>
100+
<Tool
101+
Name="VCXMLDataGeneratorTool"/>
102+
<Tool
103+
Name="VCManagedWrapperGeneratorTool"/>
104+
<Tool
105+
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
106+
</Configuration>
107+
</Configurations>
108+
<References>
109+
</References>
110+
<Files>
111+
<Filter
112+
Name="ソース ファイル"
113+
Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
114+
UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
115+
<File
116+
RelativePath="..\ogg\src\bitwise.c">
117+
</File>
118+
<File
119+
RelativePath="..\ogg\src\framing.c">
120+
</File>
121+
</Filter>
122+
<Filter
123+
Name="ヘッダー ファイル"
124+
Filter="h;hpp;hxx;hm;inl;inc;xsd"
125+
UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
126+
<File
127+
RelativePath="..\ogg\include\ogg\ogg.h">
128+
</File>
129+
<File
130+
RelativePath="..\ogg\include\ogg\os_types.h">
131+
</File>
132+
</Filter>
133+
</Files>
134+
<Globals>
135+
</Globals>
136+
</VisualStudioProject>

OGG/lib_proj/vorbis_static.lib

249 KB
Binary file not shown.

OGG/lib_proj/vorbis_static.sln

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
Microsoft Visual Studio Solution File, Format Version 8.00
2+
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "vorbis_static", "vorbis_static.vcproj", "{E4E14C2D-53D1-4B62-9110-B8F7AC54B1EA}"
3+
ProjectSection(ProjectDependencies) = postProject
4+
EndProjectSection
5+
EndProject
6+
Global
7+
GlobalSection(SolutionConfiguration) = preSolution
8+
Debug = Debug
9+
Release = Release
10+
EndGlobalSection
11+
GlobalSection(ProjectConfiguration) = postSolution
12+
{E4E14C2D-53D1-4B62-9110-B8F7AC54B1EA}.Debug.ActiveCfg = Debug|Win32
13+
{E4E14C2D-53D1-4B62-9110-B8F7AC54B1EA}.Debug.Build.0 = Debug|Win32
14+
{E4E14C2D-53D1-4B62-9110-B8F7AC54B1EA}.Release.ActiveCfg = Release|Win32
15+
{E4E14C2D-53D1-4B62-9110-B8F7AC54B1EA}.Release.Build.0 = Release|Win32
16+
EndGlobalSection
17+
GlobalSection(ExtensibilityGlobals) = postSolution
18+
EndGlobalSection
19+
GlobalSection(ExtensibilityAddIns) = postSolution
20+
EndGlobalSection
21+
EndGlobal

0 commit comments

Comments
 (0)