Switching to genie.

This commit is contained in:
Branimir Karadžić
2014-09-10 21:04:42 -07:00
parent d8b424dc84
commit ef45664dd8
12 changed files with 1 additions and 4 deletions

29
scripts/texturec.lua Normal file
View File

@@ -0,0 +1,29 @@
--
-- Copyright 2010-2014 Branimir Karadzic. All rights reserved.
-- License: http://www.opensource.org/licenses/BSD-2-Clause
--
project "texturec"
uuid "838801ee-7bc3-11e1-9f19-eae7d36e7d26"
kind "ConsoleApp"
includedirs {
BX_DIR .. "include",
BGFX_DIR .. "include",
BGFX_DIR .. "src",
}
files {
BGFX_DIR .. "src/image.*",
BGFX_DIR .. "tools/texturec/**.cpp",
BGFX_DIR .. "tools/texturec/**.h",
}
links {
-- "bgfx",
}
configuration { "osx" }
links {
"Cocoa.framework",
}