From 291086bb5d14440ce8458d1217f76290af8db2dd Mon Sep 17 00:00:00 2001 From: Egor Yusov Date: Mon, 18 Dec 2017 10:49:46 -0800 Subject: Removed jni/Visual GDB build from legacy projects --- .../build/Win32/TextureLoader-Debug.vgdbsettings | 76 ---------------------- .../build/Win32/TextureLoader-Release.vgdbsettings | 76 ---------------------- TextureLoader/build/Win32/TextureLoader.vcxproj | 62 ------------------ .../build/Win32/TextureLoader.vcxproj.filters | 37 +---------- TextureLoader/build/Win32/jni/Android.mk | 37 ----------- TextureLoader/build/Win32/jni/Application.mk | 7 -- 6 files changed, 1 insertion(+), 294 deletions(-) delete mode 100644 TextureLoader/build/Win32/TextureLoader-Debug.vgdbsettings delete mode 100644 TextureLoader/build/Win32/TextureLoader-Release.vgdbsettings delete mode 100644 TextureLoader/build/Win32/jni/Android.mk delete mode 100644 TextureLoader/build/Win32/jni/Application.mk (limited to 'TextureLoader') diff --git a/TextureLoader/build/Win32/TextureLoader-Debug.vgdbsettings b/TextureLoader/build/Win32/TextureLoader-Debug.vgdbsettings deleted file mode 100644 index 3f5b24b..0000000 --- a/TextureLoader/build/Win32/TextureLoader-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/TextureLoader/build/Win32/TextureLoader-Release.vgdbsettings b/TextureLoader/build/Win32/TextureLoader-Release.vgdbsettings deleted file mode 100644 index 669691f..0000000 --- a/TextureLoader/build/Win32/TextureLoader-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/TextureLoader/build/Win32/TextureLoader.vcxproj b/TextureLoader/build/Win32/TextureLoader.vcxproj index 8da8c4f..04f6d31 100644 --- a/TextureLoader/build/Win32/TextureLoader.vcxproj +++ b/TextureLoader/build/Win32/TextureLoader.vcxproj @@ -1,10 +1,6 @@  - - Debug - ARM - Debug Win32 @@ -13,10 +9,6 @@ Debug x64 - - Release - ARM - Release Win32 @@ -26,46 +18,6 @@ x64 - - - true - true - true - true - - - true - true - true - true - - - Create - Create - Create - Create - true - true - true - true - - - true - true - true - true - - - true - true - true - true - - - - - - {3DE4FDB9-DF4D-4B57-9FFE-616704D4FE2F} Win32Proj @@ -98,14 +50,6 @@ true Unicode - - v120 - Makefile - - - v120 - Makefile - @@ -133,12 +77,6 @@ - - - - - - diff --git a/TextureLoader/build/Win32/TextureLoader.vcxproj.filters b/TextureLoader/build/Win32/TextureLoader.vcxproj.filters index cfb971d..9cd8510 100644 --- a/TextureLoader/build/Win32/TextureLoader.vcxproj.filters +++ b/TextureLoader/build/Win32/TextureLoader.vcxproj.filters @@ -1,37 +1,2 @@  - - - - {9aae993e-4783-459d-acd3-791162b94c61} - - - {4FC737F1-C7A5-4376-A066-2A32D752A2FF} - cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx - - - - - android_src - - - android_src - - - android_src - - - android_src - - - android_src - - - - - jni - - - jni - - - \ No newline at end of file + \ No newline at end of file diff --git a/TextureLoader/build/Win32/jni/Android.mk b/TextureLoader/build/Win32/jni/Android.mk deleted file mode 100644 index 2e99915..0000000 --- a/TextureLoader/build/Win32/jni/Android.mk +++ /dev/null @@ -1,37 +0,0 @@ -# Android NDK project makefile autogenerated by Premake - -# Preamble -DEPENDENCY_PATH := $(call my-dir) -LOCAL_PATH := $(abspath $(DEPENDENCY_PATH)) -include $(CLEAR_VARS) - - -# Project configuration -LOCAL_MODULE := TextureLoader -LOCAL_CFLAGS := -std=c++11 -LOCAL_CPP_FEATURES := exceptions -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 += $(PROJECT_ROOT)/interface -LOCAL_C_INCLUDES += $(CORE_ROOT)/Common/include -LOCAL_C_INCLUDES += $(CORE_ROOT)/Common/interface -LOCAL_C_INCLUDES += $(CORE_ROOT)/Platforms/interface -LOCAL_C_INCLUDES += $(GRAPHICS_ROOT)/GraphicsEngine/interface -LOCAL_C_INCLUDES += $(GRAPHICS_ROOT)/GraphicsTools/include -LOCAL_C_INCLUDES += $(REPO_ROOT)/External/libtiff-4.0.3/libtiff -LOCAL_C_INCLUDES += $(REPO_ROOT)/External/lpng-1.6.17 -LOCAL_C_INCLUDES += $(REPO_ROOT)/External/libjpeg-9a -LOCAL_C_INCLUDES += $(REPO_ROOT)/External/zlib-1.2.8 - -# Source files -#VisualGDBAndroid: AutoUpdateSourcesInNextLine -LOCAL_SRC_FILES := ../../../src/DDSLoader.cpp ../../../src/Image.cpp ../../../src/pch.cpp ../../../src/TextureLoader.cpp ../../../src/TextureUtilities.cpp - -include $(BUILD_STATIC_LIBRARY) diff --git a/TextureLoader/build/Win32/jni/Application.mk b/TextureLoader/build/Win32/jni/Application.mk deleted file mode 100644 index 221d4b0..0000000 --- a/TextureLoader/build/Win32/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 := TextureLoader \ No newline at end of file -- cgit v1.2.3