From 8077ddaf62bdbff2169973eca565a5752501587d Mon Sep 17 00:00:00 2001 From: Egor Yusov Date: Fri, 19 Aug 2016 23:38:41 -0700 Subject: Updated to Diligent Engine 2.0 --- RenderScript/build/UWP/RenderScript.vcxproj | 200 +++++++++++++ .../build/UWP/RenderScript.vcxproj.filters | 2 + .../build/Win32/RenderScript-Debug.vgdbsettings | 76 +++++ .../build/Win32/RenderScript-Release.vgdbsettings | 76 +++++ RenderScript/build/Win32/RenderScript.vcxproj | 316 +++++++++++++++++++++ .../build/Win32/RenderScript.vcxproj.filters | 96 +++++++ RenderScript/build/Win32/jni/Android.mk | 31 ++ RenderScript/build/Win32/jni/Application.mk | 7 + .../Windows.Shared/RenderScript.Shared.vcxitems | 86 ++++++ .../RenderScript.Shared.vcxitems.filters | 186 ++++++++++++ .../build/Windows.Shared/RenderScript.props | 32 +++ RenderScript/build/Windows/EngineRoot.props | 30 -- .../build/Windows/RenderScript-Debug.vgdbsettings | 76 ----- .../Windows/RenderScript-Release.vgdbsettings | 76 ----- RenderScript/build/Windows/RenderScript.props | 10 - RenderScript/build/Windows/RenderScript.vcxproj | 308 -------------------- .../build/Windows/RenderScript.vcxproj.filters | 90 ------ RenderScript/build/Windows/jni/Android.mk | 31 -- RenderScript/build/Windows/jni/Application.mk | 7 - RenderScript/build/WindowsStore/EngineRoot.props | 30 -- .../RenderScript.Shared.vcxitems | 77 ----- .../RenderScript.Shared.vcxitems.filters | 171 ----------- .../RenderScript.Windows.vcxproj | 205 ------------- .../RenderScript.Windows.vcxproj.filters | 5 - .../RenderScript.WindowsPhone.vcxproj | 144 ---------- .../RenderScript.WindowsPhone.vcxproj.filters | 5 - 26 files changed, 1108 insertions(+), 1265 deletions(-) create mode 100644 RenderScript/build/UWP/RenderScript.vcxproj create mode 100644 RenderScript/build/UWP/RenderScript.vcxproj.filters create mode 100644 RenderScript/build/Win32/RenderScript-Debug.vgdbsettings create mode 100644 RenderScript/build/Win32/RenderScript-Release.vgdbsettings create mode 100644 RenderScript/build/Win32/RenderScript.vcxproj create mode 100644 RenderScript/build/Win32/RenderScript.vcxproj.filters create mode 100644 RenderScript/build/Win32/jni/Android.mk create mode 100644 RenderScript/build/Win32/jni/Application.mk create mode 100644 RenderScript/build/Windows.Shared/RenderScript.Shared.vcxitems create mode 100644 RenderScript/build/Windows.Shared/RenderScript.Shared.vcxitems.filters create mode 100644 RenderScript/build/Windows.Shared/RenderScript.props delete mode 100644 RenderScript/build/Windows/EngineRoot.props delete mode 100644 RenderScript/build/Windows/RenderScript-Debug.vgdbsettings delete mode 100644 RenderScript/build/Windows/RenderScript-Release.vgdbsettings delete mode 100644 RenderScript/build/Windows/RenderScript.props delete mode 100644 RenderScript/build/Windows/RenderScript.vcxproj delete mode 100644 RenderScript/build/Windows/RenderScript.vcxproj.filters delete mode 100644 RenderScript/build/Windows/jni/Android.mk delete mode 100644 RenderScript/build/Windows/jni/Application.mk delete mode 100644 RenderScript/build/WindowsStore/EngineRoot.props delete mode 100644 RenderScript/build/WindowsStore/RenderScript.Shared/RenderScript.Shared.vcxitems delete mode 100644 RenderScript/build/WindowsStore/RenderScript.Shared/RenderScript.Shared.vcxitems.filters delete mode 100644 RenderScript/build/WindowsStore/RenderScript.Windows/RenderScript.Windows.vcxproj delete mode 100644 RenderScript/build/WindowsStore/RenderScript.Windows/RenderScript.Windows.vcxproj.filters delete mode 100644 RenderScript/build/WindowsStore/RenderScript.WindowsPhone/RenderScript.WindowsPhone.vcxproj delete mode 100644 RenderScript/build/WindowsStore/RenderScript.WindowsPhone/RenderScript.WindowsPhone.vcxproj.filters (limited to 'RenderScript/build') diff --git a/RenderScript/build/UWP/RenderScript.vcxproj b/RenderScript/build/UWP/RenderScript.vcxproj new file mode 100644 index 0000000..6cc4c9d --- /dev/null +++ b/RenderScript/build/UWP/RenderScript.vcxproj @@ -0,0 +1,200 @@ + + + + + Debug + ARM + + + Debug + Win32 + + + Debug + x64 + + + Release + ARM + + + Release + Win32 + + + Release + x64 + + + + {6295c316-2ca6-4512-ae9b-f5f70dbd6d33} + StaticLibrary + RenderScript + en-US + 14.0 + true + Windows Store + 10.0.10586.0 + 10.0.10240.0 + 10.0 + + + + StaticLibrary + true + v140 + + + StaticLibrary + true + v140 + + + StaticLibrary + true + v140 + + + StaticLibrary + false + true + v140 + + + StaticLibrary + false + true + v140 + + + StaticLibrary + false + true + v140 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + false + + + false + + + false + + + false + + + false + + + false + + + + false + true + + + Console + false + false + + + + + false + true + + + Console + false + false + + + + + false + true + + + Console + false + false + + + + + false + true + + + Console + false + false + + + + + false + true + + + Console + false + false + + + + + false + true + + + Console + false + false + + + + + + \ No newline at end of file diff --git a/RenderScript/build/UWP/RenderScript.vcxproj.filters b/RenderScript/build/UWP/RenderScript.vcxproj.filters new file mode 100644 index 0000000..c31757e --- /dev/null +++ b/RenderScript/build/UWP/RenderScript.vcxproj.filters @@ -0,0 +1,2 @@ + + \ No newline at end of file diff --git a/RenderScript/build/Win32/RenderScript-Debug.vgdbsettings b/RenderScript/build/Win32/RenderScript-Debug.vgdbsettings new file mode 100644 index 0000000..3f5b24b --- /dev/null +++ b/RenderScript/build/Win32/RenderScript-Debug.vgdbsettings @@ -0,0 +1,76 @@ + + + Debug + + + + MinGWWindowsSlash + + $(ProjectDir) + + + android-19 + true + true + bin;obj + false + false + + + + + + false + false + true + false + false + false + false + true + false + KillApp + + false + false + false + false + false + false + false + false + + false + false + main + true + + + false + false + 5039 + 5039 + 10000 + 0 + false + Ask + true + true + + + + + + + + + + + Default + + + + true + + + \ No newline at end of file diff --git a/RenderScript/build/Win32/RenderScript-Release.vgdbsettings b/RenderScript/build/Win32/RenderScript-Release.vgdbsettings new file mode 100644 index 0000000..669691f --- /dev/null +++ b/RenderScript/build/Win32/RenderScript-Release.vgdbsettings @@ -0,0 +1,76 @@ + + + Release + + + + MinGWWindowsSlash + + $(ProjectDir) + + + android-19 + false + true + bin;obj + false + false + + + + + + false + false + true + false + false + false + false + true + false + KillApp + + false + false + false + false + false + false + false + false + + false + false + main + true + + + false + false + 5039 + 5039 + 10000 + 0 + false + Ask + true + true + + + + + + + + + + + Default + + + + true + + + \ No newline at end of file diff --git a/RenderScript/build/Win32/RenderScript.vcxproj b/RenderScript/build/Win32/RenderScript.vcxproj new file mode 100644 index 0000000..403dd93 --- /dev/null +++ b/RenderScript/build/Win32/RenderScript.vcxproj @@ -0,0 +1,316 @@ + + + + + Debug + ARM + + + Debug + Win32 + + + Debug + x64 + + + Release + ARM + + + Release + Win32 + + + Release + x64 + + + + {C8ADD3B4-E83B-458E-96C8-B278F22C2F04} + RenderScript + + + + StaticLibrary + true + v140 + Unicode + + + StaticLibrary + true + v140 + Unicode + + + StaticLibrary + false + v140 + true + Unicode + + + StaticLibrary + false + v140 + true + Unicode + + + v120 + Makefile + + + v120 + Makefile + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + $(ProjectDir)..\..\..\Common\Android\gcc_Debug.h;$(NMakeForcedIncludes) + + + $(ProjectDir)..\..\..\Common\Android\gcc_Release.h;$(NMakeForcedIncludes) + + + + Level3 + Disabled + true + + + true + + + + + Level3 + Disabled + true + + + true + + + + + Level3 + MaxSpeed + true + true + true + + + true + true + true + + + + + Level3 + MaxSpeed + true + true + true + + + true + true + true + + + + + + + + + true + true + true + true + + + true + true + true + true + + + true + true + true + true + + + true + true + true + true + + + true + true + true + true + + + true + true + true + true + + + true + true + true + true + + + true + true + true + true + + + true + true + true + true + + + true + true + true + true + + + true + true + true + true + + + true + true + true + true + + + true + true + true + true + + + true + true + true + true + + + true + true + true + true + + + true + true + true + true + + + true + true + true + true + + + true + true + true + true + + + true + true + true + true + + + true + true + true + true + + + true + true + true + true + + + true + true + true + true + + + true + true + true + true + + + true + true + true + true + + + true + true + true + true + + + + + + \ No newline at end of file diff --git a/RenderScript/build/Win32/RenderScript.vcxproj.filters b/RenderScript/build/Win32/RenderScript.vcxproj.filters new file mode 100644 index 0000000..fda009a --- /dev/null +++ b/RenderScript/build/Win32/RenderScript.vcxproj.filters @@ -0,0 +1,96 @@ + + + + + {7b27af1c-c100-4b86-8a4d-3ca9de633b95} + + + {2d07eaf6-da74-46a3-87bb-44b0c7ce24e6} + + + + + jni + + + jni + + + + + android_src + + + android_src + + + android_src + + + android_src + + + android_src + + + android_src + + + android_src + + + android_src + + + android_src + + + android_src + + + android_src + + + android_src + + + android_src + + + android_src + + + android_src + + + android_src + + + android_src + + + android_src + + + android_src + + + android_src + + + android_src + + + android_src + + + android_src + + + android_src + + + android_src + + + \ No newline at end of file diff --git a/RenderScript/build/Win32/jni/Android.mk b/RenderScript/build/Win32/jni/Android.mk new file mode 100644 index 0000000..d968fcc --- /dev/null +++ b/RenderScript/build/Win32/jni/Android.mk @@ -0,0 +1,31 @@ +# Preamble +DEPENDENCY_PATH := $(call my-dir) +LOCAL_PATH := $(abspath $(DEPENDENCY_PATH)) +include $(CLEAR_VARS) + + +# Project configuration +LOCAL_MODULE := RenderScript +LOCAL_CFLAGS := -std=c++11 -Wno-invalid-offsetof +LOCAL_CPP_FEATURES := exceptions rtti +LOCAL_STATIC_LIBRARIES += + +# Include paths +PROJECT_ROOT = $(LOCAL_PATH)/../../.. +REPO_ROOT := $(PROJECT_ROOT)/.. +ENGINE_ROOT := $(REPO_ROOT)/.. +CORE_ROOT := $(ENGINE_ROOT)/diligentcore +GRAPHICS_ROOT := $(CORE_ROOT)/graphics +LOCAL_C_INCLUDES += $(PROJECT_ROOT)/include +LOCAL_C_INCLUDES += $(GRAPHICS_ROOT)/GraphicsEngine/interface +LOCAL_C_INCLUDES += $(CORE_ROOT)/Common/include +LOCAL_C_INCLUDES += $(CORE_ROOT)/Common/interface +LOCAL_C_INCLUDES += $(REPO_ROOT)/External/lua-5.2.3/src +LOCAL_C_INCLUDES += $(GRAPHICS_ROOT)/GraphicsTools/include +LOCAL_C_INCLUDES += $(CORE_ROOT)/Platforms/interface + +# Source files +#VisualGDBAndroid: AutoUpdateSourcesInNextLine +LOCAL_SRC_FILES := ../../../src/BlendStateDescParser.cpp ../../../src/BufferParser.cpp ../../../src/BufferViewParser.cpp ../../../src/DepthStencilStateDescParser.cpp ../../../src/DeviceContextFuncBindings.cpp ../../../src/DrawAttribsParser.cpp ../../../src/EngineObjectParserBase.cpp ../../../src/EnumMappings.cpp ../../../src/InputLayoutDescParser.cpp ../../../src/LuaBindings.cpp ../../../src/LuaFunctionBinding.cpp ../../../src/LuaWrappers.cpp ../../../src/ParsingErrors.cpp ../../../src/PSODescParser.cpp ../../../src/RasterizerStateDescParser.cpp ../../../src/ResourceMappingParser.cpp ../../../src/SamplerParser.cpp ../../../src/ScissorRectParser.cpp ../../../src/ScriptParser.cpp ../../../src/ShaderParser.cpp ../../../src/ShaderResourceBindingParser.cpp ../../../src/ShaderVariableParser.cpp ../../../src/TextureParser.cpp ../../../src/TextureViewParser.cpp ../../../src/ViewportParser.cpp + +include $(BUILD_STATIC_LIBRARY) diff --git a/RenderScript/build/Win32/jni/Application.mk b/RenderScript/build/Win32/jni/Application.mk new file mode 100644 index 0000000..1c80ded --- /dev/null +++ b/RenderScript/build/Win32/jni/Application.mk @@ -0,0 +1,7 @@ +# Generated by VisualGDB + +DEPENDENCY_PATH := $(call my-dir) +LOCAL_PATH := $(abspath $(DEPENDENCY_PATH)) +include $(LOCAL_PATH)/../../../../../diligentcore/Common/make/AppCommon.mk + +APP_MODULES := RenderScript \ No newline at end of file diff --git a/RenderScript/build/Windows.Shared/RenderScript.Shared.vcxitems b/RenderScript/build/Windows.Shared/RenderScript.Shared.vcxitems new file mode 100644 index 0000000..97ee3ba --- /dev/null +++ b/RenderScript/build/Windows.Shared/RenderScript.Shared.vcxitems @@ -0,0 +1,86 @@ + + + + $(MSBuildAllProjects);$(MSBuildThisFileFullPath) + true + {ac843cd8-70c4-4bf9-bbfb-bb8e5979f81e} + RenderScript + RenderScript.Shared + 248F659F-DAC5-46E8-AC09-60EC9FC95053 + + + + %(AdditionalIncludeDirectories);$(MSBuildThisFileDirectory) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Create + + + + + + + + + + + + + + + + + false + + + \ No newline at end of file diff --git a/RenderScript/build/Windows.Shared/RenderScript.Shared.vcxitems.filters b/RenderScript/build/Windows.Shared/RenderScript.Shared.vcxitems.filters new file mode 100644 index 0000000..cd3aa41 --- /dev/null +++ b/RenderScript/build/Windows.Shared/RenderScript.Shared.vcxitems.filters @@ -0,0 +1,186 @@ + + + + + {69ff86a9-0ff4-402f-817b-e18bb6685329} + + + {6e3f6948-d5fa-4225-b192-0354c9935989} + + + + + include + + + include + + + include + + + include + + + include + + + include + + + include + + + include + + + include + + + include + + + include + + + include + + + include + + + include + + + include + + + include + + + include + + + include + + + include + + + include + + + include + + + include + + + include + + + include + + + include + + + include + + + include + + + include + + + include + + + include + + + + + src + + + src + + + src + + + src + + + src + + + src + + + src + + + src + + + src + + + src + + + src + + + src + + + src + + + src + + + src + + + src + + + src + + + src + + + src + + + src + + + src + + + src + + + src + + + src + + + src + + + src + + + + + + \ No newline at end of file diff --git a/RenderScript/build/Windows.Shared/RenderScript.props b/RenderScript/build/Windows.Shared/RenderScript.props new file mode 100644 index 0000000..844625f --- /dev/null +++ b/RenderScript/build/Windows.Shared/RenderScript.props @@ -0,0 +1,32 @@ + + + + + ..\.. + ..\..\.. + ..\..\..\.. + $(EngineRoot)\diligentcore + $(CoreRoot)\Graphics + + + $(ProjectRoot)\include;$(CoreRoot)\Common\include;$(CoreRoot)\Common\interface;$(GraphicsRoot)\GraphicsEngine\interface;$(ToolsRoot)\External\lua-5.2.3\src;$(CoreRoot)\Platforms\interface;$(GraphicsRoot)\GraphicsTools\include;$(VC_IncludePath);$(WindowsSDK_IncludePath) + + + + + $(ProjectRoot) + + + $(ToolsRoot) + + + $(EngineRoot) + + + $(CoreRoot) + + + $(GraphicsRoot) + + + \ No newline at end of file diff --git a/RenderScript/build/Windows/EngineRoot.props b/RenderScript/build/Windows/EngineRoot.props deleted file mode 100644 index 92b5517..0000000 --- a/RenderScript/build/Windows/EngineRoot.props +++ /dev/null @@ -1,30 +0,0 @@ - - - - - ..\.. - ..\..\.. - ..\..\..\.. - $(EngineRoot)\diligentcore - $(CoreRoot)\Graphics - - - - - - $(ProjectRoot) - - - $(ToolsRoot) - - - $(EngineRoot) - - - $(CoreRoot) - - - $(GraphicsRoot) - - - \ No newline at end of file diff --git a/RenderScript/build/Windows/RenderScript-Debug.vgdbsettings b/RenderScript/build/Windows/RenderScript-Debug.vgdbsettings deleted file mode 100644 index 3f5b24b..0000000 --- a/RenderScript/build/Windows/RenderScript-Debug.vgdbsettings +++ /dev/null @@ -1,76 +0,0 @@ - - - Debug - - - - MinGWWindowsSlash - - $(ProjectDir) - - - android-19 - true - true - bin;obj - false - false - - - - - - false - false - true - false - false - false - false - true - false - KillApp - - false - false - false - false - false - false - false - false - - false - false - main - true - - - false - false - 5039 - 5039 - 10000 - 0 - false - Ask - true - true - - - - - - - - - - - Default - - - - true - - - \ No newline at end of file diff --git a/RenderScript/build/Windows/RenderScript-Release.vgdbsettings b/RenderScript/build/Windows/RenderScript-Release.vgdbsettings deleted file mode 100644 index 669691f..0000000 --- a/RenderScript/build/Windows/RenderScript-Release.vgdbsettings +++ /dev/null @@ -1,76 +0,0 @@ - - - Release - - - - MinGWWindowsSlash - - $(ProjectDir) - - - android-19 - false - true - bin;obj - false - false - - - - - - false - false - true - false - false - false - false - true - false - KillApp - - false - false - false - false - false - false - false - false - - false - false - main - true - - - false - false - 5039 - 5039 - 10000 - 0 - false - Ask - true - true - - - - - - - - - - - Default - - - - true - - - \ No newline at end of file diff --git a/RenderScript/build/Windows/RenderScript.props b/RenderScript/build/Windows/RenderScript.props deleted file mode 100644 index 8dd0ca6..0000000 --- a/RenderScript/build/Windows/RenderScript.props +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - $(ProjectRoot)\include;$(CoreRoot)\Common\include;$(CoreRoot)\Common\interface;$(GraphicsRoot)\GraphicsEngine\interface;$(ToolsRoot)\External\lua-5.2.3\src;$(CoreRoot)\Platforms\interface;$(GraphicsRoot)\GraphicsTools\include;$(VC_IncludePath);$(WindowsSDK_IncludePath) - - - - \ No newline at end of file diff --git a/RenderScript/build/Windows/RenderScript.vcxproj b/RenderScript/build/Windows/RenderScript.vcxproj deleted file mode 100644 index 3ea8d8e..0000000 --- a/RenderScript/build/Windows/RenderScript.vcxproj +++ /dev/null @@ -1,308 +0,0 @@ - - - - - Debug - ARM - - - Debug - Win32 - - - Debug - x64 - - - Release - ARM - - - Release - Win32 - - - Release - x64 - - - - {C8ADD3B4-E83B-458E-96C8-B278F22C2F04} - RenderScript - - - - StaticLibrary - true - v140 - Unicode - - - StaticLibrary - true - v140 - Unicode - - - StaticLibrary - false - v140 - true - Unicode - - - StaticLibrary - false - v140 - true - Unicode - - - v120 - Makefile - - - v120 - Makefile - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - $(ProjectDir)..\..\..\Common\Android\gcc_Debug.h;$(NMakeForcedIncludes) - - - $(ProjectDir)..\..\..\Common\Android\gcc_Release.h;$(NMakeForcedIncludes) - - - - Level3 - Disabled - true - - - true - - - - - Level3 - Disabled - true - - - true - - - - - Level3 - MaxSpeed - true - true - true - - - true - true - true - - - - - Level3 - MaxSpeed - true - true - true - - - true - true - true - - - - - - - - - true - true - true - true - - - true - true - true - true - - - true - true - true - true - - - true - true - true - true - - - true - true - true - true - - - true - true - true - true - - - true - true - true - true - - - true - true - true - true - - - true - true - true - true - - - true - true - true - true - - - true - true - true - true - - - true - true - true - true - - - true - true - true - true - - - true - true - true - true - - - true - true - true - true - - - true - true - true - true - - - true - true - true - true - - - true - true - true - true - - - true - true - true - true - - - true - true - true - true - - - true - true - true - true - - - true - true - true - true - - - true - true - true - true - - - - - - \ No newline at end of file diff --git a/RenderScript/build/Windows/RenderScript.vcxproj.filters b/RenderScript/build/Windows/RenderScript.vcxproj.filters deleted file mode 100644 index 4ef09d5..0000000 --- a/RenderScript/build/Windows/RenderScript.vcxproj.filters +++ /dev/null @@ -1,90 +0,0 @@ - - - - - {7b27af1c-c100-4b86-8a4d-3ca9de633b95} - - - {2d07eaf6-da74-46a3-87bb-44b0c7ce24e6} - - - - - jni - - - jni - - - - - android_src - - - android_src - - - android_src - - - android_src - - - android_src - - - android_src - - - android_src - - - android_src - - - android_src - - - android_src - - - android_src - - - android_src - - - android_src - - - android_src - - - android_src - - - android_src - - - android_src - - - android_src - - - android_src - - - android_src - - - android_src - - - android_src - - - android_src - - - \ No newline at end of file diff --git a/RenderScript/build/Windows/jni/Android.mk b/RenderScript/build/Windows/jni/Android.mk deleted file mode 100644 index d629a4f..0000000 --- a/RenderScript/build/Windows/jni/Android.mk +++ /dev/null @@ -1,31 +0,0 @@ -# Preamble -DEPENDENCY_PATH := $(call my-dir) -LOCAL_PATH := $(abspath $(DEPENDENCY_PATH)) -include $(CLEAR_VARS) - - -# Project configuration -LOCAL_MODULE := RenderScript -LOCAL_CFLAGS := -std=c++11 -Wno-invalid-offsetof -LOCAL_CPP_FEATURES := exceptions rtti -LOCAL_STATIC_LIBRARIES += - -# Include paths -PROJECT_ROOT = $(LOCAL_PATH)/../../.. -REPO_ROOT := $(PROJECT_ROOT)/.. -ENGINE_ROOT := $(REPO_ROOT)/.. -CORE_ROOT := $(ENGINE_ROOT)/diligentcore -GRAPHICS_ROOT := $(CORE_ROOT)/graphics -LOCAL_C_INCLUDES += $(PROJECT_ROOT)/include -LOCAL_C_INCLUDES += $(GRAPHICS_ROOT)/GraphicsEngine/interface -LOCAL_C_INCLUDES += $(CORE_ROOT)/Common/include -LOCAL_C_INCLUDES += $(CORE_ROOT)/Common/interface -LOCAL_C_INCLUDES += $(REPO_ROOT)/External/lua-5.2.3/src -LOCAL_C_INCLUDES += $(GRAPHICS_ROOT)/GraphicsTools/include -LOCAL_C_INCLUDES += $(CORE_ROOT)/Platforms/interface - -# Source files -#VisualGDBAndroid: AutoUpdateSourcesInNextLine -LOCAL_SRC_FILES := ../../../src/BlendStateParser.cpp ../../../src/BufferParser.cpp ../../../src/BufferViewParser.cpp ../../../src/DepthStencilStateParser.cpp ../../../src/DeviceContextFuncBindings.cpp ../../../src/DrawAttribsParser.cpp ../../../src/EngineObjectParserBase.cpp ../../../src/EnumMappings.cpp ../../../src/LayoutDescParser.cpp ../../../src/LuaBindings.cpp ../../../src/LuaFunctionBinding.cpp ../../../src/LuaWrappers.cpp ../../../src/ParsingErrors.cpp ../../../src/RasterizerStateParser.cpp ../../../src/ResourceMappingParser.cpp ../../../src/SamplerParser.cpp ../../../src/ScissorRectParser.cpp ../../../src/ScriptParser.cpp ../../../src/ShaderParser.cpp ../../../src/ShaderVariableParser.cpp ../../../src/TextureParser.cpp ../../../src/TextureViewParser.cpp ../../../src/ViewportParser.cpp - -include $(BUILD_STATIC_LIBRARY) diff --git a/RenderScript/build/Windows/jni/Application.mk b/RenderScript/build/Windows/jni/Application.mk deleted file mode 100644 index 1c80ded..0000000 --- a/RenderScript/build/Windows/jni/Application.mk +++ /dev/null @@ -1,7 +0,0 @@ -# Generated by VisualGDB - -DEPENDENCY_PATH := $(call my-dir) -LOCAL_PATH := $(abspath $(DEPENDENCY_PATH)) -include $(LOCAL_PATH)/../../../../../diligentcore/Common/make/AppCommon.mk - -APP_MODULES := RenderScript \ No newline at end of file diff --git a/RenderScript/build/WindowsStore/EngineRoot.props b/RenderScript/build/WindowsStore/EngineRoot.props deleted file mode 100644 index 79dc389..0000000 --- a/RenderScript/build/WindowsStore/EngineRoot.props +++ /dev/null @@ -1,30 +0,0 @@ - - - - - ..\..\.. - $(ProjectRoot)\.. - $(ToolsRoot)\.. - $(EngineRoot)\diligentcore - $(CoreRoot)\Graphics - - - - - - $(ProjectRoot) - - - $(ToolsRoot) - - - $(EngineRoot) - - - $(CoreRoot) - - - $(GraphicsRoot) - - - \ No newline at end of file diff --git a/RenderScript/build/WindowsStore/RenderScript.Shared/RenderScript.Shared.vcxitems b/RenderScript/build/WindowsStore/RenderScript.Shared/RenderScript.Shared.vcxitems deleted file mode 100644 index cb66637..0000000 --- a/RenderScript/build/WindowsStore/RenderScript.Shared/RenderScript.Shared.vcxitems +++ /dev/null @@ -1,77 +0,0 @@ - - - - $(MSBuildAllProjects);$(MSBuildThisFileFullPath) - true - {ac843cd8-70c4-4bf9-bbfb-bb8e5979f81e} - RenderScript - RenderScript.Shared - 248F659F-DAC5-46E8-AC09-60EC9FC95053 - - - - %(AdditionalIncludeDirectories);$(MSBuildThisFileDirectory) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Create - - - - - - - - - - - - - \ No newline at end of file diff --git a/RenderScript/build/WindowsStore/RenderScript.Shared/RenderScript.Shared.vcxitems.filters b/RenderScript/build/WindowsStore/RenderScript.Shared/RenderScript.Shared.vcxitems.filters deleted file mode 100644 index a82a379..0000000 --- a/RenderScript/build/WindowsStore/RenderScript.Shared/RenderScript.Shared.vcxitems.filters +++ /dev/null @@ -1,171 +0,0 @@ - - - - - {69ff86a9-0ff4-402f-817b-e18bb6685329} - - - {6e3f6948-d5fa-4225-b192-0354c9935989} - - - - - include - - - include - - - include - - - include - - - include - - - include - - - include - - - include - - - include - - - include - - - include - - - include - - - include - - - include - - - include - - - include - - - include - - - include - - - include - - - include - - - include - - - include - - - include - - - include - - - include - - - include - - - include - - - include - - - - - src - - - src - - - src - - - src - - - src - - - src - - - src - - - src - - - src - - - src - - - src - - - src - - - src - - - src - - - src - - - src - - - src - - - src - - - src - - - src - - - src - - - src - - - src - - - src - - - \ No newline at end of file diff --git a/RenderScript/build/WindowsStore/RenderScript.Windows/RenderScript.Windows.vcxproj b/RenderScript/build/WindowsStore/RenderScript.Windows/RenderScript.Windows.vcxproj deleted file mode 100644 index 250c7b6..0000000 --- a/RenderScript/build/WindowsStore/RenderScript.Windows/RenderScript.Windows.vcxproj +++ /dev/null @@ -1,205 +0,0 @@ - - - - - Debug - ARM - - - Debug - Win32 - - - Debug - x64 - - - Release - ARM - - - Release - Win32 - - - Release - x64 - - - - {1911bc2f-d78f-49c7-8847-b10b333da85a} - RenderScript - en-US - 12.0 - true - Windows Store - 8.1 - CodeSharingStaticLibrary - - - - StaticLibrary - true - v120 - - - StaticLibrary - true - v120 - - - StaticLibrary - true - v120 - - - StaticLibrary - false - true - v120 - - - StaticLibrary - false - true - v120 - - - StaticLibrary - false - true - v120 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - false - - - false - - - false - - - false - - - false - - - false - - - - Use - false - true - - - Console - false - false - - - - - Use - false - true - - - Console - false - false - - - - - Use - false - true - - - Console - false - false - - - - - Use - false - true - - - Console - false - false - - - - - Use - false - true - - - Console - false - false - - - - - Use - false - true - - - Console - false - false - - - - - - \ No newline at end of file diff --git a/RenderScript/build/WindowsStore/RenderScript.Windows/RenderScript.Windows.vcxproj.filters b/RenderScript/build/WindowsStore/RenderScript.Windows/RenderScript.Windows.vcxproj.filters deleted file mode 100644 index a7761ab..0000000 --- a/RenderScript/build/WindowsStore/RenderScript.Windows/RenderScript.Windows.vcxproj.filters +++ /dev/null @@ -1,5 +0,0 @@ - - - - - diff --git a/RenderScript/build/WindowsStore/RenderScript.WindowsPhone/RenderScript.WindowsPhone.vcxproj b/RenderScript/build/WindowsStore/RenderScript.WindowsPhone/RenderScript.WindowsPhone.vcxproj deleted file mode 100644 index 1bb30a3..0000000 --- a/RenderScript/build/WindowsStore/RenderScript.WindowsPhone/RenderScript.WindowsPhone.vcxproj +++ /dev/null @@ -1,144 +0,0 @@ - - - - - Debug - ARM - - - Debug - Win32 - - - Release - ARM - - - Release - Win32 - - - - {c6d20522-f184-47e4-afa0-31341a71495f} - RenderScript - en-US - 12.0 - true - Windows Phone - 8.1 - CodeSharingStaticLibrary - - - - StaticLibrary - true - v120_wp81 - - - StaticLibrary - true - v120_wp81 - - - StaticLibrary - false - true - v120_wp81 - - - StaticLibrary - false - true - v120_wp81 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - false - - - false - - - false - - - false - - - - Use - false - true - - - Console - false - false - - - - - Use - false - true - - - Console - false - false - - - - - Use - false - true - - - Console - false - false - - - - - Use - false - true - - - Console - false - false - - - - - - \ No newline at end of file diff --git a/RenderScript/build/WindowsStore/RenderScript.WindowsPhone/RenderScript.WindowsPhone.vcxproj.filters b/RenderScript/build/WindowsStore/RenderScript.WindowsPhone/RenderScript.WindowsPhone.vcxproj.filters deleted file mode 100644 index a7761ab..0000000 --- a/RenderScript/build/WindowsStore/RenderScript.WindowsPhone/RenderScript.WindowsPhone.vcxproj.filters +++ /dev/null @@ -1,5 +0,0 @@ - - - - - -- cgit v1.2.3