summaryrefslogtreecommitdiffstatshomepage
path: root/3rdparty/bimg/scripts/genie.lua
diff options
context:
space:
mode:
Diffstat (limited to '3rdparty/bimg/scripts/genie.lua')
-rw-r--r--3rdparty/bimg/scripts/genie.lua8
1 files changed, 3 insertions, 5 deletions
diff --git a/3rdparty/bimg/scripts/genie.lua b/3rdparty/bimg/scripts/genie.lua
index 93acdfb712f..2cd13581109 100644
--- a/3rdparty/bimg/scripts/genie.lua
+++ b/3rdparty/bimg/scripts/genie.lua
@@ -1,6 +1,6 @@
--
--- Copyright 2010-2018 Branimir Karadzic. All rights reserved.
--- License: https://github.com/bkaradzic/bimg#license-bsd-2-clause
+-- Copyright 2010-2022 Branimir Karadzic. All rights reserved.
+-- License: https://github.com/bkaradzic/bimg/blob/master/LICENSE
--
newoption {
@@ -37,7 +37,6 @@ solution "bimg"
end
language "C++"
- startproject "example-00-helloworld"
MODULE_DIR = path.getabsolute("..")
BIMG_DIR = path.getabsolute("..")
@@ -64,12 +63,11 @@ function copyLib()
end
group "libs"
+dofile(path.join(BX_DIR, "scripts/bx.lua"))
dofile "bimg.lua"
dofile "bimg_decode.lua"
dofile "bimg_encode.lua"
-dofile(path.join(BX_DIR, "scripts/bx.lua"))
-
if _OPTIONS["with-tools"] then
group "tools"
dofile "texturec.lua"