mirror of
https://github.com/glest/glest-source.git
synced 2025-09-02 04:22:32 +02:00
Removed libglest warning
This commit is contained in:
@@ -136,52 +136,24 @@
|
|||||||
<TargetName>libglest</TargetName>
|
<TargetName>libglest</TargetName>
|
||||||
<OutDir>$(SolutionDir)\$(TargetName)$(Platform)\$(Configuration)\</OutDir>
|
<OutDir>$(SolutionDir)\$(TargetName)$(Platform)\$(Configuration)\</OutDir>
|
||||||
<IntDir>$(SolutionDir)\$(TargetName)$(Platform)_obj\$(Configuration)\</IntDir>
|
<IntDir>$(SolutionDir)\$(TargetName)$(Platform)_obj\$(Configuration)\</IntDir>
|
||||||
<Linkage-libjpeg>static</Linkage-libjpeg>
|
|
||||||
<Linkage-curl>static</Linkage-curl>
|
|
||||||
<Linkage-libogg>static</Linkage-libogg>
|
|
||||||
<Linkage-openssl>static</Linkage-openssl>
|
|
||||||
<Linkage-freetype>static</Linkage-freetype>
|
|
||||||
<Linkage-libssh2>static</Linkage-libssh2>
|
|
||||||
<Linkage-glew>static</Linkage-glew>
|
|
||||||
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
|
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
||||||
<TargetName>libglest</TargetName>
|
<TargetName>libglest</TargetName>
|
||||||
<OutDir>$(SolutionDir)\$(TargetName)$(Platform)\$(Configuration)\</OutDir>
|
<OutDir>$(SolutionDir)\$(TargetName)$(Platform)\$(Configuration)\</OutDir>
|
||||||
<IntDir>$(SolutionDir)\$(TargetName)$(Platform)_obj\$(Configuration)\</IntDir>
|
<IntDir>$(SolutionDir)\$(TargetName)$(Platform)_obj\$(Configuration)\</IntDir>
|
||||||
<Linkage-libjpeg>static</Linkage-libjpeg>
|
|
||||||
<Linkage-curl>static</Linkage-curl>
|
|
||||||
<Linkage-libogg>static</Linkage-libogg>
|
|
||||||
<Linkage-openssl>static</Linkage-openssl>
|
|
||||||
<Linkage-freetype>static</Linkage-freetype>
|
|
||||||
<Linkage-libssh2>static</Linkage-libssh2>
|
|
||||||
<Linkage-glew>static</Linkage-glew>
|
|
||||||
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
|
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
||||||
<TargetName>libglest</TargetName>
|
<TargetName>libglest</TargetName>
|
||||||
<OutDir>$(SolutionDir)\$(TargetName)$(Platform)\$(Configuration)\</OutDir>
|
<OutDir>$(SolutionDir)\$(TargetName)$(Platform)\$(Configuration)\</OutDir>
|
||||||
<IntDir>$(SolutionDir)\$(TargetName)$(Platform)_obj\$(Configuration)\</IntDir>
|
<IntDir>$(SolutionDir)\$(TargetName)$(Platform)_obj\$(Configuration)\</IntDir>
|
||||||
<Linkage-libjpeg>static</Linkage-libjpeg>
|
|
||||||
<Linkage-curl>static</Linkage-curl>
|
|
||||||
<Linkage-libogg>static</Linkage-libogg>
|
|
||||||
<Linkage-openssl>static</Linkage-openssl>
|
|
||||||
<Linkage-freetype>static</Linkage-freetype>
|
|
||||||
<Linkage-libssh2>static</Linkage-libssh2>
|
|
||||||
<Linkage-glew>static</Linkage-glew>
|
|
||||||
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
|
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
||||||
<TargetName>libglest</TargetName>
|
<TargetName>libglest</TargetName>
|
||||||
<OutDir>$(SolutionDir)\$(TargetName)$(Platform)\$(Configuration)\</OutDir>
|
<OutDir>$(SolutionDir)\$(TargetName)$(Platform)\$(Configuration)\</OutDir>
|
||||||
<IntDir>$(SolutionDir)\$(TargetName)$(Platform)_obj\$(Configuration)\</IntDir>
|
<IntDir>$(SolutionDir)\$(TargetName)$(Platform)_obj\$(Configuration)\</IntDir>
|
||||||
<Linkage-libjpeg>static</Linkage-libjpeg>
|
|
||||||
<Linkage-curl>static</Linkage-curl>
|
|
||||||
<Linkage-libogg>static</Linkage-libogg>
|
|
||||||
<Linkage-openssl>static</Linkage-openssl>
|
|
||||||
<Linkage-freetype>static</Linkage-freetype>
|
|
||||||
<Linkage-libssh2>static</Linkage-libssh2>
|
|
||||||
<Linkage-glew>static</Linkage-glew>
|
|
||||||
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
|
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release_WITHOUT_STREFLOP|x64'">
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release_WITHOUT_STREFLOP|x64'">
|
||||||
|
@@ -83,7 +83,6 @@
|
|||||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
||||||
<ImportGroup Label="ExtensionSettings">
|
<ImportGroup Label="ExtensionSettings">
|
||||||
<Import Project="$(VCTargetsPath)\BuildCustomizations\masm.props" />
|
<Import Project="$(VCTargetsPath)\BuildCustomizations\masm.props" />
|
||||||
<Import Project="$(VCTargetsPath)\BuildCustomizations\masm.props" />
|
|
||||||
</ImportGroup>
|
</ImportGroup>
|
||||||
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
|
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
|
||||||
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
||||||
|
@@ -115,26 +115,12 @@
|
|||||||
<TargetName>libglest</TargetName>
|
<TargetName>libglest</TargetName>
|
||||||
<OutDir>$(SolutionDir)\$(TargetName)$(Platform)\$(Configuration)\</OutDir>
|
<OutDir>$(SolutionDir)\$(TargetName)$(Platform)\$(Configuration)\</OutDir>
|
||||||
<IntDir>$(SolutionDir)\$(TargetName)$(Platform)_obj\$(Configuration)\</IntDir>
|
<IntDir>$(SolutionDir)\$(TargetName)$(Platform)_obj\$(Configuration)\</IntDir>
|
||||||
<Linkage-libjpeg>static</Linkage-libjpeg>
|
|
||||||
<Linkage-curl>static</Linkage-curl>
|
|
||||||
<Linkage-libogg>static</Linkage-libogg>
|
|
||||||
<Linkage-openssl>static</Linkage-openssl>
|
|
||||||
<Linkage-freetype>static</Linkage-freetype>
|
|
||||||
<Linkage-libssh2>static</Linkage-libssh2>
|
|
||||||
<Linkage-glew>static</Linkage-glew>
|
|
||||||
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
|
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
||||||
<TargetName>libglest</TargetName>
|
<TargetName>libglest</TargetName>
|
||||||
<OutDir>$(SolutionDir)\$(TargetName)$(Platform)\$(Configuration)\</OutDir>
|
<OutDir>$(SolutionDir)\$(TargetName)$(Platform)\$(Configuration)\</OutDir>
|
||||||
<IntDir>$(SolutionDir)\$(TargetName)$(Platform)_obj\$(Configuration)\</IntDir>
|
<IntDir>$(SolutionDir)\$(TargetName)$(Platform)_obj\$(Configuration)\</IntDir>
|
||||||
<Linkage-libjpeg>static</Linkage-libjpeg>
|
|
||||||
<Linkage-curl>static</Linkage-curl>
|
|
||||||
<Linkage-libogg>static</Linkage-libogg>
|
|
||||||
<Linkage-openssl>static</Linkage-openssl>
|
|
||||||
<Linkage-freetype>static</Linkage-freetype>
|
|
||||||
<Linkage-libssh2>static</Linkage-libssh2>
|
|
||||||
<Linkage-glew>static</Linkage-glew>
|
|
||||||
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
|
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release_WITHOUT_STREFLOP|x64'">
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release_WITHOUT_STREFLOP|x64'">
|
||||||
|
@@ -66,7 +66,6 @@
|
|||||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
||||||
<ImportGroup Label="ExtensionSettings">
|
<ImportGroup Label="ExtensionSettings">
|
||||||
<Import Project="$(VCTargetsPath)\BuildCustomizations\masm.props" />
|
<Import Project="$(VCTargetsPath)\BuildCustomizations\masm.props" />
|
||||||
<Import Project="$(VCTargetsPath)\BuildCustomizations\masm.props" />
|
|
||||||
</ImportGroup>
|
</ImportGroup>
|
||||||
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
|
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
|
||||||
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
||||||
|
@@ -136,52 +136,24 @@
|
|||||||
<TargetName>libglest</TargetName>
|
<TargetName>libglest</TargetName>
|
||||||
<OutDir>$(SolutionDir)\$(TargetName)$(Platform)\$(Configuration)\</OutDir>
|
<OutDir>$(SolutionDir)\$(TargetName)$(Platform)\$(Configuration)\</OutDir>
|
||||||
<IntDir>$(SolutionDir)\$(TargetName)$(Platform)_obj\$(Configuration)\</IntDir>
|
<IntDir>$(SolutionDir)\$(TargetName)$(Platform)_obj\$(Configuration)\</IntDir>
|
||||||
<Linkage-libjpeg>static</Linkage-libjpeg>
|
|
||||||
<Linkage-curl>static</Linkage-curl>
|
|
||||||
<Linkage-libogg>static</Linkage-libogg>
|
|
||||||
<Linkage-openssl>static</Linkage-openssl>
|
|
||||||
<Linkage-freetype>static</Linkage-freetype>
|
|
||||||
<Linkage-libssh2>static</Linkage-libssh2>
|
|
||||||
<Linkage-glew>static</Linkage-glew>
|
|
||||||
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
|
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
||||||
<TargetName>libglest</TargetName>
|
<TargetName>libglest</TargetName>
|
||||||
<OutDir>$(SolutionDir)\$(TargetName)$(Platform)\$(Configuration)\</OutDir>
|
<OutDir>$(SolutionDir)\$(TargetName)$(Platform)\$(Configuration)\</OutDir>
|
||||||
<IntDir>$(SolutionDir)\$(TargetName)$(Platform)_obj\$(Configuration)\</IntDir>
|
<IntDir>$(SolutionDir)\$(TargetName)$(Platform)_obj\$(Configuration)\</IntDir>
|
||||||
<Linkage-libjpeg>static</Linkage-libjpeg>
|
|
||||||
<Linkage-curl>static</Linkage-curl>
|
|
||||||
<Linkage-libogg>static</Linkage-libogg>
|
|
||||||
<Linkage-openssl>static</Linkage-openssl>
|
|
||||||
<Linkage-freetype>static</Linkage-freetype>
|
|
||||||
<Linkage-libssh2>static</Linkage-libssh2>
|
|
||||||
<Linkage-glew>static</Linkage-glew>
|
|
||||||
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
|
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
||||||
<TargetName>libglest</TargetName>
|
<TargetName>libglest</TargetName>
|
||||||
<OutDir>$(SolutionDir)\$(TargetName)$(Platform)\$(Configuration)\</OutDir>
|
<OutDir>$(SolutionDir)\$(TargetName)$(Platform)\$(Configuration)\</OutDir>
|
||||||
<IntDir>$(SolutionDir)\$(TargetName)$(Platform)_obj\$(Configuration)\</IntDir>
|
<IntDir>$(SolutionDir)\$(TargetName)$(Platform)_obj\$(Configuration)\</IntDir>
|
||||||
<Linkage-libjpeg>static</Linkage-libjpeg>
|
|
||||||
<Linkage-curl>static</Linkage-curl>
|
|
||||||
<Linkage-libogg>static</Linkage-libogg>
|
|
||||||
<Linkage-openssl>static</Linkage-openssl>
|
|
||||||
<Linkage-freetype>static</Linkage-freetype>
|
|
||||||
<Linkage-libssh2>static</Linkage-libssh2>
|
|
||||||
<Linkage-glew>static</Linkage-glew>
|
|
||||||
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
|
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
||||||
<TargetName>libglest</TargetName>
|
<TargetName>libglest</TargetName>
|
||||||
<OutDir>$(SolutionDir)\$(TargetName)$(Platform)\$(Configuration)\</OutDir>
|
<OutDir>$(SolutionDir)\$(TargetName)$(Platform)\$(Configuration)\</OutDir>
|
||||||
<IntDir>$(SolutionDir)\$(TargetName)$(Platform)_obj\$(Configuration)\</IntDir>
|
<IntDir>$(SolutionDir)\$(TargetName)$(Platform)_obj\$(Configuration)\</IntDir>
|
||||||
<Linkage-libjpeg>static</Linkage-libjpeg>
|
|
||||||
<Linkage-curl>static</Linkage-curl>
|
|
||||||
<Linkage-libogg>static</Linkage-libogg>
|
|
||||||
<Linkage-openssl>static</Linkage-openssl>
|
|
||||||
<Linkage-freetype>static</Linkage-freetype>
|
|
||||||
<Linkage-libssh2>static</Linkage-libssh2>
|
|
||||||
<Linkage-glew>static</Linkage-glew>
|
|
||||||
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
|
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release_WITHOUT_STREFLOP|x64'">
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release_WITHOUT_STREFLOP|x64'">
|
||||||
|
@@ -83,7 +83,6 @@
|
|||||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
||||||
<ImportGroup Label="ExtensionSettings">
|
<ImportGroup Label="ExtensionSettings">
|
||||||
<Import Project="$(VCTargetsPath)\BuildCustomizations\masm.props" />
|
<Import Project="$(VCTargetsPath)\BuildCustomizations\masm.props" />
|
||||||
<Import Project="$(VCTargetsPath)\BuildCustomizations\masm.props" />
|
|
||||||
</ImportGroup>
|
</ImportGroup>
|
||||||
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
|
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
|
||||||
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
||||||
|
@@ -115,26 +115,12 @@
|
|||||||
<TargetName>libglest</TargetName>
|
<TargetName>libglest</TargetName>
|
||||||
<OutDir>$(SolutionDir)\$(TargetName)$(Platform)\$(Configuration)\</OutDir>
|
<OutDir>$(SolutionDir)\$(TargetName)$(Platform)\$(Configuration)\</OutDir>
|
||||||
<IntDir>$(SolutionDir)\$(TargetName)$(Platform)_obj\$(Configuration)\</IntDir>
|
<IntDir>$(SolutionDir)\$(TargetName)$(Platform)_obj\$(Configuration)\</IntDir>
|
||||||
<Linkage-libjpeg>static</Linkage-libjpeg>
|
|
||||||
<Linkage-curl>static</Linkage-curl>
|
|
||||||
<Linkage-libogg>static</Linkage-libogg>
|
|
||||||
<Linkage-openssl>static</Linkage-openssl>
|
|
||||||
<Linkage-freetype>static</Linkage-freetype>
|
|
||||||
<Linkage-libssh2>static</Linkage-libssh2>
|
|
||||||
<Linkage-glew>static</Linkage-glew>
|
|
||||||
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
|
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
||||||
<TargetName>libglest</TargetName>
|
<TargetName>libglest</TargetName>
|
||||||
<OutDir>$(SolutionDir)\$(TargetName)$(Platform)\$(Configuration)\</OutDir>
|
<OutDir>$(SolutionDir)\$(TargetName)$(Platform)\$(Configuration)\</OutDir>
|
||||||
<IntDir>$(SolutionDir)\$(TargetName)$(Platform)_obj\$(Configuration)\</IntDir>
|
<IntDir>$(SolutionDir)\$(TargetName)$(Platform)_obj\$(Configuration)\</IntDir>
|
||||||
<Linkage-libjpeg>static</Linkage-libjpeg>
|
|
||||||
<Linkage-curl>static</Linkage-curl>
|
|
||||||
<Linkage-libogg>static</Linkage-libogg>
|
|
||||||
<Linkage-openssl>static</Linkage-openssl>
|
|
||||||
<Linkage-freetype>static</Linkage-freetype>
|
|
||||||
<Linkage-libssh2>static</Linkage-libssh2>
|
|
||||||
<Linkage-glew>static</Linkage-glew>
|
|
||||||
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
|
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release_WITHOUT_STREFLOP|x64'">
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release_WITHOUT_STREFLOP|x64'">
|
||||||
|
@@ -66,7 +66,6 @@
|
|||||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
||||||
<ImportGroup Label="ExtensionSettings">
|
<ImportGroup Label="ExtensionSettings">
|
||||||
<Import Project="$(VCTargetsPath)\BuildCustomizations\masm.props" />
|
<Import Project="$(VCTargetsPath)\BuildCustomizations\masm.props" />
|
||||||
<Import Project="$(VCTargetsPath)\BuildCustomizations\masm.props" />
|
|
||||||
</ImportGroup>
|
</ImportGroup>
|
||||||
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
|
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
|
||||||
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
||||||
|
@@ -29,7 +29,6 @@ using namespace Shared::Graphics;
|
|||||||
|
|
||||||
namespace Glest {
|
namespace Glest {
|
||||||
namespace Game {
|
namespace Game {
|
||||||
|
|
||||||
const float Tileset::standardAirHeight = 5.0f;
|
const float Tileset::standardAirHeight = 5.0f;
|
||||||
const float Tileset::standardShadowIntensity = 0.2f;
|
const float Tileset::standardShadowIntensity = 0.2f;
|
||||||
// =====================================================
|
// =====================================================
|
||||||
|
Reference in New Issue
Block a user