Fix compiling with provided VS 2005 projects

This commit is contained in:
Randy Heit 2014-07-21 22:31:05 -05:00
parent 484eb347ca
commit ff257a0300
3 changed files with 6 additions and 1 deletions

View File

@ -180,6 +180,7 @@
WarningLevel="3" WarningLevel="3"
Detect64BitPortabilityProblems="true" Detect64BitPortabilityProblems="true"
DebugInformationFormat="3" DebugInformationFormat="3"
CallingConvention="1"
/> />
<Tool <Tool
Name="VCManagedResourceCompilerTool" Name="VCManagedResourceCompilerTool"

View File

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="Windows-1252"?> <?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject <VisualStudioProject
ProjectType="Visual C++" ProjectType="Visual C++"
Version="9,00" Version="8,00"
Name="lzmalib" Name="lzmalib"
ProjectGUID="{6EB27E78-7C7A-4F08-8E19-957E8EB3A20F}" ProjectGUID="{6EB27E78-7C7A-4F08-8E19-957E8EB3A20F}"
RootNamespace="lzmalib" RootNamespace="lzmalib"

View File

@ -522,6 +522,10 @@
RelativePath=".\src\c_console.cpp" RelativePath=".\src\c_console.cpp"
> >
</File> </File>
<File
RelativePath=".\src\c_consolebuffer.cpp"
>
</File>
<File <File
RelativePath=".\src\c_cvars.cpp" RelativePath=".\src\c_cvars.cpp"
> >