update to make xbox build possible again
* no zdll for xbox - using static zlib * no opengl for xbox * project file changed to include new files/remove old files and include crypt library
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
|
||||
#if defined(_WINDOWS) || defined(_XBOX)
|
||||
#include "zlib/zlib.h"
|
||||
#if defined(_MSC_VER)
|
||||
#if defined(_MSC_VER) && !defined(_XBOX)
|
||||
#pragma comment(lib, "zlib/zdll.lib")
|
||||
#endif
|
||||
#elif defined(MACOSX)
|
||||
|
||||
@@ -1,6 +1,8 @@
|
||||
Microsoft Visual Studio Solution File, Format Version 8.00
|
||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "StepMania", "StepManiaXbox-2003.vcproj", "{670745A6-106B-420D-A2A9-D4F89A23986E}"
|
||||
ProjectSection(ProjectDependencies) = postProject
|
||||
{15A6313B-3206-4847-87A2-62255F0B3837} = {15A6313B-3206-4847-87A2-62255F0B3837}
|
||||
{00C33C79-1140-47B0-838B-109A61950513} = {00C33C79-1140-47B0-838B-109A61950513}
|
||||
{CA22B79A-E8A9-4BFB-A297-42231F2213F2} = {CA22B79A-E8A9-4BFB-A297-42231F2213F2}
|
||||
EndProjectSection
|
||||
EndProject
|
||||
@@ -8,6 +10,15 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "xboxmad", "mad-0.15.1b\xbox
|
||||
ProjectSection(ProjectDependencies) = postProject
|
||||
EndProjectSection
|
||||
EndProject
|
||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libtomcrypt", "libtomcrypt\libtomcryptXbox-net2003.vcproj", "{15A6313B-3206-4847-87A2-62255F0B3837}"
|
||||
ProjectSection(ProjectDependencies) = postProject
|
||||
{00C33C79-1140-47B0-838B-109A61950513} = {00C33C79-1140-47B0-838B-109A61950513}
|
||||
EndProjectSection
|
||||
EndProject
|
||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libtommath", "libtommath\libtommathXbox-net2003.vcproj", "{00C33C79-1140-47B0-838B-109A61950513}"
|
||||
ProjectSection(ProjectDependencies) = postProject
|
||||
EndProjectSection
|
||||
EndProject
|
||||
Global
|
||||
GlobalSection(DPCodeReviewSolutionGUID) = preSolution
|
||||
DPCodeReviewSolutionGUID = {00000000-0000-0000-0000-000000000000}
|
||||
@@ -25,6 +36,14 @@ Global
|
||||
{CA22B79A-E8A9-4BFB-A297-42231F2213F2}.Debug Xbox.Build.0 = Debug|Xbox
|
||||
{CA22B79A-E8A9-4BFB-A297-42231F2213F2}.Release Xbox.ActiveCfg = Release|Xbox
|
||||
{CA22B79A-E8A9-4BFB-A297-42231F2213F2}.Release Xbox.Build.0 = Release|Xbox
|
||||
{15A6313B-3206-4847-87A2-62255F0B3837}.Debug Xbox.ActiveCfg = Debug|Xbox
|
||||
{15A6313B-3206-4847-87A2-62255F0B3837}.Debug Xbox.Build.0 = Debug|Xbox
|
||||
{15A6313B-3206-4847-87A2-62255F0B3837}.Release Xbox.ActiveCfg = Release|Xbox
|
||||
{15A6313B-3206-4847-87A2-62255F0B3837}.Release Xbox.Build.0 = Release|Xbox
|
||||
{00C33C79-1140-47B0-838B-109A61950513}.Debug Xbox.ActiveCfg = Debug|Xbox
|
||||
{00C33C79-1140-47B0-838B-109A61950513}.Debug Xbox.Build.0 = Debug|Xbox
|
||||
{00C33C79-1140-47B0-838B-109A61950513}.Release Xbox.ActiveCfg = Release|Xbox
|
||||
{00C33C79-1140-47B0-838B-109A61950513}.Release Xbox.Build.0 = Release|Xbox
|
||||
EndGlobalSection
|
||||
GlobalSection(ExtensibilityGlobals) = postSolution
|
||||
DPBuild = 5
|
||||
|
||||
@@ -7,87 +7,10 @@
|
||||
SccLocalPath=""
|
||||
Keyword="MFCProj">
|
||||
<Platforms>
|
||||
<Platform
|
||||
Name="Win32"/>
|
||||
<Platform
|
||||
Name="Xbox"/>
|
||||
</Platforms>
|
||||
<Configurations>
|
||||
<Configuration
|
||||
Name="Debug|Win32"
|
||||
OutputDirectory=".\.."
|
||||
IntermediateDirectory=".\../Debug"
|
||||
ConfigurationType="1"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
||||
CharacterSet="2"
|
||||
WholeProgramOptimization="FALSE">
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
AdditionalOptions="/EHa"
|
||||
Optimization="0"
|
||||
AdditionalIncludeDirectories=".,SDL-1.2.6/include,SDL_image-1.2,vorbis"
|
||||
PreprocessorDefinitions="WIN32,_DEBUG,_WINDOWS,DEBUG"
|
||||
ExceptionHandling="FALSE"
|
||||
BasicRuntimeChecks="3"
|
||||
RuntimeLibrary="2"
|
||||
UsePrecompiledHeader="2"
|
||||
PrecompiledHeaderFile="$(IntDir)/StepMania.pch"
|
||||
AssemblerListingLocation=".\../Debug/"
|
||||
ObjectFile=".\../Debug/"
|
||||
ProgramDataBaseFileName=".\../Debug/"
|
||||
BrowseInformation="0"
|
||||
WarningLevel="4"
|
||||
SuppressStartupBanner="TRUE"
|
||||
DebugInformationFormat="4"/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"/>
|
||||
<Tool
|
||||
Name="VCLinkerTool"
|
||||
AdditionalOptions="/MACHINE:I386 "$(intdir)\verstub.obj""
|
||||
OutputFile="../StepMania-debug.exe"
|
||||
LinkIncremental="2"
|
||||
SuppressStartupBanner="TRUE"
|
||||
AdditionalLibraryDirectories=""
|
||||
IgnoreDefaultLibraryNames="wininet.lib;msimg32.lib"
|
||||
GenerateDebugInformation="TRUE"
|
||||
ProgramDatabaseFile="../Debug/StepMania-debug.pdb"
|
||||
GenerateMapFile="TRUE"
|
||||
MapFileName="$(IntDir)\$(TargetName).map"
|
||||
MapExports="TRUE"
|
||||
SubSystem="2"/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"
|
||||
PreprocessorDefinitions="_DEBUG"
|
||||
MkTypLibCompatible="TRUE"
|
||||
SuppressStartupBanner="TRUE"
|
||||
TargetEnvironment="1"
|
||||
TypeLibraryName=".\../StepMania.tlb"/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
CommandLine="disasm\mapconv "$(IntDir)\$(TargetName).map" "$(TargetDir)\StepMania.vdi""/>
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCPreLinkEventTool"
|
||||
CommandLine="disasm\verinc
|
||||
cl /Zl /nologo /c verstub.cpp /Fo$(IntDir)\
|
||||
"/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
PreprocessorDefinitions="_DEBUG"
|
||||
Culture="1033"/>
|
||||
<Tool
|
||||
Name="VCWebServiceProxyGeneratorTool"/>
|
||||
<Tool
|
||||
Name="VCXMLDataGeneratorTool"/>
|
||||
<Tool
|
||||
Name="VCWebDeploymentTool"/>
|
||||
<Tool
|
||||
Name="VCManagedWrapperGeneratorTool"/>
|
||||
<Tool
|
||||
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
Name="Debug|Xbox"
|
||||
OutputDirectory=".\Debug"
|
||||
@@ -103,7 +26,7 @@ cl
|
||||
PreprocessorDefinitions="WIN32,_XBOX,XBOX,NDEBUG,_XDBG"
|
||||
RuntimeLibrary="1"
|
||||
RuntimeTypeInfo="TRUE"
|
||||
UsePrecompiledHeader="2"
|
||||
UsePrecompiledHeader="0"
|
||||
PrecompiledHeaderThrough="global.h"
|
||||
PrecompiledHeaderFile=".\Debug/StepMania.pch"
|
||||
AssemblerListingLocation=".\Debug/"
|
||||
@@ -118,11 +41,11 @@ cl
|
||||
<Tool
|
||||
Name="VCLinkerTool"
|
||||
AdditionalOptions="/MACHINE:I386 /FIXED:NO /FORCE:MULTIPLE"
|
||||
AdditionalDependencies="libpng/lib/xboxlibpng.lib xbdm.lib xapilibd.lib d3d8d.lib d3dx8d.lib xgraphicsd.lib dsoundd.lib dmusicd.lib xnetd.lib xboxkrnl.lib debug\verstub.obj"
|
||||
AdditionalDependencies="zlib/xboxzlib.lib libpng/lib/xboxlibpng.lib xbdm.lib xapilibd.lib d3d8d.lib d3dx8d.lib xgraphicsd.lib dsoundd.lib dmusicd.lib xnetd.lib xboxkrnl.lib debug\verstub.obj"
|
||||
OutputFile="../StepManiaXbox-debug.exe"
|
||||
LinkIncremental="1"
|
||||
SuppressStartupBanner="TRUE"
|
||||
IgnoreDefaultLibraryNames="libcd,libcmt"
|
||||
IgnoreDefaultLibraryNames=""
|
||||
GenerateDebugInformation="TRUE"
|
||||
ProgramDatabaseFile=".\Debug/StepManiaXbox-debug.pdb"
|
||||
OptimizeReferences="0"/>
|
||||
@@ -157,90 +80,6 @@ cl /Zl /nologo /c verstub.cpp /Fo$(IntDir)\
|
||||
TitleImage=".\archutils\Xbox\smicon.XBX"
|
||||
SaveGameImage=".\archutils\Xbox\saveblue.XBX"/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
Name="Release|Win32"
|
||||
OutputDirectory="./.."
|
||||
IntermediateDirectory="./../Release"
|
||||
ConfigurationType="1"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
||||
CharacterSet="2"
|
||||
WholeProgramOptimization="FALSE">
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
AdditionalOptions="/EHa"
|
||||
Optimization="3"
|
||||
GlobalOptimizations="TRUE"
|
||||
InlineFunctionExpansion="2"
|
||||
EnableIntrinsicFunctions="TRUE"
|
||||
FavorSizeOrSpeed="2"
|
||||
OptimizeForProcessor="2"
|
||||
OptimizeForWindowsApplication="TRUE"
|
||||
AdditionalIncludeDirectories=".,SDL-1.2.6/include,SDL_image-1.2,vorbis"
|
||||
PreprocessorDefinitions="WIN32,NDEBUG,_WINDOWS,RELEASE"
|
||||
StringPooling="TRUE"
|
||||
MinimalRebuild="FALSE"
|
||||
ExceptionHandling="FALSE"
|
||||
RuntimeLibrary="2"
|
||||
BufferSecurityCheck="FALSE"
|
||||
EnableFunctionLevelLinking="FALSE"
|
||||
UsePrecompiledHeader="2"
|
||||
PrecompiledHeaderThrough="global.h"
|
||||
PrecompiledHeaderFile="$(IntDir)/StepMania.pch"
|
||||
AssemblerListingLocation=".\../Release/"
|
||||
ObjectFile=".\../Release/"
|
||||
ProgramDataBaseFileName=".\../Release/"
|
||||
BrowseInformation="1"
|
||||
WarningLevel="4"
|
||||
SuppressStartupBanner="TRUE"
|
||||
DebugInformationFormat="3"/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"/>
|
||||
<Tool
|
||||
Name="VCLinkerTool"
|
||||
AdditionalOptions="/MACHINE:I386 "$(intdir)\verstub.obj""
|
||||
OutputFile=".\../StepMania.exe"
|
||||
LinkIncremental="1"
|
||||
SuppressStartupBanner="TRUE"
|
||||
AdditionalLibraryDirectories=""
|
||||
IgnoreDefaultLibraryNames="wininet.lib;msimg32.lib"
|
||||
ProgramDatabaseFile="../Release/StepMania.pdb"
|
||||
GenerateMapFile="TRUE"
|
||||
MapFileName="$(IntDir)\$(TargetName).map"
|
||||
MapExports="TRUE"
|
||||
SubSystem="2"/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"
|
||||
PreprocessorDefinitions="NDEBUG"
|
||||
MkTypLibCompatible="TRUE"
|
||||
SuppressStartupBanner="TRUE"
|
||||
TargetEnvironment="1"
|
||||
TypeLibraryName=".\../StepMania.tlb"/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
CommandLine="disasm\mapconv "$(IntDir)\$(TargetName).map" "$(TargetDir)\StepMania.vdi""/>
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"
|
||||
CommandLine="disasm\verinc
|
||||
cl /Zl /nologo /c verstub.cpp /Fo"$(IntDir)"\
|
||||
"/>
|
||||
<Tool
|
||||
Name="VCPreLinkEventTool"/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
PreprocessorDefinitions="NDEBUG"
|
||||
Culture="1033"/>
|
||||
<Tool
|
||||
Name="VCWebServiceProxyGeneratorTool"/>
|
||||
<Tool
|
||||
Name="VCXMLDataGeneratorTool"/>
|
||||
<Tool
|
||||
Name="VCWebDeploymentTool"/>
|
||||
<Tool
|
||||
Name="VCManagedWrapperGeneratorTool"/>
|
||||
<Tool
|
||||
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
Name="Release|Xbox"
|
||||
OutputDirectory="./../Program"
|
||||
@@ -258,7 +97,7 @@ cl /Zl /nologo /c verstub.cpp /Fo"$(IntDir)"\
|
||||
RuntimeLibrary="0"
|
||||
EnableFunctionLevelLinking="TRUE"
|
||||
RuntimeTypeInfo="TRUE"
|
||||
UsePrecompiledHeader="2"
|
||||
UsePrecompiledHeader="0"
|
||||
PrecompiledHeaderThrough="global.h"
|
||||
PrecompiledHeaderFile="$(IntDir)/StepMania.pch"
|
||||
AssemblerListingLocation="./../ReleaseXbox/"
|
||||
@@ -272,15 +111,17 @@ cl /Zl /nologo /c verstub.cpp /Fo"$(IntDir)"\
|
||||
<Tool
|
||||
Name="VCLinkerTool"
|
||||
AdditionalOptions="/MACHINE:I386 /FIXED:NO /FORCE:MULTIPLE"
|
||||
AdditionalDependencies="$(intdir)\verstub.obj libpng/lib/xboxlibpng.lib xapilib.lib d3d8.lib d3dx8.lib xgraphics.lib dsound.lib dmusic.lib xnet.lib xboxkrnl.lib libcmt.lib"
|
||||
AdditionalDependencies="$(intdir)\verstub.obj zlib/xboxzlib.lib libpng/lib/xboxlibpng.lib xapilib.lib d3d8.lib d3dx8.lib xgraphics.lib dsound.lib dmusic.lib xnet.lib xboxkrnl.lib libcmt.lib"
|
||||
OutputFile="../StepMania.exe"
|
||||
LinkIncremental="1"
|
||||
SuppressStartupBanner="TRUE"
|
||||
IgnoreDefaultLibraryNames="libc,libcmtd"
|
||||
IgnoreDefaultLibraryNames=""
|
||||
GenerateDebugInformation="FALSE"
|
||||
ProgramDatabaseFile="./../ReleaseXbox/StepMania.pdb"
|
||||
GenerateMapFile="FALSE"
|
||||
GenerateMapFile="TRUE"
|
||||
MapFileName=""
|
||||
MapExports="FALSE"
|
||||
MapLines="FALSE"
|
||||
OptimizeReferences="2"/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"/>
|
||||
@@ -478,13 +319,7 @@ cl /Zl /nologo /c verstub.cpp /Fo$(IntDir)\
|
||||
RelativePath="ScreenMiniMenu.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="ScreenMiniMenu.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="ScreenMusicScroll.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="ScreenMusicScroll.h">
|
||||
RelativePath=".\ScreenMiniMenu.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="ScreenNameEntry.cpp">
|
||||
@@ -856,6 +691,12 @@ cl /Zl /nologo /c verstub.cpp /Fo$(IntDir)\
|
||||
<File
|
||||
RelativePath="CodeDetector.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\CodeSet.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\CodeSet.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\Command.cpp">
|
||||
</File>
|
||||
@@ -961,6 +802,12 @@ cl /Zl /nologo /c verstub.cpp /Fo$(IntDir)\
|
||||
<File
|
||||
RelativePath="GameInput.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\GameplayAssist.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\GameplayAssist.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\Grade.cpp">
|
||||
</File>
|
||||
@@ -1009,12 +856,6 @@ cl /Zl /nologo /c verstub.cpp /Fo$(IntDir)\
|
||||
<File
|
||||
RelativePath="LyricsLoader.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\MenuInput.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="MenuInput.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="ModsGroup.cpp">
|
||||
</File>
|
||||
@@ -1063,6 +904,12 @@ cl /Zl /nologo /c verstub.cpp /Fo$(IntDir)\
|
||||
<File
|
||||
RelativePath="NotesLoaderKSF.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\NotesLoaderMidi.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\NotesLoaderMidi.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="NotesLoaderSM.cpp">
|
||||
</File>
|
||||
@@ -1147,6 +994,12 @@ cl /Zl /nologo /c verstub.cpp /Fo$(IntDir)\
|
||||
<File
|
||||
RelativePath=".\RandomSample.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\SampleHistory.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\SampleHistory.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="ScoreKeeper.cpp">
|
||||
</File>
|
||||
@@ -1195,6 +1048,12 @@ cl /Zl /nologo /c verstub.cpp /Fo$(IntDir)\
|
||||
<File
|
||||
RelativePath="SongUtil.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\SoundEffectControl.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\SoundEffectControl.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="StageStats.cpp">
|
||||
</File>
|
||||
@@ -1326,18 +1185,21 @@ cl /Zl /nologo /c verstub.cpp /Fo$(IntDir)\
|
||||
<Filter
|
||||
Name="arch"
|
||||
Filter="">
|
||||
<File
|
||||
RelativePath="arch\arch.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="arch\arch.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="arch\arch_default.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\arch\RageDriver.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\arch\RageDriver.h">
|
||||
</File>
|
||||
<Filter
|
||||
Name="LoadingWindow"
|
||||
Filter="">
|
||||
<File
|
||||
RelativePath=".\arch\LoadingWindow\LoadingWindow.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="arch\LoadingWindow\LoadingWindow.h">
|
||||
</File>
|
||||
@@ -1366,12 +1228,6 @@ cl /Zl /nologo /c verstub.cpp /Fo$(IntDir)\
|
||||
<File
|
||||
RelativePath="arch\Sound\RageSoundDriver.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="arch\Sound\RageSoundDriver_DSound.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="arch\Sound\RageSoundDriver_DSound.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\arch\Sound\RageSoundDriver_DSound_Software.cpp">
|
||||
</File>
|
||||
@@ -1390,9 +1246,6 @@ cl /Zl /nologo /c verstub.cpp /Fo$(IntDir)\
|
||||
<File
|
||||
RelativePath="arch\Sound\RageSoundDriver_Null.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="arch\Sound\Selector_RageSoundDriver.h">
|
||||
</File>
|
||||
</Filter>
|
||||
<Filter
|
||||
Name="ArchHooks"
|
||||
@@ -1460,6 +1313,9 @@ cl /Zl /nologo /c verstub.cpp /Fo$(IntDir)\
|
||||
<Filter
|
||||
Name="Lights"
|
||||
Filter="">
|
||||
<File
|
||||
RelativePath=".\arch\Lights\LightsDriver.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="arch\Lights\LightsDriver.h">
|
||||
</File>
|
||||
@@ -1575,24 +1431,12 @@ cl /Zl /nologo /c verstub.cpp /Fo$(IntDir)\
|
||||
Filter="">
|
||||
<File
|
||||
RelativePath=".\archutils\Win32\arch_setup.cpp">
|
||||
<FileConfiguration
|
||||
Name="Debug|Win32">
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
ObjectFile="$(IntDir)/$(InputName)1.obj"/>
|
||||
</FileConfiguration>
|
||||
<FileConfiguration
|
||||
Name="Debug|Xbox">
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
ObjectFile="$(IntDir)/$(InputName)1.obj"/>
|
||||
</FileConfiguration>
|
||||
<FileConfiguration
|
||||
Name="Release|Win32">
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
ObjectFile="$(IntDir)/$(InputName)1.obj"/>
|
||||
</FileConfiguration>
|
||||
<FileConfiguration
|
||||
Name="Release|Xbox">
|
||||
<Tool
|
||||
@@ -1688,12 +1532,6 @@ cl /Zl /nologo /c verstub.cpp /Fo$(IntDir)\
|
||||
<File
|
||||
RelativePath="CourseContentsList.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="CourseEntryDisplay.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="CourseEntryDisplay.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="DifficultyList.cpp">
|
||||
</File>
|
||||
@@ -1832,6 +1670,12 @@ cl /Zl /nologo /c verstub.cpp /Fo$(IntDir)\
|
||||
<File
|
||||
RelativePath="OptionsCursor.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\OptionsList.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\OptionsList.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="PaneDisplay.cpp">
|
||||
</File>
|
||||
@@ -1941,12 +1785,6 @@ cl /Zl /nologo /c verstub.cpp /Fo$(IntDir)\
|
||||
<File
|
||||
RelativePath="CombinedLifeMeterTug.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\Combo.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\Combo.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="DancingCharacters.cpp">
|
||||
</File>
|
||||
@@ -1971,12 +1809,6 @@ cl /Zl /nologo /c verstub.cpp /Fo$(IntDir)\
|
||||
<File
|
||||
RelativePath="HoldJudgment.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="Judgment.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="Judgment.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\LifeMeter.cpp">
|
||||
</File>
|
||||
@@ -2257,24 +2089,48 @@ cl /Zl /nologo /c verstub.cpp /Fo$(IntDir)\
|
||||
<File
|
||||
RelativePath="RageSoundReader_Chain.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\RageSoundReader_Extend.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\RageSoundReader_Extend.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="RageSoundReader_FileReader.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="RageSoundReader_FileReader.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\RageSoundReader_Merge.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\RageSoundReader_Merge.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="RageSoundReader_MP3.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="RageSoundReader_MP3.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\RageSoundReader_Pan.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\RageSoundReader_Pan.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\RageSoundReader_PitchChange.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\RageSoundReader_PitchChange.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\RageSoundReader_PostBuffering.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\RageSoundReader_PostBuffering.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="RageSoundReader_Preload.cpp">
|
||||
</File>
|
||||
@@ -2293,6 +2149,12 @@ cl /Zl /nologo /c verstub.cpp /Fo$(IntDir)\
|
||||
<File
|
||||
RelativePath=".\RageSoundReader_SpeedChange.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\RageSoundReader_ThreadedBuffer.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\RageSoundReader_ThreadedBuffer.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="RageSoundReader_Vorbisfile.cpp">
|
||||
</File>
|
||||
|
||||
@@ -6,7 +6,9 @@
|
||||
#define HAVE_THEORA
|
||||
#endif
|
||||
|
||||
#if !defined(XBOX)
|
||||
#define SUPPORT_OPENGL
|
||||
#endif
|
||||
#define SUPPORT_D3D
|
||||
|
||||
#if defined(__MINGW32__)
|
||||
|
||||
@@ -0,0 +1,503 @@
|
||||
<?xml version="1.0" encoding="Windows-1252"?>
|
||||
<VisualStudioProject
|
||||
ProjectType="Visual C++"
|
||||
Version="7.10"
|
||||
Name="libtomcrypt"
|
||||
ProjectGUID="{15A6313B-3206-4847-87A2-62255F0B3837}"
|
||||
Keyword="Win32Proj">
|
||||
<Platforms>
|
||||
<Platform
|
||||
Name="Xbox"/>
|
||||
</Platforms>
|
||||
<Configurations>
|
||||
<Configuration
|
||||
Name="Debug|Xbox"
|
||||
OutputDirectory="$(SolutionDir)$(ConfigurationName)"
|
||||
IntermediateDirectory="$(SolutionDir)/build-$(SolutionName)/$(ProjectName)/$(ConfigurationName)"
|
||||
ConfigurationType="4"
|
||||
CharacterSet="2">
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
Optimization="0"
|
||||
AdditionalIncludeDirectories="src\headers"
|
||||
PreprocessorDefinitions="_DEBUG;_LIB;XBOX"
|
||||
MinimalRebuild="TRUE"
|
||||
BasicRuntimeChecks="3"
|
||||
RuntimeLibrary="1"
|
||||
UsePrecompiledHeader="0"
|
||||
WarningLevel="2"
|
||||
Detect64BitPortabilityProblems="TRUE"
|
||||
DebugInformationFormat="4"/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"/>
|
||||
<Tool
|
||||
Name="VCLibrarianTool"
|
||||
OutputFile="$(OutDir)\$(ProjectName).lib"/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCPreLinkEventTool"/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
Name="Release|Xbox"
|
||||
OutputDirectory="$(SolutionDir)$(ConfigurationName)"
|
||||
IntermediateDirectory="$(SolutionDir)/build-$(SolutionName)/$(ProjectName)/$(ConfigurationName)"
|
||||
ConfigurationType="4"
|
||||
CharacterSet="2">
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
AdditionalIncludeDirectories="src\headers"
|
||||
PreprocessorDefinitions="NDEBUG;_LIB;XBOX"
|
||||
RuntimeLibrary="0"
|
||||
BufferSecurityCheck="FALSE"
|
||||
UsePrecompiledHeader="0"
|
||||
WarningLevel="2"
|
||||
Detect64BitPortabilityProblems="TRUE"
|
||||
DebugInformationFormat="0"/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"/>
|
||||
<Tool
|
||||
Name="VCLibrarianTool"
|
||||
OutputFile="$(OutDir)\$(ProjectName).lib"/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCPreLinkEventTool"/>
|
||||
</Configuration>
|
||||
</Configurations>
|
||||
<References>
|
||||
</References>
|
||||
<Files>
|
||||
<Filter
|
||||
Name="src"
|
||||
Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
|
||||
UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
|
||||
<File
|
||||
RelativePath=".\src\ciphers\aes\aes.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\misc\base64\base64_decode.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\misc\base64\base64_encode.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\misc\burn_stack.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\modes\cbc\cbc_decrypt.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\modes\cbc\cbc_done.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\modes\cbc\cbc_encrypt.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\modes\cbc\cbc_getiv.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\modes\cbc\cbc_setiv.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\modes\cbc\cbc_start.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\modes\cfb\cfb_decrypt.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\modes\cfb\cfb_done.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\modes\cfb\cfb_encrypt.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\modes\cfb\cfb_getiv.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\modes\cfb\cfb_setiv.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\modes\cfb\cfb_start.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\misc\crypt\crypt.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\misc\crypt\crypt_argchk.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\misc\crypt\crypt_cipher_descriptor.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\misc\crypt\crypt_cipher_is_valid.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\misc\crypt\crypt_find_cipher.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\misc\crypt\crypt_find_cipher_any.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\misc\crypt\crypt_find_cipher_id.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\misc\crypt\crypt_find_hash.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\misc\crypt\crypt_find_hash_any.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\misc\crypt\crypt_find_hash_id.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\misc\crypt\crypt_find_hash_oid.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\misc\crypt\crypt_find_prng.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\misc\crypt\crypt_fsa.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\misc\crypt\crypt_hash_descriptor.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\misc\crypt\crypt_hash_is_valid.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\misc\crypt\crypt_ltc_mp_descriptor.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\misc\crypt\crypt_prng_descriptor.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\misc\crypt\crypt_prng_is_valid.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\misc\crypt\crypt_register_cipher.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\misc\crypt\crypt_register_hash.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\misc\crypt\crypt_register_prng.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\misc\crypt\crypt_unregister_cipher.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\misc\crypt\crypt_unregister_hash.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\misc\crypt\crypt_unregister_prng.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\modes\ctr\ctr_decrypt.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\modes\ctr\ctr_done.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\modes\ctr\ctr_encrypt.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\modes\ctr\ctr_getiv.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\modes\ctr\ctr_setiv.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\modes\ctr\ctr_start.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\modes\ctr\ctr_test.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\pk\asn1\der\bit\der_decode_bit_string.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\pk\asn1\der\boolean\der_decode_boolean.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\pk\asn1\der\choice\der_decode_choice.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\pk\asn1\der\ia5\der_decode_ia5_string.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\pk\asn1\der\integer\der_decode_integer.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\pk\asn1\der\object_identifier\der_decode_object_identifier.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\pk\asn1\der\octet\der_decode_octet_string.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\pk\asn1\der\printable_string\der_decode_printable_string.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\pk\asn1\der\sequence\der_decode_sequence_ex.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\pk\asn1\der\sequence\der_decode_sequence_flexi.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\pk\asn1\der\sequence\der_decode_sequence_multi.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\pk\asn1\der\short_integer\der_decode_short_integer.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\pk\asn1\der\utctime\der_decode_utctime.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\pk\asn1\der\utf8\der_decode_utf8_string.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\pk\asn1\der\bit\der_encode_bit_string.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\pk\asn1\der\boolean\der_encode_boolean.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\pk\asn1\der\ia5\der_encode_ia5_string.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\pk\asn1\der\integer\der_encode_integer.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\pk\asn1\der\object_identifier\der_encode_object_identifier.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\pk\asn1\der\octet\der_encode_octet_string.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\pk\asn1\der\printable_string\der_encode_printable_string.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\pk\asn1\der\sequence\der_encode_sequence_ex.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\pk\asn1\der\sequence\der_encode_sequence_multi.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\pk\asn1\der\set\der_encode_set.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\pk\asn1\der\set\der_encode_setof.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\pk\asn1\der\short_integer\der_encode_short_integer.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\pk\asn1\der\utctime\der_encode_utctime.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\pk\asn1\der\utf8\der_encode_utf8_string.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\pk\asn1\der\bit\der_length_bit_string.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\pk\asn1\der\boolean\der_length_boolean.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\pk\asn1\der\ia5\der_length_ia5_string.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\pk\asn1\der\integer\der_length_integer.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\pk\asn1\der\object_identifier\der_length_object_identifier.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\pk\asn1\der\octet\der_length_octet_string.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\pk\asn1\der\printable_string\der_length_printable_string.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\pk\asn1\der\sequence\der_length_sequence.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\pk\asn1\der\short_integer\der_length_short_integer.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\pk\asn1\der\utctime\der_length_utctime.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\pk\asn1\der\utf8\der_length_utf8_string.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\pk\asn1\der\sequence\der_sequence_free.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\pk\dsa\dsa_decrypt_key.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\pk\dsa\dsa_encrypt_key.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\pk\dsa\dsa_export.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\pk\dsa\dsa_free.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\pk\dsa\dsa_import.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\pk\dsa\dsa_make_key.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\pk\dsa\dsa_shared_secret.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\pk\dsa\dsa_sign_hash.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\pk\dsa\dsa_verify_hash.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\pk\dsa\dsa_verify_key.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\modes\ecb\ecb_decrypt.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\modes\ecb\ecb_done.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\modes\ecb\ecb_encrypt.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\modes\ecb\ecb_start.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\misc\error_to_string.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\hashes\helper\hash_memory.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\math\fp\ltc_ecc_fp_mulmod.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\math\ltm_desc.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\hashes\md5.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\math\multi.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\modes\ofb\ofb_decrypt.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\modes\ofb\ofb_done.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\modes\ofb\ofb_encrypt.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\modes\ofb\ofb_getiv.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\modes\ofb\ofb_setiv.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\modes\ofb\ofb_start.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\pk\pkcs1\pkcs_1_i2osp.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\pk\pkcs1\pkcs_1_mgf1.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\pk\pkcs1\pkcs_1_oaep_decode.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\pk\pkcs1\pkcs_1_oaep_encode.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\pk\pkcs1\pkcs_1_os2ip.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\pk\pkcs1\pkcs_1_pss_decode.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\pk\pkcs1\pkcs_1_pss_encode.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\pk\pkcs1\pkcs_1_v1_5_decode.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\pk\pkcs1\pkcs_1_v1_5_encode.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\misc\pkcs5\pkcs_5_1.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\misc\pkcs5\pkcs_5_2.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\math\rand_prime.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\prngs\rng_get_bytes.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\prngs\rng_make_prng.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\pk\rsa\rsa_decrypt_key.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\pk\rsa\rsa_encrypt_key.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\pk\rsa\rsa_export.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\pk\rsa\rsa_exptmod.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\pk\rsa\rsa_free.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\pk\rsa\rsa_import.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\pk\rsa\rsa_make_key.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\pk\rsa\rsa_sign_hash.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\pk\rsa\rsa_verify_hash.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\hashes\sha1.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\prngs\sprng.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\prngs\yarrow.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\misc\zeromem.c">
|
||||
</File>
|
||||
</Filter>
|
||||
</Files>
|
||||
<Globals>
|
||||
</Globals>
|
||||
</VisualStudioProject>
|
||||
@@ -0,0 +1,449 @@
|
||||
<?xml version="1.0" encoding="Windows-1252"?>
|
||||
<VisualStudioProject
|
||||
ProjectType="Visual C++"
|
||||
Version="7.10"
|
||||
Name="libtommath"
|
||||
ProjectGUID="{00C33C79-1140-47B0-838B-109A61950513}"
|
||||
Keyword="XboxProj">
|
||||
<Platforms>
|
||||
<Platform
|
||||
Name="Xbox"/>
|
||||
</Platforms>
|
||||
<Configurations>
|
||||
<Configuration
|
||||
Name="Debug|Xbox"
|
||||
OutputDirectory="$(SolutionDir)$(ConfigurationName)"
|
||||
IntermediateDirectory="$(SolutionDir)/build-$(SolutionName)/$(ProjectName)/$(ConfigurationName)"
|
||||
ConfigurationType="4"
|
||||
CharacterSet="2">
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
Optimization="0"
|
||||
AdditionalIncludeDirectories="."
|
||||
PreprocessorDefinitions="WIN32;_DEBUG;_LIB;XBOX"
|
||||
MinimalRebuild="TRUE"
|
||||
BasicRuntimeChecks="3"
|
||||
RuntimeLibrary="1"
|
||||
UsePrecompiledHeader="0"
|
||||
WarningLevel="2"
|
||||
Detect64BitPortabilityProblems="TRUE"
|
||||
DebugInformationFormat="4"/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"/>
|
||||
<Tool
|
||||
Name="VCLibrarianTool"
|
||||
OutputFile="$(OutDir)/libtommathXbox-net2003.lib"/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCPreLinkEventTool"/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
Name="Release|Xbox"
|
||||
OutputDirectory="$(SolutionDir)$(ConfigurationName)"
|
||||
IntermediateDirectory="$(SolutionDir)/build-$(SolutionName)/$(ProjectName)/$(ConfigurationName)"
|
||||
ConfigurationType="4"
|
||||
CharacterSet="2">
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
AdditionalIncludeDirectories="."
|
||||
PreprocessorDefinitions="WIN32;NDEBUG;_LIB;XBOX"
|
||||
RuntimeLibrary="0"
|
||||
BufferSecurityCheck="FALSE"
|
||||
UsePrecompiledHeader="0"
|
||||
WarningLevel="2"
|
||||
Detect64BitPortabilityProblems="TRUE"
|
||||
DebugInformationFormat="3"/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"/>
|
||||
<Tool
|
||||
Name="VCLibrarianTool"
|
||||
OutputFile="$(OutDir)/libtommathXbox-net2003.lib"/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCPreLinkEventTool"/>
|
||||
</Configuration>
|
||||
</Configurations>
|
||||
<References>
|
||||
</References>
|
||||
<Files>
|
||||
<Filter
|
||||
Name="src"
|
||||
Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
|
||||
UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
|
||||
<File
|
||||
RelativePath=".\bn_error.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_fast_mp_invmod.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_fast_mp_montgomery_reduce.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_fast_s_mp_mul_digs.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_fast_s_mp_mul_high_digs.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_fast_s_mp_sqr.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_2expt.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_abs.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_add.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_add_d.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_addmod.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_and.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_clamp.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_clear.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_clear_multi.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_cmp.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_cmp_d.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_cmp_mag.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_cnt_lsb.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_copy.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_count_bits.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_div.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_div_2.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_div_2d.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_div_3.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_div_d.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_dr_is_modulus.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_dr_reduce.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_dr_setup.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_exch.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_expt_d.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_exptmod.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_exptmod_fast.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_exteuclid.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_fread.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_fwrite.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_gcd.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_get_int.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_grow.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_init.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_init_copy.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_init_multi.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_init_set.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_init_set_int.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_init_size.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_invmod.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_invmod_slow.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_is_square.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_jacobi.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_karatsuba_mul.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_karatsuba_sqr.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_lcm.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_lshd.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_mod.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_mod_2d.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_mod_d.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_montgomery_calc_normalization.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_montgomery_reduce.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_montgomery_setup.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_mul.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_mul_2.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_mul_2d.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_mul_d.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_mulmod.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_n_root.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_neg.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_or.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_prime_fermat.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_prime_is_divisible.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_prime_is_prime.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_prime_miller_rabin.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_prime_next_prime.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_prime_rabin_miller_trials.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_prime_random_ex.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_radix_size.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_radix_smap.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_rand.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_read_radix.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_read_signed_bin.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_read_unsigned_bin.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_reduce.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_reduce_2k.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_reduce_2k_l.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_reduce_2k_setup.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_reduce_2k_setup_l.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_reduce_is_2k.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_reduce_is_2k_l.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_reduce_setup.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_rshd.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_set.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_set_int.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_shrink.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_signed_bin_size.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_sqr.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_sqrmod.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_sqrt.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_sub.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_sub_d.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_submod.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_to_signed_bin.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_to_signed_bin_n.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_to_unsigned_bin.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_to_unsigned_bin_n.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_toom_mul.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_toom_sqr.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_toradix.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_toradix_n.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_unsigned_bin_size.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_xor.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_zero.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_prime_tab.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_reverse.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_s_mp_add.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_s_mp_exptmod.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_s_mp_mul_digs.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_s_mp_mul_high_digs.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_s_mp_sqr.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_s_mp_sub.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bncore.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\tommath.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\tommath_class.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\tommath_superclass.h">
|
||||
</File>
|
||||
</Filter>
|
||||
</Files>
|
||||
<Globals>
|
||||
</Globals>
|
||||
</VisualStudioProject>
|
||||
Binary file not shown.
Reference in New Issue
Block a user