summaryrefslogtreecommitdiffstatshomepage
path: root/3rdparty/bgfx/scripts/makedisttex.lua
diff options
context:
space:
mode:
Diffstat (limited to '3rdparty/bgfx/scripts/makedisttex.lua')
-rw-r--r--3rdparty/bgfx/scripts/makedisttex.lua19
1 files changed, 0 insertions, 19 deletions
diff --git a/3rdparty/bgfx/scripts/makedisttex.lua b/3rdparty/bgfx/scripts/makedisttex.lua
deleted file mode 100644
index 01705a08262..00000000000
--- a/3rdparty/bgfx/scripts/makedisttex.lua
+++ /dev/null
@@ -1,19 +0,0 @@
---
--- Copyright 2010-2016 Branimir Karadzic. All rights reserved.
--- License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause
---
-
-project "makedisttex"
- uuid "b0561b30-91bb-11e1-b06e-023ad46e7d26"
- kind "ConsoleApp"
-
- includedirs {
- path.join(BX_DIR, "include"),
- path.join(BGFX_DIR, "3rdparty"),
- }
-
- files {
- path.join(BGFX_DIR, "3rdparty/edtaa3/**.cpp"),
- path.join(BGFX_DIR, "3rdparty/edtaa3/**.h"),
- path.join(BGFX_DIR, "tools/makedisttex.cpp"),
- }