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 --- .../lua-5.2.3/build/Win32/Lua-Debug.vgdbsettings | 76 ------- .../lua-5.2.3/build/Win32/Lua-Release.vgdbsettings | 76 ------- External/lua-5.2.3/build/Win32/Lua.vcxproj | 226 --------------------- External/lua-5.2.3/build/Win32/Lua.vcxproj.filters | 117 +---------- External/lua-5.2.3/build/Win32/jni/Android.mk | 21 -- External/lua-5.2.3/build/Win32/jni/Application.mk | 7 - 6 files changed, 1 insertion(+), 522 deletions(-) delete mode 100644 External/lua-5.2.3/build/Win32/Lua-Debug.vgdbsettings delete mode 100644 External/lua-5.2.3/build/Win32/Lua-Release.vgdbsettings delete mode 100644 External/lua-5.2.3/build/Win32/jni/Android.mk delete mode 100644 External/lua-5.2.3/build/Win32/jni/Application.mk (limited to 'External/lua-5.2.3') diff --git a/External/lua-5.2.3/build/Win32/Lua-Debug.vgdbsettings b/External/lua-5.2.3/build/Win32/Lua-Debug.vgdbsettings deleted file mode 100644 index 3f5b24b..0000000 --- a/External/lua-5.2.3/build/Win32/Lua-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/External/lua-5.2.3/build/Win32/Lua-Release.vgdbsettings b/External/lua-5.2.3/build/Win32/Lua-Release.vgdbsettings deleted file mode 100644 index 669691f..0000000 --- a/External/lua-5.2.3/build/Win32/Lua-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/External/lua-5.2.3/build/Win32/Lua.vcxproj b/External/lua-5.2.3/build/Win32/Lua.vcxproj index 50ce1b8..93fea5d 100644 --- a/External/lua-5.2.3/build/Win32/Lua.vcxproj +++ b/External/lua-5.2.3/build/Win32/Lua.vcxproj @@ -1,10 +1,6 @@  - - Debug - ARM - Debug Win32 @@ -13,10 +9,6 @@ Debug x64 - - Release - ARM - Release Win32 @@ -57,14 +49,6 @@ true Unicode - - v120 - Makefile - - - v120 - Makefile - @@ -85,23 +69,11 @@ - - - - - - - - $(NMakeForcedIncludes) - - - $(NMakeForcedIncludes) - Level3 @@ -168,204 +140,6 @@ 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 - true - true - true - - - true - true - true - true - - - true - true - true - true - - - true - true - true - true - - - true - true - true - true - - - true - true - true - true - - diff --git a/External/lua-5.2.3/build/Win32/Lua.vcxproj.filters b/External/lua-5.2.3/build/Win32/Lua.vcxproj.filters index 7995534..9cd8510 100644 --- a/External/lua-5.2.3/build/Win32/Lua.vcxproj.filters +++ b/External/lua-5.2.3/build/Win32/Lua.vcxproj.filters @@ -1,117 +1,2 @@  - - - - {cdd5d0cf-717a-4018-b91a-cbdea1da694a} - - - {b6cf0680-4d1c-4dd9-af36-3435db6f02d7} - - - - - 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 - - - android_src - - - android_src - - - android_src - - - android_src - - - android_src - - - android_src - - - android_src - - - \ No newline at end of file + \ No newline at end of file diff --git a/External/lua-5.2.3/build/Win32/jni/Android.mk b/External/lua-5.2.3/build/Win32/jni/Android.mk deleted file mode 100644 index e37ae2b..0000000 --- a/External/lua-5.2.3/build/Win32/jni/Android.mk +++ /dev/null @@ -1,21 +0,0 @@ - -# Preamble -DEPENDENCY_PATH := $(call my-dir) -LOCAL_PATH := $(abspath $(DEPENDENCY_PATH)) -include $(CLEAR_VARS) - -# Project configuration -LOCAL_MODULE := Lua -# Force .c files to compile as c++ -LOCAL_CFLAGS := -x c++ -LOCAL_CPP_FEATURES := -LOCAL_STATIC_LIBRARIES += - -# Include paths -LOCAL_C_INCLUDES := $(LOCAL_PATH)/../../../src - -# Source files -#VisualGDBAndroid: AutoUpdateSourcesInNextLine -LOCAL_SRC_FILES := ../../../src/lapi.c ../../../src/lauxlib.c ../../../src/lbaselib.c ../../../src/lbitlib.c ../../../src/lcode.c ../../../src/lcorolib.c ../../../src/lctype.c ../../../src/ldblib.c ../../../src/ldebug.c ../../../src/ldo.c ../../../src/ldump.c ../../../src/lfunc.c ../../../src/lgc.c ../../../src/linit.c ../../../src/liolib.c ../../../src/llex.c ../../../src/lmathlib.c ../../../src/lmem.c ../../../src/loadlib.c ../../../src/lobject.c ../../../src/lopcodes.c ../../../src/loslib.c ../../../src/lparser.c ../../../src/lstate.c ../../../src/lstring.c ../../../src/lstrlib.c ../../../src/ltable.c ../../../src/ltablib.c ../../../src/ltm.c ../../../src/lundump.c ../../../src/lvm.c ../../../src/lzio.c - -include $(BUILD_STATIC_LIBRARY) diff --git a/External/lua-5.2.3/build/Win32/jni/Application.mk b/External/lua-5.2.3/build/Win32/jni/Application.mk deleted file mode 100644 index 40e89bb..0000000 --- a/External/lua-5.2.3/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 := Lua \ No newline at end of file -- cgit v1.2.3