mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-19 02:31:25 +00:00
105 lines
2.1 KiB
Text
105 lines
2.1 KiB
Text
|
<?xml version="1.0" encoding="Windows-1252"?>
|
||
|
<VisualStudioProject
|
||
|
ProjectType="Visual C++"
|
||
|
Version="8,00"
|
||
|
Name="mpadec"
|
||
|
ProjectGUID="{862365FE-811C-46B8-BB1E-B7189DA8D858}"
|
||
|
Keyword="MakeFileProj"
|
||
|
>
|
||
|
<Platforms>
|
||
|
<Platform
|
||
|
Name="Win32"
|
||
|
/>
|
||
|
</Platforms>
|
||
|
<ToolFiles>
|
||
|
</ToolFiles>
|
||
|
<Configurations>
|
||
|
<Configuration
|
||
|
Name="Release|Win32"
|
||
|
OutputDirectory="$(ConfigurationName)"
|
||
|
IntermediateDirectory="$(ConfigurationName)"
|
||
|
ConfigurationType="0"
|
||
|
>
|
||
|
<Tool
|
||
|
Name="VCNMakeTool"
|
||
|
BuildCommandLine="nmake.exe /f Makefile.msvc mpadec.lib mpadec.dll"
|
||
|
ReBuildCommandLine="nmake.exe /f Makefile.msvc clean mpadec.lib mpadec.dll"
|
||
|
CleanCommandLine="nmake.exe /f Makefile.msvc clean"
|
||
|
Output="mpadec.lib"
|
||
|
PreprocessorDefinitions="WIN32;NDEBUG"
|
||
|
IncludeSearchPath=""
|
||
|
ForcedIncludes=""
|
||
|
AssemblySearchPath=""
|
||
|
ForcedUsingAssemblies=""
|
||
|
CompileAsManaged=""
|
||
|
/>
|
||
|
</Configuration>
|
||
|
</Configurations>
|
||
|
<References>
|
||
|
</References>
|
||
|
<Files>
|
||
|
<Filter
|
||
|
Name="Source Files"
|
||
|
Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
|
||
|
UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
|
||
|
>
|
||
|
<File
|
||
|
RelativePath=".\layer1.c"
|
||
|
>
|
||
|
</File>
|
||
|
<File
|
||
|
RelativePath=".\layer2.c"
|
||
|
>
|
||
|
</File>
|
||
|
<File
|
||
|
RelativePath=".\layer3.c"
|
||
|
>
|
||
|
</File>
|
||
|
<File
|
||
|
RelativePath=".\mp3dec.c"
|
||
|
>
|
||
|
</File>
|
||
|
<File
|
||
|
RelativePath=".\mpadec.c"
|
||
|
>
|
||
|
</File>
|
||
|
<File
|
||
|
RelativePath=".\synth.c"
|
||
|
>
|
||
|
</File>
|
||
|
<File
|
||
|
RelativePath=".\tables.c"
|
||
|
>
|
||
|
</File>
|
||
|
</Filter>
|
||
|
<Filter
|
||
|
Name="Header Files"
|
||
|
Filter="h;hpp;hxx;hm;inl;inc;xsd"
|
||
|
UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
|
||
|
>
|
||
|
<File
|
||
|
RelativePath=".\config.h"
|
||
|
>
|
||
|
</File>
|
||
|
<File
|
||
|
RelativePath=".\mp3dec.h"
|
||
|
>
|
||
|
</File>
|
||
|
<File
|
||
|
RelativePath=".\mp3dec_internal.h"
|
||
|
>
|
||
|
</File>
|
||
|
<File
|
||
|
RelativePath=".\mpadec.h"
|
||
|
>
|
||
|
</File>
|
||
|
<File
|
||
|
RelativePath=".\mpadec_internal.h"
|
||
|
>
|
||
|
</File>
|
||
|
</Filter>
|
||
|
</Files>
|
||
|
<Globals>
|
||
|
</Globals>
|
||
|
</VisualStudioProject>
|