mirror of
https://github.com/love2d/love-android.git
synced 2026-08-21 13:09:40 +02:00
added dependencies and build files (loosely inspired by Sebastian Dorda's love-native-android)
This commit is contained in:
@@ -0,0 +1,245 @@
|
||||
<?xml version="1.0" encoding="gb2312"?>
|
||||
<VisualStudioProject
|
||||
ProjectType="Visual C++"
|
||||
Version="7.10"
|
||||
Name="libMPG123"
|
||||
ProjectGUID="{5227AA93-1E16-49FC-AE09-939AA023A7C1}"
|
||||
Keyword="Win32Proj">
|
||||
<Platforms>
|
||||
<Platform
|
||||
Name="Win32"/>
|
||||
</Platforms>
|
||||
<Configurations>
|
||||
<Configuration
|
||||
Name="Debug|Win32"
|
||||
OutputDirectory="..\LIB"
|
||||
IntermediateDirectory="\TEMP\libMPG123\Debug"
|
||||
ConfigurationType="4"
|
||||
CharacterSet="2">
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
Optimization="0"
|
||||
PreprocessorDefinitions="REAL_IS_FLOAT;OPT_X86;OPT_GENERIC; WIN32;_DEBUG;_LIB"
|
||||
MinimalRebuild="TRUE"
|
||||
BasicRuntimeChecks="3"
|
||||
RuntimeLibrary="1"
|
||||
UsePrecompiledHeader="0"
|
||||
WarningLevel="3"
|
||||
Detect64BitPortabilityProblems="FALSE"
|
||||
DebugInformationFormat="3"
|
||||
DisableSpecificWarnings="4305"/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"/>
|
||||
<Tool
|
||||
Name="VCLibrarianTool"
|
||||
OutputFile="$(OutDir)/libMPG123_d.lib"/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCPreLinkEventTool"/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"/>
|
||||
<Tool
|
||||
Name="VCWebServiceProxyGeneratorTool"/>
|
||||
<Tool
|
||||
Name="VCXMLDataGeneratorTool"/>
|
||||
<Tool
|
||||
Name="VCManagedWrapperGeneratorTool"/>
|
||||
<Tool
|
||||
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
Name="Release|Win32"
|
||||
OutputDirectory="..\LIB"
|
||||
IntermediateDirectory="\TEMP\libMPG123\Release"
|
||||
ConfigurationType="4"
|
||||
CharacterSet="2">
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
Optimization="1"
|
||||
GlobalOptimizations="TRUE"
|
||||
ImproveFloatingPointConsistency="TRUE"
|
||||
FavorSizeOrSpeed="2"
|
||||
OmitFramePointers="TRUE"
|
||||
EnableFiberSafeOptimizations="TRUE"
|
||||
OptimizeForProcessor="2"
|
||||
OptimizeForWindowsApplication="TRUE"
|
||||
PreprocessorDefinitions="REAL_IS_FLOAT;OPT_X86;OPT_GENERIC; WIN32;NDEBUG;_LIB"
|
||||
StringPooling="TRUE"
|
||||
RuntimeLibrary="0"
|
||||
StructMemberAlignment="1"
|
||||
BufferSecurityCheck="FALSE"
|
||||
UsePrecompiledHeader="0"
|
||||
WarningLevel="3"
|
||||
Detect64BitPortabilityProblems="FALSE"
|
||||
DebugInformationFormat="0"
|
||||
DisableSpecificWarnings="4305"/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"/>
|
||||
<Tool
|
||||
Name="VCLibrarianTool"
|
||||
OutputFile="$(OutDir)/libMPG123.lib"/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCPreLinkEventTool"/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"/>
|
||||
<Tool
|
||||
Name="VCWebServiceProxyGeneratorTool"/>
|
||||
<Tool
|
||||
Name="VCXMLDataGeneratorTool"/>
|
||||
<Tool
|
||||
Name="VCManagedWrapperGeneratorTool"/>
|
||||
<Tool
|
||||
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
|
||||
</Configuration>
|
||||
</Configurations>
|
||||
<References>
|
||||
</References>
|
||||
<Files>
|
||||
<Filter
|
||||
Name="libMPG123"
|
||||
Filter="">
|
||||
<File
|
||||
RelativePath=".\compat.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\compat.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\dct64.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\dct64_i386.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\debug.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\decode.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\decode.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\decode_2to1.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\decode_4to1.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\decode_i386.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\decode_ntom.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\decode_sse3d.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\dnoise.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\equalizer.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\format.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\frame.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\frame.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\getbits.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\getcpuflags.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\huffman.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\icy.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\icy.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\id3.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\id3.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\l2tables.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\layer1.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\layer2.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\layer3.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\libmpg123.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\mangle.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\mpg123lib_intern.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\optimize.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\optimize.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\parse.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\parse.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\reader.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\readers.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\stringbuf.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\tabinit.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\testcpu.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\true.h">
|
||||
</File>
|
||||
</Filter>
|
||||
<File
|
||||
RelativePath=".\config.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\mpg123.h">
|
||||
</File>
|
||||
</Files>
|
||||
<Globals>
|
||||
</Globals>
|
||||
</VisualStudioProject>
|
||||
Reference in New Issue
Block a user