Added bin2c tool.

This commit is contained in:
Branimir Karadžić
2014-12-10 23:07:27 -08:00
parent f43e1935c9
commit ca524fde13
6 changed files with 216 additions and 2 deletions

19
scripts/bin2c.lua Normal file
View File

@@ -0,0 +1,19 @@
--
-- Copyright 2010-2013 Branimir Karadzic. All rights reserved.
-- License: http://www.opensource.org/licenses/BSD-2-Clause
--
project "bin2c"
uuid "60eaa654-7d06-11e4-be8e-880965202986"
kind "ConsoleApp"
includedirs {
"../include",
}
files {
"../tools/bin2c/**.cpp",
"../tools/bin2c/**.h",
}
configuration {}

View File

@@ -33,6 +33,7 @@ end
dofile "bx.lua"
dofile "unittest++.lua"
dofile "bin2c.lua"
project "bx.test"
uuid "8a653da8-23d6-11e3-acb4-887628d43830"