This repository has been archived on 2025-05-04. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
bgfx/scripts/makedisttex.lua

20 lines
459 B
Lua
Raw Normal View History

2013-05-17 19:39:08 -07:00
--
2015-01-02 14:43:11 -08:00
-- Copyright 2010-2015 Branimir Karadzic. All rights reserved.
2013-05-17 19:39:08 -07:00
-- License: http://www.opensource.org/licenses/BSD-2-Clause
--
2013-02-21 21:13:56 -08:00
project "makedisttex"
uuid "b0561b30-91bb-11e1-b06e-023ad46e7d26"
kind "ConsoleApp"
includedirs {
path.join(BX_DIR, "include"),
path.join(BGFX_DIR, "3rdparty"),
2013-02-21 21:13:56 -08:00
}
files {
path.join(BGFX_DIR, "3rdparty/edtaa3/**.cpp"),
path.join(BGFX_DIR, "3rdparty/edtaa3/**.h"),
path.join(BGFX_DIR, "tools/makedisttex.cpp"),
2013-02-21 21:13:56 -08:00
}