mirror of
https://github.com/bkaradzic/bimg.git
synced 2026-02-17 20:52:38 +01:00
Fixed assert macros, and improved error handling.
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user