mirror of
https://github.com/holub/mame
synced 2025-04-28 19:14:55 +03:00
20 lines
329 B
Lua
20 lines
329 B
Lua
--
|
|
-- Copyright 2010-2015 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 {}
|