|
|
|
@ -5,6 +5,10 @@ |
|
|
|
<Configuration>Debug Portable</Configuration> |
|
|
|
<Platform>ORBIS</Platform> |
|
|
|
</ProjectConfiguration> |
|
|
|
<ProjectConfiguration Include="Debug Portable|Prospero"> |
|
|
|
<Configuration>Debug Portable</Configuration> |
|
|
|
<Platform>Prospero</Platform> |
|
|
|
</ProjectConfiguration> |
|
|
|
<ProjectConfiguration Include="Debug Portable|Win32"> |
|
|
|
<Configuration>Debug Portable</Configuration> |
|
|
|
<Platform>Win32</Platform> |
|
|
|
@ -17,6 +21,10 @@ |
|
|
|
<Configuration>Debug</Configuration> |
|
|
|
<Platform>ORBIS</Platform> |
|
|
|
</ProjectConfiguration> |
|
|
|
<ProjectConfiguration Include="Debug|Prospero"> |
|
|
|
<Configuration>Debug</Configuration> |
|
|
|
<Platform>Prospero</Platform> |
|
|
|
</ProjectConfiguration> |
|
|
|
<ProjectConfiguration Include="Debug|Win32"> |
|
|
|
<Configuration>Debug</Configuration> |
|
|
|
<Platform>Win32</Platform> |
|
|
|
@ -29,6 +37,10 @@ |
|
|
|
<Configuration>Release</Configuration> |
|
|
|
<Platform>ORBIS</Platform> |
|
|
|
</ProjectConfiguration> |
|
|
|
<ProjectConfiguration Include="Release|Prospero"> |
|
|
|
<Configuration>Release</Configuration> |
|
|
|
<Platform>Prospero</Platform> |
|
|
|
</ProjectConfiguration> |
|
|
|
<ProjectConfiguration Include="Release|Win32"> |
|
|
|
<Configuration>Release</Configuration> |
|
|
|
<Platform>Win32</Platform> |
|
|
|
@ -73,6 +85,12 @@ |
|
|
|
<CharacterSet>NotSet</CharacterSet> |
|
|
|
<WholeProgramOptimization>true</WholeProgramOptimization> |
|
|
|
</PropertyGroup> |
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Prospero'" Label="Configuration"> |
|
|
|
<ConfigurationType>Application</ConfigurationType> |
|
|
|
<PlatformToolset>v141</PlatformToolset> |
|
|
|
<CharacterSet>NotSet</CharacterSet> |
|
|
|
<WholeProgramOptimization>true</WholeProgramOptimization> |
|
|
|
</PropertyGroup> |
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> |
|
|
|
<ConfigurationType>DynamicLibrary</ConfigurationType> |
|
|
|
<PlatformToolset>v141</PlatformToolset> |
|
|
|
@ -83,6 +101,11 @@ |
|
|
|
<PlatformToolset>v141</PlatformToolset> |
|
|
|
<CharacterSet>NotSet</CharacterSet> |
|
|
|
</PropertyGroup> |
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Prospero'" Label="Configuration"> |
|
|
|
<ConfigurationType>DynamicLibrary</ConfigurationType> |
|
|
|
<PlatformToolset>v141</PlatformToolset> |
|
|
|
<CharacterSet>NotSet</CharacterSet> |
|
|
|
</PropertyGroup> |
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug Portable|x64'" Label="Configuration"> |
|
|
|
<ConfigurationType>DynamicLibrary</ConfigurationType> |
|
|
|
<PlatformToolset>v141</PlatformToolset> |
|
|
|
@ -93,6 +116,11 @@ |
|
|
|
<PlatformToolset>v141</PlatformToolset> |
|
|
|
<CharacterSet>NotSet</CharacterSet> |
|
|
|
</PropertyGroup> |
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug Portable|Prospero'" Label="Configuration"> |
|
|
|
<ConfigurationType>DynamicLibrary</ConfigurationType> |
|
|
|
<PlatformToolset>v141</PlatformToolset> |
|
|
|
<CharacterSet>NotSet</CharacterSet> |
|
|
|
</PropertyGroup> |
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> |
|
|
|
<ImportGroup Label="ExtensionSettings"> |
|
|
|
</ImportGroup> |
|
|
|
@ -111,18 +139,27 @@ |
|
|
|
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|ORBIS'" Label="PropertySheets"> |
|
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
|
|
|
</ImportGroup> |
|
|
|
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Prospero'" Label="PropertySheets"> |
|
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
|
|
|
</ImportGroup> |
|
|
|
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets"> |
|
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
|
|
|
</ImportGroup> |
|
|
|
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ORBIS'" Label="PropertySheets"> |
|
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
|
|
|
</ImportGroup> |
|
|
|
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Prospero'" Label="PropertySheets"> |
|
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
|
|
|
</ImportGroup> |
|
|
|
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug Portable|x64'" Label="PropertySheets"> |
|
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
|
|
|
</ImportGroup> |
|
|
|
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug Portable|ORBIS'" Label="PropertySheets"> |
|
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
|
|
|
</ImportGroup> |
|
|
|
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug Portable|Prospero'" Label="PropertySheets"> |
|
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
|
|
|
</ImportGroup> |
|
|
|
<PropertyGroup Label="UserMacros" /> |
|
|
|
<PropertyGroup> |
|
|
|
<_ProjectFileVersion>15.0.28307.799</_ProjectFileVersion> |
|
|
|
@ -152,6 +189,11 @@ |
|
|
|
<IntDir>Build-$(ProjectName)\$(Platform)\$(Configuration)\</IntDir> |
|
|
|
<LinkIncremental>true</LinkIncremental> |
|
|
|
</PropertyGroup> |
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Prospero'"> |
|
|
|
<OutDir>$(SolutionDir)Build-$(ProjectName)\$(Platform)\$(Configuration)\</OutDir> |
|
|
|
<IntDir>Build-$(ProjectName)\$(Platform)\$(Configuration)\</IntDir> |
|
|
|
<LinkIncremental>true</LinkIncremental> |
|
|
|
</PropertyGroup> |
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug Portable|x64'"> |
|
|
|
<OutDir>$(SolutionDir)Build-$(ProjectName)\$(Platform)\$(Configuration)\</OutDir> |
|
|
|
<IntDir>Build-$(ProjectName)\$(Platform)\$(Configuration)\</IntDir> |
|
|
|
@ -162,6 +204,11 @@ |
|
|
|
<IntDir>Build-$(ProjectName)\$(Platform)\$(Configuration)\</IntDir> |
|
|
|
<LinkIncremental>true</LinkIncremental> |
|
|
|
</PropertyGroup> |
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug Portable|Prospero'"> |
|
|
|
<OutDir>$(SolutionDir)Build-$(ProjectName)\$(Platform)\$(Configuration)\</OutDir> |
|
|
|
<IntDir>Build-$(ProjectName)\$(Platform)\$(Configuration)\</IntDir> |
|
|
|
<LinkIncremental>true</LinkIncremental> |
|
|
|
</PropertyGroup> |
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
|
|
|
<OutDir>$(SolutionDir)Build-$(ProjectName)\$(Platform)\$(Configuration)\</OutDir> |
|
|
|
<IntDir>Build-$(ProjectName)\$(Platform)\$(Configuration)\</IntDir> |
|
|
|
@ -172,6 +219,11 @@ |
|
|
|
<IntDir>Build-$(ProjectName)\$(Platform)\$(Configuration)\</IntDir> |
|
|
|
<LinkIncremental>false</LinkIncremental> |
|
|
|
</PropertyGroup> |
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Prospero'"> |
|
|
|
<OutDir>$(SolutionDir)Build-$(ProjectName)\$(Platform)\$(Configuration)\</OutDir> |
|
|
|
<IntDir>Build-$(ProjectName)\$(Platform)\$(Configuration)\</IntDir> |
|
|
|
<LinkIncremental>false</LinkIncremental> |
|
|
|
</PropertyGroup> |
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
|
|
|
<ClCompile> |
|
|
|
<Optimization>Disabled</Optimization> |
|
|
|
@ -304,6 +356,32 @@ copy "$(SolutionDir)\..\SDL2\lib\*.dll" "$(TargetDir)"</Command> |
|
|
|
<Command>copy $(TargetDir)$(TargetName).dll $(SolutionDir)..\..\..\Assets\Plugins\windows\x86_64\uniquake.dll</Command> |
|
|
|
</PostBuildEvent> |
|
|
|
</ItemDefinitionGroup> |
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Prospero'"> |
|
|
|
<Midl /> |
|
|
|
<ClCompile> |
|
|
|
<Optimization>Disabled</Optimization> |
|
|
|
<AdditionalIncludeDirectories>..\SDL2\include;..\..\FMOD\inc;..\..\Quake;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
|
|
|
<PreprocessorDefinitions>UNIQUAKE_EXPORTS;USE_LIBSDL;USE_OPENGL;WIN32;_DEBUG;_WINDOWS;_USE_WINSOCK2;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_WARNINGS;_WINSOCK_DEPRECATED_NO_WARNINGS;USE_SDL2;USE_FMOD;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
|
|
|
<MinimalRebuild>true</MinimalRebuild> |
|
|
|
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> |
|
|
|
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> |
|
|
|
<PrecompiledHeader> |
|
|
|
</PrecompiledHeader> |
|
|
|
<WarningLevel>Level3</WarningLevel> |
|
|
|
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat> |
|
|
|
<CompileAs>CompileAsC</CompileAs> |
|
|
|
</ClCompile> |
|
|
|
<Link> |
|
|
|
<AdditionalDependencies>ws2_32.lib;opengl32.lib;winmm.lib;SDL2.lib;SDL2main.lib;fmodL_vc.lib;%(AdditionalDependencies)</AdditionalDependencies> |
|
|
|
<AdditionalLibraryDirectories>..\..\FMOD\lib\x64;..\SDL2\lib64;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> |
|
|
|
<IgnoreSpecificDefaultLibraries>msvcrt.lib;%(IgnoreSpecificDefaultLibraries)</IgnoreSpecificDefaultLibraries> |
|
|
|
<GenerateDebugInformation>true</GenerateDebugInformation> |
|
|
|
<SubSystem>Windows</SubSystem> |
|
|
|
</Link> |
|
|
|
<PostBuildEvent> |
|
|
|
<Command>copy $(TargetDir)$(TargetName).dll $(SolutionDir)..\..\..\Assets\Plugins\windows\x86_64\uniquake.dll</Command> |
|
|
|
</PostBuildEvent> |
|
|
|
</ItemDefinitionGroup> |
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug Portable|x64'"> |
|
|
|
<Midl> |
|
|
|
<TargetEnvironment>X64</TargetEnvironment> |
|
|
|
@ -360,6 +438,33 @@ copy "$(SolutionDir)\..\SDL2\lib\*.dll" "$(TargetDir)"</Command> |
|
|
|
<Command>copy "$(TargetDir)$(TargetName).prx" $(SolutionDir)..\..\..\Assets\Plugins\orbis\uniquake.prx</Command> |
|
|
|
</PostBuildEvent> |
|
|
|
</ItemDefinitionGroup> |
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug Portable|Prospero'"> |
|
|
|
<Midl /> |
|
|
|
<ClCompile> |
|
|
|
<Optimization>Disabled</Optimization> |
|
|
|
<AdditionalIncludeDirectories>..\..\UniQuake\stub;..\..\FMOD\inc;..\..\Quake;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
|
|
|
<PreprocessorDefinitions>UNIQUAKE_EXPORTS;_DEBUG;USE_FMOD;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
|
|
|
<MinimalRebuild>true</MinimalRebuild> |
|
|
|
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> |
|
|
|
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> |
|
|
|
<PrecompiledHeader> |
|
|
|
</PrecompiledHeader> |
|
|
|
<WarningLevel>Level3</WarningLevel> |
|
|
|
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat> |
|
|
|
<CompileAs>CompileAsC</CompileAs> |
|
|
|
<CLanguageStd>C11</CLanguageStd> |
|
|
|
</ClCompile> |
|
|
|
<Link> |
|
|
|
<AdditionalDependencies>libScePosix_stub_weak.a;libfmodL_stub_weak.a;%(AdditionalDependencies)</AdditionalDependencies> |
|
|
|
<AdditionalLibraryDirectories>..\..\FMOD\lib\prospero;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> |
|
|
|
<IgnoreSpecificDefaultLibraries>msvcrt.lib;%(IgnoreSpecificDefaultLibraries)</IgnoreSpecificDefaultLibraries> |
|
|
|
<GenerateDebugInformation>true</GenerateDebugInformation> |
|
|
|
<SubSystem>Windows</SubSystem> |
|
|
|
</Link> |
|
|
|
<PostBuildEvent> |
|
|
|
<Command>copy "$(TargetDir)$(TargetName).prx" $(SolutionDir)..\..\..\Assets\Plugins\prospero\uniquake.prx</Command> |
|
|
|
</PostBuildEvent> |
|
|
|
</ItemDefinitionGroup> |
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
|
|
|
<Midl> |
|
|
|
<TargetEnvironment>X64</TargetEnvironment> |
|
|
|
@ -415,6 +520,34 @@ copy "$(SolutionDir)\..\SDL2\lib64\*.dll" "$(TargetDir)"</Command> |
|
|
|
</Link> |
|
|
|
<PostBuildEvent> |
|
|
|
<Command>copy "$(SolutionDir)\..\codecs\x64\*.dll" "$(TargetDir)" |
|
|
|
copy "$(SolutionDir)\..\SDL2\lib64\*.dll" "$(TargetDir)"</Command> |
|
|
|
</PostBuildEvent> |
|
|
|
</ItemDefinitionGroup> |
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Prospero'"> |
|
|
|
<Midl /> |
|
|
|
<ClCompile> |
|
|
|
<Optimization>MaxSpeed</Optimization> |
|
|
|
<IntrinsicFunctions>true</IntrinsicFunctions> |
|
|
|
<AdditionalIncludeDirectories>..\SDL2\include;..\codecs\include;..\misc\include;..\..\Quake;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
|
|
|
<PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USE_WINSOCK2;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_WARNINGS;_WINSOCK_DEPRECATED_NO_WARNINGS;USE_SDL2;USE_CODEC_MP3;USE_CODEC_VORBIS;USE_CODEC_WAVE;USE_CODEC_FLAC;USE_CODEC_OPUS;USE_CODEC_MIKMOD;USE_CODEC_UMX;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
|
|
|
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> |
|
|
|
<FunctionLevelLinking>true</FunctionLevelLinking> |
|
|
|
<PrecompiledHeader> |
|
|
|
</PrecompiledHeader> |
|
|
|
<WarningLevel>Level3</WarningLevel> |
|
|
|
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat> |
|
|
|
<CompileAs>CompileAsC</CompileAs> |
|
|
|
</ClCompile> |
|
|
|
<Link> |
|
|
|
<AdditionalDependencies>libvorbisfile.lib;libvorbis.lib;libopusfile.lib;libopus.lib;libFLAC.lib;libogg.lib;libmad.lib;libmikmod.lib;ws2_32.lib;opengl32.lib;winmm.lib;SDL2.lib;SDL2main.lib;%(AdditionalDependencies)</AdditionalDependencies> |
|
|
|
<AdditionalLibraryDirectories>..\codecs\x64;..\SDL2\lib64;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> |
|
|
|
<GenerateDebugInformation>true</GenerateDebugInformation> |
|
|
|
<SubSystem>Windows</SubSystem> |
|
|
|
<OptimizeReferences>true</OptimizeReferences> |
|
|
|
<EnableCOMDATFolding>true</EnableCOMDATFolding> |
|
|
|
</Link> |
|
|
|
<PostBuildEvent> |
|
|
|
<Command>copy "$(SolutionDir)\..\codecs\x64\*.dll" "$(TargetDir)" |
|
|
|
copy "$(SolutionDir)\..\SDL2\lib64\*.dll" "$(TargetDir)"</Command> |
|
|
|
</PostBuildEvent> |
|
|
|
</ItemDefinitionGroup> |
|
|
|
|