From 0889edf3bd592092e31819872541fe3a581e0ca0 Mon Sep 17 00:00:00 2001 From: str1k3r <115313679+S1l3ntStr1ke87@users.noreply.github.com> Date: Mon, 3 Aug 2026 14:40:28 -0400 Subject: [PATCH] chore: make the SPU Tasks SLN use $(Configuration) & $(Platform) --- .../ChunkUpdate/ChunkUpdate.spu.vcxproj | 18 +++--- .../CompressedTile/CompressedTile.spu.vcxproj | 18 +++--- ...CompressedTileStorage_compress.spu.vcxproj | 18 +++--- .../CompressedTileStorage_getData.spu.vcxproj | 18 +++--- ...ameRenderer_updateLightTexture.spu.vcxproj | 55 +++++++++++++++++-- ...LevelRenderer_FindNearestChunk.spu.vcxproj | 18 +++--- .../LevelRenderer_cull.spu.vcxproj | 18 +++--- .../LevelRenderer_zSort.spu.vcxproj | 18 +++--- .../PerlinNoise/PerlinNoise.spu.vcxproj | 18 +++--- .../Renderer_TextureUpdate.spu.vcxproj | 18 +++--- Minecraft.Client/PS3/SPU_Tasks/SPU_Tasks.sln | 4 +- .../Texture_blit/Texture_blit.spu.vcxproj | 18 +++--- 12 files changed, 141 insertions(+), 98 deletions(-) diff --git a/Minecraft.Client/PS3/SPU_Tasks/ChunkUpdate/ChunkUpdate.spu.vcxproj b/Minecraft.Client/PS3/SPU_Tasks/ChunkUpdate/ChunkUpdate.spu.vcxproj index 41f42cbd..7cb9a013 100644 --- a/Minecraft.Client/PS3/SPU_Tasks/ChunkUpdate/ChunkUpdate.spu.vcxproj +++ b/Minecraft.Client/PS3/SPU_Tasks/ChunkUpdate/ChunkUpdate.spu.vcxproj @@ -171,15 +171,15 @@ <_ProjectFileVersion>10.0.30319.1 - PS3_Debug\ - PS3_Debug\ + $(Platform)_$(Configuration)\ + $(Platform)_$(Configuration)\ *.obj;*.d;*.map;*.lst;*.pch;$(TargetPath);undefined;$(ExtensionsToDeleteOnClean) false - PS3_Release\ - PS3_ContentPackage\ - PS3_Release\ - PS3_ContentPackage\ + $(Platform)_$(Configuration)\ + $(Platform)_$(Configuration)\ + $(Platform)_$(Configuration)\ + $(Platform)_$(Configuration)\ *.obj;*.d;*.map;*.lst;*.pch;$(TargetPath);undefined;$(ExtensionsToDeleteOnClean) *.obj;*.d;*.map;*.lst;*.pch;$(TargetPath);undefined;$(ExtensionsToDeleteOnClean) @@ -211,7 +211,7 @@ JobBin2 - ..\ObjFiles\Debug\$(TargetName).ppu$(ObjectExt) + ..\ObjFiles\$(Configuration)\$(TargetName).ppu$(ObjectExt) powershell -ExecutionPolicy Bypass -File "$(ProjectDir)../Common/Prebuild.ps1" -ProjectDir "$(ProjectDir)/" -Configuration "$(Configuration)/" @@ -237,7 +237,7 @@ JobBin2 - ..\ObjFiles\Release\$(TargetName).ppu$(ObjectExt) + ..\ObjFiles\$(Configuration)\$(TargetName).ppu$(ObjectExt) powershell -ExecutionPolicy Bypass -File "$(ProjectDir)../Common/Prebuild.ps1" -ProjectDir "$(ProjectDir)/" -Configuration "$(Configuration)/" @@ -263,7 +263,7 @@ JobBin2 - ..\ObjFiles\ContentPackage\$(TargetName).ppu$(ObjectExt) + ..\ObjFiles\$(Configuration)\$(TargetName).ppu$(ObjectExt) Hard diff --git a/Minecraft.Client/PS3/SPU_Tasks/CompressedTile/CompressedTile.spu.vcxproj b/Minecraft.Client/PS3/SPU_Tasks/CompressedTile/CompressedTile.spu.vcxproj index 82bc7723..b6865a83 100644 --- a/Minecraft.Client/PS3/SPU_Tasks/CompressedTile/CompressedTile.spu.vcxproj +++ b/Minecraft.Client/PS3/SPU_Tasks/CompressedTile/CompressedTile.spu.vcxproj @@ -65,15 +65,15 @@ <_ProjectFileVersion>10.0.30319.1 - PS3_Debug\ - PS3_Debug\ + $(Platform)_$(Configuration)\ + $(Platform)_$(Configuration)\ *.obj;*.d;*.map;*.lst;*.pch;$(TargetPath);undefined;$(ExtensionsToDeleteOnClean) false - PS3_Release\ - PS3_ContentPackage\ - PS3_Release\ - PS3_ContentPackage\ + $(Platform)_$(Configuration)\ + $(Platform)_$(Configuration)\ + $(Platform)_$(Configuration)\ + $(Platform)_$(Configuration)\ *.obj;*.d;*.map;*.lst;*.pch;$(TargetPath);undefined;$(ExtensionsToDeleteOnClean) *.obj;*.d;*.map;*.lst;*.pch;$(TargetPath);undefined;$(ExtensionsToDeleteOnClean) @@ -104,7 +104,7 @@ JobBin2 - ..\ObjFiles\Debug\$(TargetName).ppu$(ObjectExt) + ..\ObjFiles\$(Configuration)\$(TargetName).ppu$(ObjectExt) powershell -ExecutionPolicy Bypass -File "$(ProjectDir)../Common/Prebuild.ps1" -ProjectDir "$(ProjectDir)/" -Configuration "$(Configuration)/" @@ -130,7 +130,7 @@ JobBin2 - ..\ObjFiles\Release\$(TargetName).ppu$(ObjectExt) + ..\ObjFiles\$(Configuration)\$(TargetName).ppu$(ObjectExt) powershell -ExecutionPolicy Bypass -File "$(ProjectDir)../Common/Prebuild.ps1" -ProjectDir "$(ProjectDir)/" -Configuration "$(Configuration)/" @@ -156,7 +156,7 @@ JobBin2 - ..\ObjFiles\ContentPackage\$(TargetName).ppu$(ObjectExt) + ..\ObjFiles\$(Configuration)\$(TargetName).ppu$(ObjectExt) Hard diff --git a/Minecraft.Client/PS3/SPU_Tasks/CompressedTileStorage_compress/CompressedTileStorage_compress.spu.vcxproj b/Minecraft.Client/PS3/SPU_Tasks/CompressedTileStorage_compress/CompressedTileStorage_compress.spu.vcxproj index b39454bb..1fc522e4 100644 --- a/Minecraft.Client/PS3/SPU_Tasks/CompressedTileStorage_compress/CompressedTileStorage_compress.spu.vcxproj +++ b/Minecraft.Client/PS3/SPU_Tasks/CompressedTileStorage_compress/CompressedTileStorage_compress.spu.vcxproj @@ -61,15 +61,15 @@ <_ProjectFileVersion>10.0.30319.1 - PS3_Debug\ - PS3_Debug\ + $(Platform)_$(Configuration)\ + $(Platform)_$(Configuration)\ *.obj;*.d;*.map;*.lst;*.pch;$(TargetPath);undefined;$(ExtensionsToDeleteOnClean) false - PS3_Release\ - PS3_ContentPackage\ - PS3_Release\ - PS3_ContentPackage\ + $(Platform)_$(Configuration)\ + $(Platform)_$(Configuration)\ + $(Platform)_$(Configuration)\ + $(Platform)_$(Configuration)\ *.obj;*.d;*.map;*.lst;*.pch;$(TargetPath);undefined;$(ExtensionsToDeleteOnClean) *.obj;*.d;*.map;*.lst;*.pch;$(TargetPath);undefined;$(ExtensionsToDeleteOnClean) @@ -100,7 +100,7 @@ JobBin2 - ..\ObjFiles\Debug\$(TargetName).ppu$(ObjectExt) + ..\ObjFiles\$(Configuration)\$(TargetName).ppu$(ObjectExt) powershell -ExecutionPolicy Bypass -File "$(ProjectDir)../Common/Prebuild.ps1" -ProjectDir "$(ProjectDir)/" -Configuration "$(Configuration)/" @@ -126,7 +126,7 @@ JobBin2 - ..\ObjFiles\Release\$(TargetName).ppu$(ObjectExt) + ..\ObjFiles\$(Configuration)\$(TargetName).ppu$(ObjectExt) powershell -ExecutionPolicy Bypass -File "$(ProjectDir)../Common/Prebuild.ps1" -ProjectDir "$(ProjectDir)/" -Configuration "$(Configuration)/" @@ -152,7 +152,7 @@ JobBin2 - ..\ObjFiles\ContentPackage\$(TargetName).ppu$(ObjectExt) + ..\ObjFiles\$(Configuration)\$(TargetName).ppu$(ObjectExt) Hard diff --git a/Minecraft.Client/PS3/SPU_Tasks/CompressedTileStorage_getData/CompressedTileStorage_getData.spu.vcxproj b/Minecraft.Client/PS3/SPU_Tasks/CompressedTileStorage_getData/CompressedTileStorage_getData.spu.vcxproj index bf763ae7..fc408e07 100644 --- a/Minecraft.Client/PS3/SPU_Tasks/CompressedTileStorage_getData/CompressedTileStorage_getData.spu.vcxproj +++ b/Minecraft.Client/PS3/SPU_Tasks/CompressedTileStorage_getData/CompressedTileStorage_getData.spu.vcxproj @@ -57,15 +57,15 @@ <_ProjectFileVersion>10.0.30319.1 - PS3_Debug\ - PS3_Debug\ + $(Platform)_$(Configuration)\ + $(Platform)_$(Configuration)\ *.obj;*.d;*.map;*.lst;*.pch;$(TargetPath);undefined;$(ExtensionsToDeleteOnClean) false - PS3_Release\ - PS3_Release\ - PS3_Release\ - PS3_Release\ + $(Platform)_$(Configuration)\ + $(Platform)_$(Configuration)\ + $(Platform)_$(Configuration)\ + $(Platform)_$(Configuration)\ *.obj;*.d;*.map;*.lst;*.pch;$(TargetPath);undefined;$(ExtensionsToDeleteOnClean) *.obj;*.d;*.map;*.lst;*.pch;$(TargetPath);undefined;$(ExtensionsToDeleteOnClean) @@ -96,7 +96,7 @@ JobBin2 - ..\ObjFiles\Debug\$(TargetName).ppu$(ObjectExt) + ..\ObjFiles\$(Configuration)\$(TargetName).ppu$(ObjectExt) powershell -ExecutionPolicy Bypass -File "$(ProjectDir)../Common/Prebuild.ps1" -ProjectDir "$(ProjectDir)/" -Configuration "$(Configuration)/" @@ -122,7 +122,7 @@ JobBin2 - ..\ObjFiles\Release\$(TargetName).ppu$(ObjectExt) + ..\ObjFiles\$(Configuration)\$(TargetName).ppu$(ObjectExt) powershell -ExecutionPolicy Bypass -File "$(ProjectDir)../Common/Prebuild.ps1" -ProjectDir "$(ProjectDir)/" -Configuration "$(Configuration)/" @@ -148,7 +148,7 @@ JobBin2 - ..\ObjFiles\ContentPackage\$(TargetName).ppu$(ObjectExt) + ..\ObjFiles\$(Configuration)\$(TargetName).ppu$(ObjectExt) powershell -ExecutionPolicy Bypass -File "$(ProjectDir)../Common/Prebuild.ps1" -ProjectDir "$(ProjectDir)/" -Configuration "$(Configuration)/" diff --git a/Minecraft.Client/PS3/SPU_Tasks/GameRenderer_updateLightTexture/GameRenderer_updateLightTexture.spu.vcxproj b/Minecraft.Client/PS3/SPU_Tasks/GameRenderer_updateLightTexture/GameRenderer_updateLightTexture.spu.vcxproj index 71e90736..a6b1785d 100644 --- a/Minecraft.Client/PS3/SPU_Tasks/GameRenderer_updateLightTexture/GameRenderer_updateLightTexture.spu.vcxproj +++ b/Minecraft.Client/PS3/SPU_Tasks/GameRenderer_updateLightTexture/GameRenderer_updateLightTexture.spu.vcxproj @@ -1,6 +1,10 @@ + + ContentPackage + PS3 + Debug PS3 @@ -25,6 +29,10 @@ Application SPU + + Application + SPU + Application SPU @@ -35,25 +43,34 @@ + + + <_ProjectFileVersion>10.0.30319.1 - PS3_Debug\ - PS3_Debug\ + $(Platform)_$(Configuration)\ + $(Platform)_$(Configuration)\ *.obj;*.d;*.map;*.lst;*.pch;$(TargetPath);undefined;$(ExtensionsToDeleteOnClean) false - PS3_Release\ - PS3_Release\ + $(Platform)_$(Configuration)\ + $(Platform)_$(Configuration)\ + $(Platform)_$(Configuration)\ + $(Platform)_$(Configuration)\ *.obj;*.d;*.map;*.lst;*.pch;$(TargetPath);undefined;$(ExtensionsToDeleteOnClean) + *.obj;*.d;*.map;*.lst;*.pch;$(TargetPath);undefined;$(ExtensionsToDeleteOnClean) + false + false $(ProjectName) SpursInit $(ProjectName) + $(ProjectName) @@ -74,7 +91,7 @@ JobBin2 - ..\ObjFiles\Debug\$(TargetName).ppu$(ObjectExt) + ..\ObjFiles\$(Configuration)\$(TargetName).ppu$(ObjectExt) powershell -ExecutionPolicy Bypass -File "$(ProjectDir)../Common/Prebuild.ps1" -ProjectDir "$(ProjectDir)/" -Configuration "$(Configuration)/" @@ -100,7 +117,33 @@ JobBin2 - ..\ObjFiles\Debug\$(TargetName).ppu$(ObjectExt) + ..\ObjFiles\$(Configuration)\$(TargetName).ppu$(ObjectExt) + + + powershell -ExecutionPolicy Bypass -File "$(ProjectDir)../Common/Prebuild.ps1" -ProjectDir "$(ProjectDir)/" -Configuration "$(Configuration)/" + + + + + -ffunction-sections -fdata-sections -fstack-check %(AdditionalOptions) + $(SN_PS3_PATH)\spu\include\sn;$(SCE_PS3_ROOT)\target\spu\include;$(SCE_PS3_ROOT)\target\common\include;%(AdditionalIncludeDirectories) + true + Level3 + SN_TARGET_PS3_SPU;NDEBUG;__GCC__;SPU;%(PreprocessorDefinitions) + + + true + + + -Wl,--gc-sections -g %(AdditionalOptions) + -ldma;-lspurs_jq;%(AdditionalDependencies) + false + + + + + JobBin2 + ..\ObjFiles\$(Configuration)\$(TargetName).ppu$(ObjectExt) powershell -ExecutionPolicy Bypass -File "$(ProjectDir)../Common/Prebuild.ps1" -ProjectDir "$(ProjectDir)/" -Configuration "$(Configuration)/" diff --git a/Minecraft.Client/PS3/SPU_Tasks/LevelRenderer_FindNearestChunk/LevelRenderer_FindNearestChunk.spu.vcxproj b/Minecraft.Client/PS3/SPU_Tasks/LevelRenderer_FindNearestChunk/LevelRenderer_FindNearestChunk.spu.vcxproj index c4a5c2c0..61020ac9 100644 --- a/Minecraft.Client/PS3/SPU_Tasks/LevelRenderer_FindNearestChunk/LevelRenderer_FindNearestChunk.spu.vcxproj +++ b/Minecraft.Client/PS3/SPU_Tasks/LevelRenderer_FindNearestChunk/LevelRenderer_FindNearestChunk.spu.vcxproj @@ -56,15 +56,15 @@ <_ProjectFileVersion>10.0.30319.1 - PS3_Debug\ - PS3_Debug\ + $(Platform)_$(Configuration)\ + $(Platform)_$(Configuration)\ *.obj;*.d;*.map;*.lst;*.pch;$(TargetPath);undefined;$(ExtensionsToDeleteOnClean) false - PS3_Release\ - PS3_ContentPackage\ - PS3_Release\ - PS3_ContentPackage\ + $(Platform)_$(Configuration)\ + $(Platform)_$(Configuration)\ + $(Platform)_$(Configuration)\ + $(Platform)_$(Configuration)\ *.obj;*.d;*.map;*.lst;*.pch;$(TargetPath);undefined;$(ExtensionsToDeleteOnClean) *.obj;*.d;*.map;*.lst;*.pch;$(TargetPath);undefined;$(ExtensionsToDeleteOnClean) @@ -95,7 +95,7 @@ JobBin2 - ..\ObjFiles\Debug\$(TargetName).ppu$(ObjectExt) + ..\ObjFiles\$(Configuration)\$(TargetName).ppu$(ObjectExt) powershell -ExecutionPolicy Bypass -File "$(ProjectDir)../Common/Prebuild.ps1" -ProjectDir "$(ProjectDir)/" -Configuration "$(Configuration)/" @@ -122,7 +122,7 @@ JobBin2 - ..\ObjFiles\Release\$(TargetName).ppu$(ObjectExt) + ..\ObjFiles\$(Configuration)\$(TargetName).ppu$(ObjectExt) powershell -ExecutionPolicy Bypass -File "$(ProjectDir)../Common/Prebuild.ps1" -ProjectDir "$(ProjectDir)/" -Configuration "$(Configuration)/" @@ -149,7 +149,7 @@ JobBin2 - ..\ObjFiles\ContentPackage\$(TargetName).ppu$(ObjectExt) + ..\ObjFiles\$(Configuration)\$(TargetName).ppu$(ObjectExt) Hard diff --git a/Minecraft.Client/PS3/SPU_Tasks/LevelRenderer_cull/LevelRenderer_cull.spu.vcxproj b/Minecraft.Client/PS3/SPU_Tasks/LevelRenderer_cull/LevelRenderer_cull.spu.vcxproj index d85fd0dd..ef68e17b 100644 --- a/Minecraft.Client/PS3/SPU_Tasks/LevelRenderer_cull/LevelRenderer_cull.spu.vcxproj +++ b/Minecraft.Client/PS3/SPU_Tasks/LevelRenderer_cull/LevelRenderer_cull.spu.vcxproj @@ -56,15 +56,15 @@ <_ProjectFileVersion>10.0.30319.1 - PS3_Debug\ - PS3_Debug\ + $(Platform)_$(Configuration)\ + $(Platform)_$(Configuration)\ *.obj;*.d;*.map;*.lst;*.pch;$(TargetPath);undefined;$(ExtensionsToDeleteOnClean) false - PS3_Release\ - PS3_ContentPackage\ - PS3_Release\ - PS3_ContentPackage\ + $(Platform)_$(Configuration)\ + $(Platform)_$(Configuration)\ + $(Platform)_$(Configuration)\ + $(Platform)_$(Configuration)\ *.obj;*.d;*.map;*.lst;*.pch;$(TargetPath);undefined;$(ExtensionsToDeleteOnClean) *.obj;*.d;*.map;*.lst;*.pch;$(TargetPath);undefined;$(ExtensionsToDeleteOnClean) @@ -95,7 +95,7 @@ JobBin2 - ..\ObjFiles\Debug\$(TargetName).ppu$(ObjectExt) + ..\ObjFiles\$(Configuration)\$(TargetName).ppu$(ObjectExt) powershell -ExecutionPolicy Bypass -File "$(ProjectDir)../Common/Prebuild.ps1" -ProjectDir "$(ProjectDir)/" -Configuration "$(Configuration)/" @@ -122,7 +122,7 @@ JobBin2 - ..\ObjFiles\Release\$(TargetName).ppu$(ObjectExt) + ..\ObjFiles\$(Configuration)\$(TargetName).ppu$(ObjectExt) powershell -ExecutionPolicy Bypass -File "$(ProjectDir)../Common/Prebuild.ps1" -ProjectDir "$(ProjectDir)/" -Configuration "$(Configuration)/" @@ -149,7 +149,7 @@ JobBin2 - ..\ObjFiles\ContentPackage\$(TargetName).ppu$(ObjectExt) + ..\ObjFiles\$(Configuration)\$(TargetName).ppu$(ObjectExt) Hard diff --git a/Minecraft.Client/PS3/SPU_Tasks/LevelRenderer_zSort/LevelRenderer_zSort.spu.vcxproj b/Minecraft.Client/PS3/SPU_Tasks/LevelRenderer_zSort/LevelRenderer_zSort.spu.vcxproj index c44f8df7..24bf2d05 100644 --- a/Minecraft.Client/PS3/SPU_Tasks/LevelRenderer_zSort/LevelRenderer_zSort.spu.vcxproj +++ b/Minecraft.Client/PS3/SPU_Tasks/LevelRenderer_zSort/LevelRenderer_zSort.spu.vcxproj @@ -56,15 +56,15 @@ <_ProjectFileVersion>10.0.30319.1 - PS3_Debug\ - PS3_Debug\ + $(Platform)_$(Configuration)\ + $(Platform)_$(Configuration)\ *.obj;*.d;*.map;*.lst;*.pch;$(TargetPath);undefined;$(ExtensionsToDeleteOnClean) false - PS3_Release\ - PS3_ContentPackage\ - PS3_Release\ - PS3_ContentPackage\ + $(Platform)_$(Configuration)\ + $(Platform)_$(Configuration)\ + $(Platform)_$(Configuration)\ + $(Platform)_$(Configuration)\ *.obj;*.d;*.map;*.lst;*.pch;$(TargetPath);undefined;$(ExtensionsToDeleteOnClean) *.obj;*.d;*.map;*.lst;*.pch;$(TargetPath);undefined;$(ExtensionsToDeleteOnClean) @@ -95,7 +95,7 @@ JobBin2 - ..\ObjFiles\Debug\$(TargetName).ppu$(ObjectExt) + ..\ObjFiles\$(Configuration)\$(TargetName).ppu$(ObjectExt) powershell -ExecutionPolicy Bypass -File "$(ProjectDir)../Common/Prebuild.ps1" -ProjectDir "$(ProjectDir)/" -Configuration "$(Configuration)/" @@ -122,7 +122,7 @@ JobBin2 - ..\ObjFiles\Release\$(TargetName).ppu$(ObjectExt) + ..\ObjFiles\$(Configuration)\$(TargetName).ppu$(ObjectExt) powershell -ExecutionPolicy Bypass -File "$(ProjectDir)../Common/Prebuild.ps1" -ProjectDir "$(ProjectDir)/" -Configuration "$(Configuration)/" @@ -149,7 +149,7 @@ JobBin2 - ..\ObjFiles\ContentPackage\$(TargetName).ppu$(ObjectExt) + ..\ObjFiles\$(Configuration)\$(TargetName).ppu$(ObjectExt) Hard diff --git a/Minecraft.Client/PS3/SPU_Tasks/PerlinNoise/PerlinNoise.spu.vcxproj b/Minecraft.Client/PS3/SPU_Tasks/PerlinNoise/PerlinNoise.spu.vcxproj index 77c80b6e..4ab47477 100644 --- a/Minecraft.Client/PS3/SPU_Tasks/PerlinNoise/PerlinNoise.spu.vcxproj +++ b/Minecraft.Client/PS3/SPU_Tasks/PerlinNoise/PerlinNoise.spu.vcxproj @@ -61,15 +61,15 @@ <_ProjectFileVersion>10.0.30319.1 - PS3_Debug\ - PS3_Debug\ + $(Platform)_$(Configuration)\ + $(Platform)_$(Configuration)\ *.obj;*.d;*.map;*.lst;*.pch;$(TargetPath);undefined;$(ExtensionsToDeleteOnClean) false - PS3_Release\ - PS3_ContentPackage\ - PS3_Release\ - PS3_ContentPackage\ + $(Platform)_$(Configuration)\ + $(Platform)_$(Configuration)\ + $(Platform)_$(Configuration)\ + $(Platform)_$(Configuration)\ *.obj;*.d;*.map;*.lst;*.pch;$(TargetPath);undefined;$(ExtensionsToDeleteOnClean) *.obj;*.d;*.map;*.lst;*.pch;$(TargetPath);undefined;$(ExtensionsToDeleteOnClean) @@ -101,7 +101,7 @@ JobBin2 - ..\ObjFiles\Debug\$(TargetName).ppu$(ObjectExt) + ..\ObjFiles\$(Configuration)\$(TargetName).ppu$(ObjectExt) powershell -ExecutionPolicy Bypass -File "$(ProjectDir)../Common/Prebuild.ps1" -ProjectDir "$(ProjectDir)/" -Configuration "$(Configuration)/" @@ -128,7 +128,7 @@ JobBin2 - ..\ObjFiles\Release\$(TargetName).ppu$(ObjectExt) + ..\ObjFiles\$(Configuration)\$(TargetName).ppu$(ObjectExt) powershell -ExecutionPolicy Bypass -File "$(ProjectDir)../Common/Prebuild.ps1" -ProjectDir "$(ProjectDir)/" -Configuration "$(Configuration)/" @@ -155,7 +155,7 @@ JobBin2 - ..\ObjFiles\ContentPackage\$(TargetName).ppu$(ObjectExt) + ..\ObjFiles\$(Configuration)\$(TargetName).ppu$(ObjectExt) Hard diff --git a/Minecraft.Client/PS3/SPU_Tasks/Renderer_TextureUpdate/Renderer_TextureUpdate.spu.vcxproj b/Minecraft.Client/PS3/SPU_Tasks/Renderer_TextureUpdate/Renderer_TextureUpdate.spu.vcxproj index fc4d1ee1..2b93559e 100644 --- a/Minecraft.Client/PS3/SPU_Tasks/Renderer_TextureUpdate/Renderer_TextureUpdate.spu.vcxproj +++ b/Minecraft.Client/PS3/SPU_Tasks/Renderer_TextureUpdate/Renderer_TextureUpdate.spu.vcxproj @@ -56,15 +56,15 @@ <_ProjectFileVersion>10.0.30319.1 - PS3_Debug\ - PS3_Debug\ + $(Platform)_$(Configuration)\ + $(Platform)_$(Configuration)\ *.obj;*.d;*.map;*.lst;*.pch;$(TargetPath);undefined;$(ExtensionsToDeleteOnClean) false - PS3_Release\ - PS3_ContentPackage\ - PS3_Release\ - PS3_ContentPackage\ + $(Platform)_$(Configuration)\ + $(Platform)_$(Configuration)\ + $(Platform)_$(Configuration)\ + $(Platform)_$(Configuration)\ *.obj;*.d;*.map;*.lst;*.pch;$(TargetPath);undefined;$(ExtensionsToDeleteOnClean) *.obj;*.d;*.map;*.lst;*.pch;$(TargetPath);undefined;$(ExtensionsToDeleteOnClean) @@ -95,7 +95,7 @@ JobBin2 - ..\ObjFiles\Debug\$(TargetName).ppu$(ObjectExt) + ..\ObjFiles\$(Configuration)\$(TargetName).ppu$(ObjectExt) powershell -ExecutionPolicy Bypass -File "$(ProjectDir)../Common/Prebuild.ps1" -ProjectDir "$(ProjectDir)/" -Configuration "$(Configuration)/" @@ -122,7 +122,7 @@ JobBin2 - ..\ObjFiles\Release\$(TargetName).ppu$(ObjectExt) + ..\ObjFiles\$(Configuration)\$(TargetName).ppu$(ObjectExt) powershell -ExecutionPolicy Bypass -File "$(ProjectDir)../Common/Prebuild.ps1" -ProjectDir "$(ProjectDir)/" -Configuration "$(Configuration)/" @@ -149,7 +149,7 @@ JobBin2 - ..\ObjFiles\ContentPackage\$(TargetName).ppu$(ObjectExt) + ..\ObjFiles\$(Configuration)\$(TargetName).ppu$(ObjectExt) Hard diff --git a/Minecraft.Client/PS3/SPU_Tasks/SPU_Tasks.sln b/Minecraft.Client/PS3/SPU_Tasks/SPU_Tasks.sln index d825f957..5b3907d1 100644 --- a/Minecraft.Client/PS3/SPU_Tasks/SPU_Tasks.sln +++ b/Minecraft.Client/PS3/SPU_Tasks/SPU_Tasks.sln @@ -72,8 +72,8 @@ Global {ED672663-B86E-436B-9530-A6589DE02366}.Debug|PS3.Build.0 = Debug|PS3 {ED672663-B86E-436B-9530-A6589DE02366}.Release|PS3.ActiveCfg = Release|PS3 {ED672663-B86E-436B-9530-A6589DE02366}.Release|PS3.Build.0 = Release|PS3 - {1F6ECBFE-3089-457D-8A11-5CFDC0392439}.ContentPackage|PS3.ActiveCfg = Release|PS3 - {1F6ECBFE-3089-457D-8A11-5CFDC0392439}.ContentPackage|PS3.Build.0 = Release|PS3 + {1F6ECBFE-3089-457D-8A11-5CFDC0392439}.ContentPackage|PS3.ActiveCfg = ContentPackage|PS3 + {1F6ECBFE-3089-457D-8A11-5CFDC0392439}.ContentPackage|PS3.Build.0 = ContentPackage|PS3 {1F6ECBFE-3089-457D-8A11-5CFDC0392439}.Debug|PS3.ActiveCfg = Debug|PS3 {1F6ECBFE-3089-457D-8A11-5CFDC0392439}.Debug|PS3.Build.0 = Debug|PS3 {1F6ECBFE-3089-457D-8A11-5CFDC0392439}.Release|PS3.ActiveCfg = Release|PS3 diff --git a/Minecraft.Client/PS3/SPU_Tasks/Texture_blit/Texture_blit.spu.vcxproj b/Minecraft.Client/PS3/SPU_Tasks/Texture_blit/Texture_blit.spu.vcxproj index b074a499..b29724a3 100644 --- a/Minecraft.Client/PS3/SPU_Tasks/Texture_blit/Texture_blit.spu.vcxproj +++ b/Minecraft.Client/PS3/SPU_Tasks/Texture_blit/Texture_blit.spu.vcxproj @@ -56,15 +56,15 @@ <_ProjectFileVersion>10.0.30319.1 - PS3_Debug\ - PS3_Debug\ + $(Platform)_$(Configuration)\ + $(Platform)_$(Configuration)\ *.obj;*.d;*.map;*.lst;*.pch;$(TargetPath);undefined;$(ExtensionsToDeleteOnClean) false - PS3_Release\ - PS3_ContentPackage\ - PS3_Release\ - PS3_ContentPackage\ + $(Platform)_$(Configuration)\ + $(Platform)_$(Configuration)\ + $(Platform)_$(Configuration)\ + $(Platform)_$(Configuration)\ *.obj;*.d;*.map;*.lst;*.pch;$(TargetPath);undefined;$(ExtensionsToDeleteOnClean) *.obj;*.d;*.map;*.lst;*.pch;$(TargetPath);undefined;$(ExtensionsToDeleteOnClean) @@ -95,7 +95,7 @@ JobBin2 - ..\ObjFiles\Debug\$(TargetName).ppu$(ObjectExt) + ..\ObjFiles\$(Configuration)\$(TargetName).ppu$(ObjectExt) powershell -ExecutionPolicy Bypass -File "$(ProjectDir)../Common/Prebuild.ps1" -ProjectDir "$(ProjectDir)/" -Configuration "$(Configuration)/" @@ -122,7 +122,7 @@ JobBin2 - ..\ObjFiles\Release\$(TargetName).ppu$(ObjectExt) + ..\ObjFiles\$(Configuration)\$(TargetName).ppu$(ObjectExt) powershell -ExecutionPolicy Bypass -File "$(ProjectDir)../Common/Prebuild.ps1" -ProjectDir "$(ProjectDir)/" -Configuration "$(Configuration)/" @@ -149,7 +149,7 @@ JobBin2 - ..\ObjFiles\ContentPackage\$(TargetName).ppu$(ObjectExt) + ..\ObjFiles\$(Configuration)\$(TargetName).ppu$(ObjectExt) Hard